Set versions to 0.7.0

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

View File

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

View File

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

View File

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

View File

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

View File

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