Skip to content

Commit 84a91a0

Browse files
authored
Update release scripts to handle 1.x and 0.x versions living together (#1922)
* Update release scripts to handle 1.x and 0.x versions living together #1845 Move and rename testing folder modules so they are consistent with current project naming and structure (so their versions can be updated by same script).
1 parent edc1a48 commit 84a91a0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • java-storage-nio

java-storage-nio/google-cloud-nio-examples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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-nio-examples</artifactId>
5+
<version>0.13.1-alpha-SNAPSHOT</version>
56
<packaging>jar</packaging>
67
<name>Google Cloud NIO Examples</name>
78
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio-examples</url>

java-storage-nio/google-cloud-nio/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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-nio</artifactId>
5+
<version>0.13.1-alpha-SNAPSHOT</version>
56
<packaging>jar</packaging>
67
<name>Google Cloud NIO</name>
78
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio</url>

0 commit comments

Comments
 (0)