Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 21, 2014
1 parent 2027fe1 commit 6120d86
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.squareup.retrofit</groupId>
<artifactId>parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<name>Retrofit (Parent)</name>
Expand Down Expand Up @@ -71,6 +71,7 @@
<url>http://github.com/square/retrofit</url>
<connection>scm:git:git://github.com/square/retrofit.git</connection>
<developerConnection>scm:git:ssh://git@github.com/square/retrofit.git</developerConnection>
<tag>parent-1.5.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion retrofit-converters/jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit-converters</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-converters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-converters/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit-converters</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-converters/simplexml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit-converters</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-converters/wire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit-converters</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-samples/github-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit.samples</groupId>
<artifactId>parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-samples/mock-github-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.squareup.retrofit.samples</groupId>
<artifactId>parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrofit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.retrofit</groupId>
<artifactId>parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 6120d86

Please sign in to comment.