Skip to content

Commit ffca47a

Browse files
authored
Release 0.55.1 (googleapis#3489)
1 parent eca93ee commit ffca47a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

java-resourcemanager/google-cloud-resourcemanager/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ If you are using Maven, add this to your pom.xml file
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-resourcemanager</artifactId>
27-
<version>0.55.0-alpha</version>
27+
<version>0.55.1-alpha</version>
2828
</dependency>
2929
```
3030
If you are using Gradle, add this to your dependencies
3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-resourcemanager:0.55.0-alpha'
32+
compile 'com.google.cloud:google-cloud-resourcemanager:0.55.1-alpha'
3333
```
3434
If you are using SBT, add this to your dependencies
3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.55.0-alpha"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.55.1-alpha"
3737
```
3838
[//]: # ({x-version-update-end})
3939

java-resourcemanager/google-cloud-resourcemanager/pom.xml

+2-2
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-resourcemanager</artifactId>
5-
<version>0.55.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
5+
<version>0.55.1-alpha</version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Resource Manager</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-resourcemanager</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-clients</artifactId>
15-
<version>0.55.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
15+
<version>0.55.1-alpha</version><!-- {x-version-update:google-cloud-clients:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-resourcemanager</site.installationModule>

0 commit comments

Comments
 (0)