Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 51aa657

Browse files
chore(main): release 2.2.3-SNAPSHOT (#368)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d44ba0b commit 51aa657

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
2626
group = "com.google.api"
2727
archivesBaseName = "api-common"
2828

29-
project.version = "2.2.2" // {x-version-update:api-common:current}
29+
project.version = "2.2.3-SNAPSHOT" // {x-version-update:api-common:current}
3030

3131
sourceCompatibility = 1.8
3232
targetCompatibility = 1.8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api</groupId>
55
<artifactId>api-common</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.2.2</version><!-- {x-version-update:api-common:current} -->
7+
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
88
<name>API Common</name>
99
<url>https://github.com/googleapis/api-common-java</url>
1010
<description>Common utilities for Google APIs in Java</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-
api-common:2.2.2:2.2.2
4+
api-common:2.2.2:2.2.3-SNAPSHOT

0 commit comments

Comments
 (0)