Skip to content

Commit 42b773b

Browse files
authored
chore: update version to v1.8.2-SNAPSHOT (#1108)
1 parent 7ae73c3 commit 42b773b

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.cloud.sql</groupId>
2525
<artifactId>jdbc-socket-factory-parent</artifactId>
26-
<version>1.8.1</version>
26+
<version>1.8.2-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>jdbc-socket-factory-core</artifactId>
2929
<packaging>jar</packaging>

jdbc/mysql-j-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.cloud.sql</groupId>
2525
<artifactId>jdbc-socket-factory-parent</artifactId>
26-
<version>1.8.1</version>
26+
<version>1.8.2-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

jdbc/mysql-j-8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.cloud.sql</groupId>
2424
<artifactId>jdbc-socket-factory-parent</artifactId>
25-
<version>1.8.1</version>
25+
<version>1.8.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

jdbc/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.cloud.sql</groupId>
2424
<artifactId>jdbc-socket-factory-parent</artifactId>
25-
<version>1.8.1</version>
25+
<version>1.8.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>postgres-socket-factory</artifactId>

jdbc/sqlserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.cloud.sql</groupId>
2424
<artifactId>jdbc-socket-factory-parent</artifactId>
25-
<version>1.8.1</version>
25+
<version>1.8.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>cloud-sql-connector-jdbc-sqlserver</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.google.cloud.sql</groupId>
2222
<artifactId>jdbc-socket-factory-parent</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.8.1</version>
24+
<version>1.8.2-SNAPSHOT</version>
2525

2626

2727
<name>Cloud SQL JDBC Socket Factory</name>

r2dbc/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.cloud.sql</groupId>
2323
<artifactId>jdbc-socket-factory-parent</artifactId>
24-
<version>1.8.1</version>
24+
<version>1.8.2-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>cloud-sql-connector-r2dbc-core</artifactId>

r2dbc/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.cloud.sql</groupId>
2424
<artifactId>jdbc-socket-factory-parent</artifactId>
25-
<version>1.8.1</version>
25+
<version>1.8.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>cloud-sql-connector-r2dbc-mysql</artifactId>

r2dbc/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.cloud.sql</groupId>
2424
<artifactId>jdbc-socket-factory-parent</artifactId>
25-
<version>1.8.1</version>
25+
<version>1.8.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>cloud-sql-connector-r2dbc-postgres</artifactId>

r2dbc/sqlserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.cloud.sql</groupId>
2424
<artifactId>jdbc-socket-factory-parent</artifactId>
25-
<version>1.8.1</version>
25+
<version>1.8.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>cloud-sql-connector-r2dbc-sqlserver</artifactId>

0 commit comments

Comments
 (0)