Skip to content

Commit f7699d9

Browse files
committed
[maven-release-plugin] prepare release parent-1.2.0
1 parent f6ec6f7 commit f7699d9

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

mockwebserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okhttp</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>mockwebserver</artifactId>

okhttp-apache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okhttp</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>okhttp-apache</artifactId>

okhttp-protocols/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okhttp</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>okhttp-protocols</artifactId>

okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okhttp</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>okhttp</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.squareup.okhttp</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>1.1.2-SNAPSHOT</version>
14+
<version>1.2.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>OkHttp (Parent)</name>
@@ -44,7 +44,7 @@
4444
<url>https://github.com/square/okhttp/</url>
4545
<connection>scm:git:https://github.com/square/okhttp.git</connection>
4646
<developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
47-
<tag>HEAD</tag>
47+
<tag>parent-1.2.0</tag>
4848
</scm>
4949

5050
<issueManagement>

samples/guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okhttp.sample</groupId>
88
<artifactId>sample-parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>guide</artifactId>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okhttp</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<groupId>com.squareup.okhttp.sample</groupId>

samples/simple-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okhttp.sample</groupId>
88
<artifactId>sample-parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>simple-client</artifactId>

0 commit comments

Comments
 (0)