Skip to content

Commit 6e032cc

Browse files
Merge pull request #467 from data-integrations/PLUGIN-1688-cherry-pick
[πŸ’][PLUGIN-1688] Export plugin classes correctly in DB2 plugins
2 parents 79c3ac9 + 7f75ec7 commit 6e032cc

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

β€Žaurora-mysql-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-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>Aurora DB MySQL plugin</name>

β€Žaurora-postgresql-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-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>Aurora DB PostgreSQL plugin</name>

β€Žcloudsql-mysql-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-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>CloudSQL MySQL plugin</name>

β€Žcloudsql-postgresql-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-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>CloudSQL PostgreSQL plugin</name>

β€Ž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.10.3</version>
23+
<version>1.10.4</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,7 +20,7 @@
2020
<parent>
2121
<artifactId>database-plugins-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>IBM DB2 plugin</name>
@@ -98,7 +98,7 @@
9898
<configuration>
9999
<instructions>
100100
<_exportcontents>
101-
io.cdap.plugin.db2.*
101+
io.cdap.plugin.db2.*;
102102
io.cdap.plugin.db.source.*;
103103
io.cdap.plugin.db.sink.*;
104104
org.apache.commons.lang;

β€Žgeneric-database-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-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>Generic database plugin</name>

β€Žgeneric-db-argument-setter/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.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>Generic database argument setter plugin</name>

β€Žmariadb-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-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>Maria DB plugin</name>

β€Žmemsql-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-parent</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.10.3</version>
23+
<version>1.10.4</version>
2424
</parent>
2525

2626
<name>Memsql plugin</name>

0 commit comments

Comments
Β (0)