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>

0 commit comments

Comments
 (0)