Skip to content

Commit ed37528

Browse files
committed
[maven-release-plugin] prepare release 1.11.0-beta
1 parent e68e1a7 commit ed37528

File tree

12 files changed

+13
-14
lines changed

12 files changed

+13
-14
lines changed

google-http-client-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-android</artifactId>

google-http-client-android2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-android2</artifactId>

google-http-client-android3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-android3</artifactId>

google-http-client-appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-appengine</artifactId>

google-http-client-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>com.google.http-client</groupId>

google-http-client-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-gson</artifactId>

google-http-client-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-jackson</artifactId>

google-http-client-jackson2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-jackson2</artifactId>

google-http-client-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-parent</artifactId>
6-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>google-http-client-protobuf</artifactId>

google-http-client-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.google.http-client</groupId>
65
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.11.0-beta-SNAPSHOT</version>
6+
<version>1.11.0-beta</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>google-http-client-test</artifactId>

0 commit comments

Comments
 (0)