Skip to content

Commit 6880a71

Browse files
authored
Merge pull request #283 from data-integrations/remove-snapshot-611
Removing snapshot for 6.11 release
2 parents 39dadfc + 7175eda commit 6880a71

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

coverage-report/pom.xml

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

delta-plugins-common/pom.xml

+1-1
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.10.0-SNAPSHOT</version>
23+
<version>0.10.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

mysql-delta-plugins/pom.xml

+1-1
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.10.0-SNAPSHOT</version>
24+
<version>0.10.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

+2-2
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.10.0-SNAPSHOT</version>
25+
<version>0.10.0</version>
2626
<modules>
2727
<module>mysql-delta-plugins</module>
2828
<module>delta-plugins-common</module>
@@ -597,7 +597,7 @@
597597
<dependency>
598598
<groupId>io.cdap.tests.e2e</groupId>
599599
<artifactId>cdap-e2e-framework</artifactId>
600-
<version>0.3.0-SNAPSHOT</version>
600+
<version>0.4.0</version>
601601
<scope>test</scope>
602602
</dependency>
603603
<dependency>

sqlserver-delta-plugins/pom.xml

+1-1
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.10.0-SNAPSHOT</version>
24+
<version>0.10.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)