Set version to 0.5.0 release

This commit is contained in:
Sriharsha Chintalapani 2021-10-13 22:18:21 -07:00
parent 1cf0c54dde
commit f963991102
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>catalog</artifactId>
<groupId>org.openmetadata</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>catalog</artifactId>
<groupId>org.openmetadata</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>

2
dist/pom.xml vendored
View File

@ -24,7 +24,7 @@
<parent>
<artifactId>catalog</artifactId>
<groupId>org.openmetadata</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>catalog-bin</artifactId>

View File

@ -23,7 +23,7 @@
<groupId>org.openmetadata</groupId>
<artifactId>catalog</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.0</version>
<modules>
<module>common</module>
<module>catalog-rest-service</module>