Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 2, 2023
1 parent 837702a commit 81fcf2f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v0.1.0...v0.1.1) (2023-08-02)


### Documentation

* add maven badge to readme ([#78](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/78)) ([e1469f2](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/e1469f25d69eef9ac51a7d7b1831a3e770708a14))
* fix URL for child pom ([#80](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/80)) ([9ef1646](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/9ef1646a27209d5dc079d9e87efb847dddff9aca))

## 0.1.0 (2023-07-19)


Expand Down
2 changes: 1 addition & 1 deletion alloydb-jdbc-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-connector-parent</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>0.1.1</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>alloydb-jdbc-connector</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

class Version {
// {x-version-update-start:alloydb-jdbc-connector:current}
static final String VERSION = "0.1.1-SNAPSHOT";
static final String VERSION = "0.1.1";
// {x-version-update-end}
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alloydb-connector-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>0.1.1</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<name>Google Cloud AlloyDB Java Connector Parent</name>
<url>https://github.com/GoogleCloudPlatform/alloydb-java-connector</url>
<description>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>0.1.1</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<!-- {x-version-update-end} -->
<!-- [END _install_without_bom] -->
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

alloydb-jdbc-connector:0.1.0:0.1.1-SNAPSHOT
alloydb-jdbc-connector:0.1.1:0.1.1

0 comments on commit 81fcf2f

Please sign in to comment.