FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: release 2.2.0 by release-please[bot] · Pull Request #598 · googleapis/java-core · GitHub

This repository was archived by the owner on Dec 3, 2023. It is now read-only.
/ java-core Public archive
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) .txt  (1) .xml  (5) All 3 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
12 changes: 12 additions & 0 deletions CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.0](https://www.github.com/googleapis/java-core/compare/v2.1.8...v2.2.0) (2021-10-18)


### Features

* next release from main branch is 2.2.0 ([#596](https://www.github.com/googleapis/java-core/issues/596)) ([cca72b8](https://www.github.com/googleapis/java-core/commit/cca72b82b45e01207bd45c6a2b988981c213c6fd))


### Dependencies

* update dependency com.google.api:gax-bom to v2.6.1 ([#600](https://www.github.com/googleapis/java-core/issues/600)) ([a0cff6a](https://www.github.com/googleapis/java-core/commit/a0cff6a83506d1da3a8aacd6eafc39ff1ab11583))

### [2.1.8](https://www.github.com/googleapis/java-core/compare/v2.1.7...v2.1.8) (2021-10-15)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-core-bom/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-bom</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -63,17 +63,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-grpc</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-http</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-core-grpc/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-grpc</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
<packaging>jar</packaging>
<name>Google Cloud Core gRPC</name>
<url>https://github.com/googleapis/java-core</url>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-parent</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-core-grpc</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-core-http/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-http</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
<packaging>jar</packaging>
<name>Google Cloud Core HTTP</name>
<url>https://github.com/googleapis/java-core</url>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-parent</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-core-http</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-core/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
<packaging>jar</packaging>
<name>Google Cloud Core</name>
<url>https://github.com/googleapis/java-core</url>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-parent</artifactId>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-core</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>2.2.0</version><!-- {x-version-update:google-cloud-core:current} -->
<name>Google Cloud Core Parent</name>
<url>https://github.com/googleapis/java-core</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-core:2.1.8:2.1.9-SNAPSHOT
google-cloud-core:2.2.0:2.2.0

Back | FazBrowse Home | New Git URL