Skip to content

Commit 66d7012

Browse files
committed
[maven-release-plugin] prepare release parent-1.4.0
1 parent f1a77b0 commit 66d7012

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

pom.xml

+1-1
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.3.1-SNAPSHOT</version>
28+
<version>1.4.0</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Retrofit (Parent)</name>

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

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

retrofit-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.3.1-SNAPSHOT</version>
13+
<version>1.4.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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

0 commit comments

Comments
 (0)