Skip to content

Commit b52d928

Browse files
Merge pull request #503 from cloudsufi/1.11.3-SNAPSHOT-bump-up
bump up to 1.11.3-SNAPSHOT
2 parents b06236d + 61ce420 commit b52d928

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ name: Build e2e tests
1616

1717
on:
1818
push:
19-
branches: [ develop ]
19+
branches: [ develop, release/** ]
2020
pull_request:
21-
branches: [ develop ]
21+
branches: [ develop, release/** ]
2222
types: [ opened, synchronize, reopened, labeled ]
2323
workflow_dispatch:
2424

amazon-redshift-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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Amazon Redshift plugin</name>

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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>Database Commons</name>

db2-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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</version>
2424
</parent>
2525

2626
<name>IBM DB2 plugin</name>

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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</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.11.2</version>
23+
<version>1.11.3-SNAPSHOT</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)