Skip to content

Commit 85cefab

Browse files
authored
Enable releasetool for this project (#488)
* Add versions.txt file * Add version tags to pom.xml files
1 parent d27f448 commit 85cefab

File tree

15 files changed

+47
-15
lines changed

15 files changed

+47
-15
lines changed

google-http-client-android-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>google-http-client</groupId>
55
<artifactId>google-http-client-android-test</artifactId>
66
<name>Test project for google-http-client-android.</name>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-android-test:current} -->
88
<packaging>apk</packaging>
99

1010
<build>

google-http-client-android/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-android</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-android:current} -->
1112
<name>Android Platform Extensions to the Google HTTP Client Library for Java.</name>
1213

1314
<build>

google-http-client-appengine/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-appengine</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-appengine:current} -->
1112
<name>Google App Engine extensions to the Google HTTP Client Library for Java.</name>
13+
1214
<build>
1315
<plugins>
1416
<plugin>

google-http-client-assembly/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.google.http-client</groupId>
1111
<artifactId>google-http-client-assembly</artifactId>
12+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-assembly:current} -->
1213
<packaging>pom</packaging>
1314
<name>Assembly for the Google HTTP Client Library for Java</name>
1415

google-http-client-findbugs/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-findbugs</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-findbugs:current} -->
1112
<name>Google APIs Client Library Findbugs custom plugin.</name>
13+
1214
<build>
1315
<plugins>
1416
<plugin>

google-http-client-gson/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-gson</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-gson:current} -->
1112
<name>GSON extensions to the Google HTTP Client Library for Java.</name>
1213

1314
<build>

google-http-client-jackson/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-jackson</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson:current} -->
1112
<name>Jackson extensions to the Google HTTP Client Library for Java.</name>
1213

1314
<build>

google-http-client-jackson2/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-jackson2</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson2:current} -->
1112
<name>Jackson 2 extensions to the Google HTTP Client Library for Java.</name>
1213

1314
<build>

google-http-client-jdo/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-jdo</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-jdo:current} -->
1112
<name>JDO extensions to the Google HTTP Client Library for Java.</name>
13+
1214
<build>
1315
<plugins>
1416
<plugin>

google-http-client-protobuf/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-protobuf</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-protobuf:current} -->
1112
<name>Protocol Buffer extensions to the Google HTTP Client Library for Java.</name>
1213

1314
<build>

google-http-client-test/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-test</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-test:current} -->
1112
<name>Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.</name>
1213

1314
<build>

google-http-client-xml/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-xml</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-xml:current} -->
1112
<name>XML extensions to the Google HTTP Client Library for Java.</name>
1213

1314
<build>

google-http-client/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version>
7+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client</artifactId>
11+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client:current} -->
1112
<name>Google HTTP Client Library for Java</name>
1213
<description>
1314
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
14-
including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
15+
including Java 6 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
1516
</description>
1617

1718
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.google.http-client</groupId>
1111
<artifactId>google-http-client-parent</artifactId>
12-
<version>1.26.0-SNAPSHOT</version>
12+
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
1313
<packaging>pom</packaging>
1414
<name>Parent for the Google HTTP Client Library for Java</name>
1515

versions.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Format:
2+
# module:released-version:current-version
3+
4+
google-http-client:1.25.0:1.26.0-SNAPSHOT
5+
google-http-client-parent:1.25.0:1.26.0-SNAPSHOT
6+
google-http-client-android:1.25.0:1.26.0-SNAPSHOT
7+
google-http-client-android-test:1.25.0:1.26.0-SNAPSHOT
8+
google-http-client-appengine:1.25.0:1.26.0-SNAPSHOT
9+
google-http-client-assembly:1.25.0:1.26.0-SNAPSHOT
10+
google-http-client-findbugs:1.25.0:1.26.0-SNAPSHOT
11+
google-http-client-gson:1.25.0:1.26.0-SNAPSHOT
12+
google-http-client-jackson:1.25.0:1.26.0-SNAPSHOT
13+
google-http-client-jackson2:1.25.0:1.26.0-SNAPSHOT
14+
google-http-client-jdo:1.25.0:1.26.0-SNAPSHOT
15+
google-http-client-protobuf:1.25.0:1.26.0-SNAPSHOT
16+
google-http-client-test:1.25.0:1.26.0-SNAPSHOT
17+
google-http-client-xml:1.25.0:1.26.0-SNAPSHOT

0 commit comments

Comments
 (0)