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

Commit 2e917e9

Browse files
committed
chore: convert version.txt to versions.txt for expected release-please format
1 parent ae1409e commit 2e917e9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging'
2727
group = "com.google.api"
2828
archivesBaseName = "api-common"
2929

30-
project.version = new File("version.txt").text.trim()
30+
project.version = "1.9.3-SNAPSHOT" // {x-version-update:api-common:current}
3131

3232
sourceCompatibility = 1.7
3333
targetCompatibility = 1.7

version.txt

-1
This file was deleted.

versions.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Format:
2+
# module:released-version:current-version
3+
4+
api-common:1.9.2:1.9.3-SNAPSHOT

0 commit comments

Comments
 (0)