Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit a1db07b

Browse files
pongadschmidt-sebastian
authored andcommitted
make build pass (googleapis#2533)
1 parent b133320 commit a1db07b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

google-cloud-util/google-cloud-compat-checker/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-compat-checker</artifactId>
5-
<version>0.26.0-alpha</version>
5+
<version>0.26.1-alpha-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Java Compatibility Checker</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-util/google-cloud-compat-checker</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-util</artifactId>
15-
<version>0.26.0-alpha</version>
15+
<version>0.26.1-alpha-SNAPSHOT</version>
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-compat-checker</site.installationModule>

google-cloud-util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-util</artifactId>
6-
<version>0.26.0-alpha</version>
6+
<version>0.26.1-alpha-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Google Cloud Util</name>
99
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-util</url>
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.google.cloud</groupId>
1515
<artifactId>google-cloud-pom</artifactId>
16-
<version>0.26.0-alpha</version>
16+
<version>0.26.1-alpha-SNAPSHOT</version>
1717
</parent>
1818
<modules>
1919
<module>google-cloud-compat-checker</module>

0 commit comments

Comments
 (0)