update version to 0.6.0

This commit is contained in:
Sriharsha Chintalapani 2021-11-15 17:59:40 -08:00
parent 219246b78e
commit b05505e354
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.7.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>catalog</artifactId>
<groupId>org.openmetadata</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.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.7.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>
<artifactId>catalog-bin</artifactId>

View File

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