Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump release1.5 #92

Open
wants to merge 3 commits into
base: release/1.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aurora-mysql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Aurora DB MySQL plugin</name>
<artifactId>aurora-mysql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions aurora-postgresql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Aurora DB PostgreSQL plugin</name>
<artifactId>aurora-postgresql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cloudsql-mysql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>CloudSQL MySQL plugin</name>
<artifactId>cloudsql-mysql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions cloudsql-postgresql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>CloudSQL PostgreSQL plugin</name>
<artifactId>cloudsql-postgresql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>io.cdap.plugin</groupId>
<artifactId>postgresql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>io.cdap.cdap</groupId>
Expand Down
2 changes: 1 addition & 1 deletion database-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Database Commons</name>
Expand Down
4 changes: 2 additions & 2 deletions db2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>IBM DB2 plugin</name>
<artifactId>db2-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions generic-database-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Generic database plugin</name>
<artifactId>generic-database-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions mariadb-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Maria DB plugin</name>
<artifactId>mariadb-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions memsql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Memsql plugin</name>
<artifactId>memsql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions mssql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Microsoft SQL Server plugin</name>
<artifactId>mssql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions mysql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Mysql plugin</name>
<artifactId>mysql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions netezza-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Netezza plugin</name>
<artifactId>netezza-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions oracle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>Oracle plugin</name>
<artifactId>oracle-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.cdap.plugin</groupId>
<artifactId>database-plugins</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>Database Plugins</name>
<description>Collection of database plugins</description>
Expand Down
4 changes: 2 additions & 2 deletions postgresql-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>database-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<name>PostgreSQL plugin</name>
<artifactId>postgresql-plugin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<modelVersion>4.0.0</modelVersion>

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

<name>SAP HANA plugin</name>
Expand Down