This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
2626group = " com.google.api"
2727archivesBaseName = " 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
3131sourceCompatibility = 1.8
3232targetCompatibility = 1.8
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments