Skip to content

Commit 96ee231

Browse files
committed
[maven-release-plugin] prepare for next development iteration
(cherry picked from commit 62903c4)
1 parent f6878a5 commit 96ee231

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.squareup.retrofit</groupId>
2727
<artifactId>parent</artifactId>
28-
<version>1.9.0</version>
28+
<version>2.0.0-SNAPSHOT</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Retrofit (Parent)</name>
@@ -72,7 +72,7 @@
7272
<url>http://github.com/square/retrofit</url>
7373
<connection>scm:git:git://github.com/square/retrofit.git</connection>
7474
<developerConnection>scm:git:ssh://[email protected]/square/retrofit.git</developerConnection>
75-
<tag>parent-1.9.0</tag>
75+
<tag>HEAD</tag>
7676
</scm>
7777

7878
<issueManagement>

retrofit-converters/jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit</groupId>
88
<artifactId>retrofit-converters</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-converters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-converters/protobuf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit</groupId>
88
<artifactId>retrofit-converters</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-converters/simplexml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit</groupId>
88
<artifactId>retrofit-converters</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-converters/wire/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.squareup.retrofit</groupId>
1212
<artifactId>retrofit-converters</artifactId>
13-
<version>1.9.0</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

retrofit-mock/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

samples/github-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit.samples</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

samples/mock-github-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.squareup.retrofit.samples</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.9.0</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.retrofit</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.9.0</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)