1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-30 18:01:29 +03:00

[maven-release-plugin] prepare release parent-1.0.0

This commit is contained in:
Jake Wharton
2013-05-06 07:00:47 -07:00
parent 8f988a303b
commit d95ecff542
6 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.okhttp</groupId> <groupId>com.squareup.okhttp</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>okhttp-apache</artifactId> <artifactId>okhttp-apache</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.okhttp</groupId> <groupId>com.squareup.okhttp</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>okhttp</artifactId> <artifactId>okhttp</artifactId>

View File

@@ -11,7 +11,7 @@
<groupId>com.squareup.okhttp</groupId> <groupId>com.squareup.okhttp</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>OkHttp (Parent)</name> <name>OkHttp (Parent)</name>
@@ -43,6 +43,7 @@
<url>https://github.com/square/okhttp/</url> <url>https://github.com/square/okhttp/</url>
<connection>scm:git:https://github.com/square/okhttp.git</connection> <connection>scm:git:https://github.com/square/okhttp.git</connection>
<developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection> <developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
<tag>parent-1.0.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.okhttp.sample</groupId> <groupId>com.squareup.okhttp.sample</groupId>
<artifactId>sample-parent</artifactId> <artifactId>sample-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>guide</artifactId> <artifactId>guide</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.okhttp</groupId> <groupId>com.squareup.okhttp</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<groupId>com.squareup.okhttp.sample</groupId> <groupId>com.squareup.okhttp.sample</groupId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.okhttp.sample</groupId> <groupId>com.squareup.okhttp.sample</groupId>
<artifactId>sample-parent</artifactId> <artifactId>sample-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>simple-client</artifactId> <artifactId>simple-client</artifactId>