Skip to content

Commit

Permalink
chore: update version to 1.3.1-SNAPSHOT (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubha-rajan committed Jun 1, 2021
1 parent fa1f8f6 commit 2cdab8a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>jdbc-socket-factory-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/mysql-j-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jdbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>postgres-socket-factory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>cloud-sql-connector-jdbc-sqlserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<packaging>pom</packaging>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>


<name>Cloud SQL JDBC Socket Factory</name>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>cloud-sql-connector-r2dbc-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>cloud-sql-connector-r2dbc-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>cloud-sql-connector-r2dbc-postgres</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>cloud-sql-connector-r2dbc-sqlserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1-SNAPSHOT

0 comments on commit 2cdab8a

Please sign in to comment.