Skip to content

Commit

Permalink
chore(main): release 2.1.4 (#2245)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jan 26, 2023
1 parent aa2b08c commit b5aa4b5
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 23 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## [2.1.4](https://github.com/googleapis/google-api-java-client/compare/v2.1.3...v2.1.4) (2023-01-26)


### Bug Fixes

* **deps:** Update dependency com.google.api-client:google-api-client to v2.1.3 ([#2239](https://github.com/googleapis/google-api-java-client/issues/2239)) ([a830476](https://github.com/googleapis/google-api-java-client/commit/a83047687f9a2df4565ec33a8156af19cf97ffd3))
* **deps:** Update dependency com.google.cloud:libraries-bom to v26.4.0 ([#2240](https://github.com/googleapis/google-api-java-client/issues/2240)) ([710a5ad](https://github.com/googleapis/google-api-java-client/commit/710a5ade1068832df4cd949f31e8f319920c8d1b))
* **deps:** Update dependency org.apache.httpcomponents:httpclient to v4.5.14 ([#2236](https://github.com/googleapis/google-api-java-client/issues/2236)) ([aa2b08c](https://github.com/googleapis/google-api-java-client/commit/aa2b08c599429551737e339df2742d7bfbf7ac2a))
* **deps:** Update dependency org.apache.httpcomponents:httpcore to v4.4.16 ([#2237](https://github.com/googleapis/google-api-java-client/issues/2237)) ([5de8cc2](https://github.com/googleapis/google-api-java-client/commit/5de8cc20727df41fd008b3ff2709a60c3755b984))


### Documentation

* Adding deprecated annotation and guide for migration ([#2244](https://github.com/googleapis/google-api-java-client/issues/2244)) ([e505c26](https://github.com/googleapis/google-api-java-client/commit/e505c269078208dbce11c966189b2b4ca30956e7))

## [2.1.3](https://github.com/googleapis/google-api-java-client/compare/v2.1.2...v2.1.3) (2023-01-20)


Expand Down
2 changes: 1 addition & 1 deletion google-api-client-android/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-appengine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-assembly/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.google.api-client</groupId>
Expand Down
22 changes: 11 additions & 11 deletions google-api-client-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-bom</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<packaging>pom</packaging>

<name>Google API Client Library for Java BOM</name>
Expand Down Expand Up @@ -63,53 +63,53 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-android</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-assembly</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<type>pom</type>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-gson</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-java6</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-protobuf</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-servlet</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-xml</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-jackson2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-jackson2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-java6/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-java6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-protobuf/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-servlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-xml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>2.1.4</version><!-- {x-version-update:google-api-client:current} -->
<packaging>pom</packaging>
<name>Parent for the Google API Client Library for Java</name>
<description>The Google APIs Client Library for Java is a Java client library
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-api-client:2.1.3:2.1.4-SNAPSHOT
google-api-client:2.1.4:2.1.4

0 comments on commit b5aa4b5

Please sign in to comment.