set version to 0.4.0-SNAPSHOT

This commit is contained in:
Sriharsha Chintalapani 2021-09-18 21:02:19 -07:00
parent 87e8059c0e
commit 362e3985f8
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.5.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>catalog</artifactId>
<groupId>org.openmetadata</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</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.5.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>catalog-bin</artifactId>

View File

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