Set versions to 0.7.0

This commit is contained in:
Sriharsha Chintalapani 2021-12-10 10:38:38 -08:00
parent 07924f80c3
commit 5b80dbda09
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -20,7 +20,7 @@
<parent>
<artifactId>catalog</artifactId>
<groupId>org.openmetadata</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>openmetadata-dist</artifactId>

View File

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

View File

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