Skip to content

Commit c8c0aa9

Browse files
release-please[bot]JesseLovelace
authored andcommitted
chore: release 1.103.0 (#31)
* created CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated google-cloud-storage/pom.xml [ci skip] * updated pom.xml [ci skip]
1 parent 821c21d commit c8c0aa9

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [1.103.0](https://www.github.com/googleapis/java-storage/compare/1.102.0...v1.103.0) (2020-01-06)
4+
5+
6+
### Features
7+
8+
* add support for archive storage class ([#19](https://www.github.com/googleapis/java-storage/issues/19)) ([a3fbd67](https://www.github.com/googleapis/java-storage/commit/a3fbd67fb0789849922eb7e7b08dc33f3ea9efae))
9+
* make repo releasable ([#3](https://www.github.com/googleapis/java-storage/issues/3)) ([39ff6f6](https://www.github.com/googleapis/java-storage/commit/39ff6f67dc785d3cae070756ca502df749ac9f34))
10+
11+
12+
### Dependencies
13+
14+
* update core transport dependencies ([#16](https://www.github.com/googleapis/java-storage/issues/16)) ([d0a82ab](https://www.github.com/googleapis/java-storage/commit/d0a82ab2b705246923a89a2b826ac1d6d1adba70))
15+
* update dependency com.google.apis:google-api-services-storage to v1-rev20191011-1.30.3 ([#7](https://www.github.com/googleapis/java-storage/issues/7)) ([5ac5b8a](https://www.github.com/googleapis/java-storage/commit/5ac5b8a802e5e6814ba629b0fdb238d3b337756b))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ If you are using Maven without Bom, Add this to your dependencies.
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-storage</artifactId>
40-
<version>1.102.0</version>
40+
<version>1.103.0</version>
4141
</dependency>
4242
```
4343
If you are using Gradle, add this to your dependencies
4444
```Groovy
45-
compile 'com.google.cloud:google-cloud-storage:1.102.0'
45+
compile 'com.google.cloud:google-cloud-storage:1.103.0'
4646
```
4747
If you are using SBT, add this to your dependencies
4848
```Scala
49-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.102.0"
49+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.103.0"
5050
```
5151
[//]: # ({x-version-update-end})
5252

google-cloud-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-storage</artifactId>
5-
<version>1.102.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
5+
<version>1.103.0</version><!-- {x-version-update:google-cloud-storage:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Storage</name>
88
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-storage</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-storage-parent</artifactId>
15-
<version>1.102.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
15+
<version>1.103.0</version><!-- {x-version-update:google-cloud-storage:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-storage</site.installationModule>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-storage-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.102.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
7+
<version>1.103.0</version><!-- {x-version-update:google-cloud-storage:current} -->
88
<name>Storage Parent</name>
99
<url>https://github.com/googleapis/java-storage</url>
1010
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-storage:1.102.0:1.102.1-SNAPSHOT
4+
google-cloud-storage:1.103.0:1.103.0

0 commit comments

Comments
 (0)