Skip to content

Commit

Permalink
Merge pull request #258 from data-integrations/release-0.9-remove-sna…
Browse files Browse the repository at this point in the history
…pshot

Remove SNAPSHOT for 6.10 release
  • Loading branch information
samdgupi authored Jan 9, 2024
2 parents 81b319c + d1268b9 commit c2e160c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>database-delta-plugins</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion delta-plugins-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>database-delta-plugins</artifactId>
<groupId>io.cdap.delta</groupId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mysql-delta-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>database-delta-plugins</artifactId>
<groupId>io.cdap.delta</groupId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.cdap.delta</groupId>
<artifactId>database-delta-plugins</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<modules>
<module>mysql-delta-plugins</module>
<module>delta-plugins-common</module>
Expand Down Expand Up @@ -59,7 +59,7 @@
</scm>

<properties>
<delta.version>0.9.0-SNAPSHOT</delta.version>
<delta.version>0.9.0</delta.version>
<debezium.version>1.3.1.Final</debezium.version>
<slf4j.version>1.7.25</slf4j.version>
<guava.version>30.0-jre</guava.version>
Expand Down Expand Up @@ -578,7 +578,7 @@
<dependency>
<groupId>io.cdap.tests.e2e</groupId>
<artifactId>cdap-e2e-framework</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sqlserver-delta-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>database-delta-plugins</artifactId>
<groupId>io.cdap.delta</groupId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit c2e160c

Please sign in to comment.