Skip to content

Commit 197fb5b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent bcf6275 commit 197fb5b

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
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>2.0.0-beta1</version>
28+
<version>2.0.0-SNAPSHOT</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Retrofit (Parent)</name>
@@ -75,7 +75,7 @@
7575
<url>http://github.com/square/retrofit</url>
7676
<connection>scm:git:git://github.com/square/retrofit.git</connection>
7777
<developerConnection>scm:git:ssh://[email protected]/square/retrofit.git</developerConnection>
78-
<tag>parent-2.0.0-beta1</tag>
78+
<tag>HEAD</tag>
7979
</scm>
8080

8181
<issueManagement>

retrofit-adapters/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>2.0.0-beta1</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-adapters/rxjava-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>retrofit-adapters</artifactId>
9-
<version>2.0.0-beta1</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-adapters/rxjava/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-adapters</artifactId>
9-
<version>2.0.0-beta1</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-converters/gson/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>2.0.0-beta1</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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>2.0.0-beta1</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

retrofit-converters/moshi/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>2.0.0-beta1</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>2.0.0-beta1</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>2.0.0-beta1</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>2.0.0-beta1</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>2.0.0-beta1</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>2.0.0-beta1</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>2.0.0-beta1</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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>2.0.0-beta1</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)