Skip to content

Commit 589881f

Browse files
author
Bhooshan Mogal
authored
Merge pull request #81 from data-integrations/bump-1.4
remove snapshot
2 parents 9b8421a + 1a3145d commit 589881f

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>Aurora DB MySQL plugin</name>
2727
<artifactId>aurora-mysql-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>Aurora DB PostgreSQL plugin</name>
2727
<artifactId>aurora-postgresql-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>CloudSQL MySQL plugin</name>
2727
<artifactId>cloudsql-mysql-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>CloudSQL PostgreSQL plugin</name>
2727
<artifactId>cloudsql-postgresql-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</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.4.0-SNAPSHOT</version>
49+
<version>1.4.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>io.cdap.cdap</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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>IBM DB2 plugin</name>
2727
<artifactId>db2-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>Generic database plugin</name>
2727
<artifactId>generic-database-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

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

3131
<dependencies>

mssql-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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>Microsoft SQL Server plugin</name>
2727
<artifactId>mssql-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>Mysql plugin</name>
2727
<artifactId>mysql-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

netezza-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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>Netezza plugin</name>
2727
<artifactId>netezza-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

oracle-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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>Oracle plugin</name>
2727
<artifactId>oracle-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>io.cdap.plugin</groupId>
2222
<artifactId>database-plugins</artifactId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
<packaging>pom</packaging>
2525
<name>Database Plugins</name>
2626
<description>Collection of database plugins</description>

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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>PostgreSQL plugin</name>
2727
<artifactId>postgresql-plugin</artifactId>
28-
<version>1.4.0-SNAPSHOT</version>
28+
<version>1.4.1</version>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<dependencies>

saphana-plugin/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</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525

2626
<name>SAP HANA plugin</name>

0 commit comments

Comments
 (0)