| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 278a5fc commit f441fc1
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,23 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ### [0.123.17](https://www.github.com/googleapis/java-storage-nio/compare/v0.123.16...v0.123.17) (2021-12-06) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Bug Fixes | ||
| 7 | + | ||
| 8 | + * **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-storage-nio/issues/1266)) ([#750](https://www.github.com/googleapis/java-storage-nio/issues/750)) ([3f866da](https://www.github.com/googleapis/java-storage-nio/commit/3f866da0aa3b381477c883b4f11239640c577d88)) | ||
| 9 | + | ||
| 10 | + | ||
| 11 | + ### Dependencies | ||
| 12 | + | ||
| 13 | + * update dependency com.google.apis:google-api-services-storage to v1-rev20211018-1.32.1 ([#749](https://www.github.com/googleapis/java-storage-nio/issues/749)) ([7e99920](https://www.github.com/googleapis/java-storage-nio/commit/7e99920cfeef90ad5af5503a63338c48a57cb674)) | ||
| 14 | + * update dependency com.google.apis:google-api-services-storage to v1-rev20211201-1.32.1 ([#768](https://www.github.com/googleapis/java-storage-nio/issues/768)) ([650d9b5](https://www.github.com/googleapis/java-storage-nio/commit/650d9b5d76869f31d0456f9f3a9c01c9e9ae6ef9)) | ||
| 15 | + * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#759](https://www.github.com/googleapis/java-storage-nio/issues/759)) ([7cb3292](https://www.github.com/googleapis/java-storage-nio/commit/7cb32926da5f910e3636d12a1ad412b4e3531b05)) | ||
| 16 | + * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#767](https://www.github.com/googleapis/java-storage-nio/issues/767)) ([7eb3dfa](https://www.github.com/googleapis/java-storage-nio/commit/7eb3dfab9644f48f0063fb1be4f9805062b2eae8)) | ||
| 17 | + * update dependency com.google.cloud:google-cloud-storage to v2.2.0 ([#753](https://www.github.com/googleapis/java-storage-nio/issues/753)) ([fcbc986](https://www.github.com/googleapis/java-storage-nio/commit/fcbc986c020ab48412218ab3825c2423a90d70d4)) | ||
| 18 | + * update dependency com.google.cloud:google-cloud-storage to v2.2.1 ([#760](https://www.github.com/googleapis/java-storage-nio/issues/760)) ([33fffbf](https://www.github.com/googleapis/java-storage-nio/commit/33fffbf3d79335b36e78af95e0f26cb9ec5f5f4e)) | ||
| 19 | + * update dependency com.google.cloud:google-cloud-storage to v2.2.2 ([#769](https://www.github.com/googleapis/java-storage-nio/issues/769)) ([4f48a96](https://www.github.com/googleapis/java-storage-nio/commit/4f48a96feb32a43c590a286d8c622b2ba845b8f2)) | ||
| 20 | + | ||
| 3 | 21 | ### [0.123.16](https://www.github.com/googleapis/java-storage-nio/compare/v0.123.15...v0.123.16) (2021-10-21) | |
| 4 | 22 | ||
| 5 | 23 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-nio-examples</artifactId> | |
| 5 | - <version>0.123.17-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 5 | + <version>0.123.17</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud NIO Examples</name> | |
| 8 | 8 | <url>https://github.com/googleapis/java-storage-nio</url> | |
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <parent> | |
| 14 | 14 | <groupId>com.google.cloud</groupId> | |
| 15 | 15 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 16 | - <version>0.123.17-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 16 | + <version>0.123.17</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 17 | 17 | </parent> | |
| 18 | 18 | <dependencies> | |
| 19 | 19 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-nio-retrofit</artifactId> | |
| 5 | - <version>0.123.17-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 5 | + <version>0.123.17</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud NIO Retrofit Example</name> | |
| 8 | 8 | <url>https://github.com/googleapis/java-storage-nio</url> | |
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | <parent> | |
| 13 | 13 | <groupId>com.google.cloud</groupId> | |
| 14 | 14 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 15 | - <version>0.123.17-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 15 | + <version>0.123.17</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 16 | 16 | </parent> | |
| 17 | 17 | <properties> | |
| 18 | 18 | <site.installationModule>google-cloud-nio-retrofit</site.installationModule> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-nio</artifactId> | |
| 5 | - <version>0.123.17-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 5 | + <version>0.123.17</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud NIO</name> | |
| 8 | 8 | <url>https://github.com/googleapis/java-storage-nio</url> | |
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | <parent> | |
| 13 | 13 | <groupId>com.google.cloud</groupId> | |
| 14 | 14 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 15 | - <version>0.123.17-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 15 | + <version>0.123.17</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 16 | 16 | </parent> | |
| 17 | 17 | <properties> | |
| 18 | 18 | <site.installationModule>google-cloud-nio</site.installationModule> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | <groupId>com.google.cloud</groupId> | |
| 5 | 5 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 6 | 6 | <packaging>pom</packaging> | |
| 7 | - <version>0.123.17-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 7 | + <version>0.123.17</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 8 | 8 | <name>Storage Parent</name> | |
| 9 | 9 | <url>https://github.com/googleapis/java-storage-nio</url> | |
| 10 | 10 | <description> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | <dependency> | |
| 29 | 29 | <groupId>com.google.cloud</groupId> | |
| 30 | 30 | <artifactId>google-cloud-nio</artifactId> | |
| 31 | - <version>0.123.17-SNAPSHOT</version> | ||
| 31 | + <version>0.123.17</version> | ||
| 32 | 32 | </dependency> | |
| 33 | 33 | <!-- {x-version-update-end} --> | |
| 34 | 34 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | # Format: | |
| 2 | 2 | # module:released-version:current-version | |
| 3 | 3 | ||
| 4 | - google-cloud-nio:0.123.16:0.123.17-SNAPSHOT | ||
| 4 | + google-cloud-nio:0.123.17:0.123.17 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments