Skip to content

Commit 66544fe

Browse files
committed
[maven-release-plugin] prepare release parent-1.0.1
1 parent 3725b3d commit 66544fe

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>okhttp-apache</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.0.1-SNAPSHOT</version>
9+
<version>1.0.1</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.0.1-SNAPSHOT</version>
14+
<version>1.0.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>OkHttp (Parent)</name>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/square/okhttp/</url>
4444
<connection>scm:git:https://github.com/square/okhttp.git</connection>
4545
<developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>parent-1.0.1</tag>
4747
</scm>
4848

4949
<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.0.1-SNAPSHOT</version>
9+
<version>1.0.1</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.0.1-SNAPSHOT</version>
9+
<version>1.0.1</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.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>simple-client</artifactId>

0 commit comments

Comments
 (0)