Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-compute</artifactId>
<version>0.83.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-compute:current} -->
<version>0.83.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-compute:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-clients/google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-compute</artifactId>
<version>0.83.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-compute:current} -->
<version>0.83.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-compute:current} -->
<packaging>jar</packaging>
<name>Google Cloud Compute</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-compute</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-clients</artifactId>
<version>0.83.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
<version>0.83.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this line, since google-cloud-clients is still at alpha.

</parent>
<properties>
<site.installationModule>google-cloud-compute</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ google-cloud-bigtable-emulator:0.83.0-alpha:0.83.1-alpha-SNAPSHOT
google-cloud-bom:0.83.0-alpha:0.83.1-alpha-SNAPSHOT
google-cloud-clients:0.83.0-alpha:0.83.1-alpha-SNAPSHOT
google-cloud-compat-checker:0.83.0-alpha:0.83.1-alpha-SNAPSHOT
google-cloud-compute:0.83.0-alpha:0.83.1-alpha-SNAPSHOT
google-cloud-compute:0.83.0-beta:0.83.1-beta-SNAPSHOT
google-cloud-container:0.83.0-beta:0.83.1-beta-SNAPSHOT
google-cloud-containeranalysis:0.83.0-beta:0.83.1-beta-SNAPSHOT
google-cloud-contrib:0.83.0-alpha:0.83.1-alpha-SNAPSHOT
Expand Down