Skip to content

Commit 1681ee8

Browse files
bump up version for CDAP 6.7.0-SNAPSHOT (#186)
1 parent 6726e6f commit 1681ee8

File tree

18 files changed

+36
-36
lines changed

18 files changed

+36
-36
lines changed

aurora-mysql-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Aurora DB MySQL plugin</name>
2727
<artifactId>aurora-mysql-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

aurora-postgresql-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Aurora DB PostgreSQL plugin</name>
2727
<artifactId>aurora-postgresql-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

cloudsql-mysql-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>CloudSQL MySQL plugin</name>
2727
<artifactId>cloudsql-mysql-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

cloudsql-postgresql-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>CloudSQL PostgreSQL plugin</name>
2727
<artifactId>cloudsql-postgresql-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.cdap.plugin</groupId>
4848
<artifactId>postgresql-plugin</artifactId>
49-
<version>1.7.0-SNAPSHOT</version>
49+
<version>1.8.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.guava</groupId>

database-commons/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-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Database Commons</name>

db2-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>IBM DB2 plugin</name>
2727
<artifactId>db2-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

generic-database-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Generic database plugin</name>
2727
<artifactId>generic-database-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

generic-db-argument-setter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Generic database argument setter plugin</name>
2727
<artifactId>generic-db-argument-setter</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

mariadb-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Maria DB plugin</name>
2727
<artifactId>mariadb-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

memsql-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.8.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Memsql plugin</name>
2727
<artifactId>memsql-plugin</artifactId>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.8.0-SNAPSHOT</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

0 commit comments

Comments
 (0)