Skip to content

Commit

Permalink
Prepare for next release (v1.0.12) (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Sep 18, 2018
1 parent 1d79708 commit f8661d0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions connector-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.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<artifactId>mysql-socket-factory</artifactId>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
4 changes: 2 additions & 2 deletions connector-j-6/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.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<artifactId>mysql-socket-factory-connector-j-6</artifactId>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions connector-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.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
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.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<artifactId>jdbc-socket-factory-core</artifactId>
<packaging>jar</packaging>
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.0.11</version>
<version>1.0.12-SNAPSHOT</version>

<name>Cloud SQL JDBC Socket Factory</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions 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.0.11</version>
<version>1.0.12-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.11</version>
<version>1.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down

0 comments on commit f8661d0

Please sign in to comment.