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:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp-apache</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>okhttp</artifactId>
|
||||
|
||||
3
pom.xml
3
pom.xml
@@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>OkHttp (Parent)</name>
|
||||
@@ -43,6 +43,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>parent-1.0.0</tag>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>guide</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.squareup.okhttp.sample</groupId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.squareup.okhttp.sample</groupId>
|
||||
<artifactId>sample-parent</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>simple-client</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user