Skip to content

Commit fde21b1

Browse files
committed
remove -SNAPSHOT version from release/0.1
1 parent 3692032 commit fde21b1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

delta-plugins-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>database-delta-plugins</artifactId>
2222
<groupId>io.cdap.delta</groupId>
23-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

mysql-delta-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>database-delta-plugins</artifactId>
2323
<groupId>io.cdap.delta</groupId>
24-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.cdap.delta</groupId>
2424
<artifactId>database-delta-plugins</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.1.0</version>
2626
<modules>
2727
<module>mysql-delta-plugins</module>
2828
<module>delta-plugins-common</module>
@@ -42,7 +42,7 @@
4242

4343
<properties>
4444
<debezium.version>0.9.5.Final</debezium.version>
45-
<delta.version>0.1.0-SNAPSHOT</delta.version>
45+
<delta.version>0.1.0</delta.version>
4646
<slf4j.version>1.7.25</slf4j.version>
4747
</properties>
4848

sqlserver-delta-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>database-delta-plugins</artifactId>
2323
<groupId>io.cdap.delta</groupId>
24-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)