Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-3.4.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Jul 3, 2016
1 parent 738f7fa commit 9db4919
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mockwebserver/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>mockwebserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okcurl/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okcurl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-android-support/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp-android-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-apache/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp-apache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-logging-interceptor/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>logging-interceptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-testing-support/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp-testing-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-urlconnection/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp-urlconnection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-ws-tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp-ws-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-ws/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp-ws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>okhttp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
<packaging>pom</packaging>

<name>OkHttp (Parent)</name>
Expand Down Expand Up @@ -66,7 +66,7 @@
<url>https://github.com/square/okhttp/</url>
<connection>scm:git:https://github.com/square/okhttp.git</connection>
<developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
<tag>HEAD</tag>
<tag>parent-3.4.0-RC1</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/crawler/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>crawler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/guide/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>guide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<groupId>com.squareup.okhttp3.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/simple-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>simple-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/static-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.okhttp3.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
</parent>

<artifactId>static-server</artifactId>
Expand Down

0 comments on commit 9db4919

Please sign in to comment.