Skip to content

Commit

Permalink
Bump version to 0.6.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 8, 2012
1 parent 961e513 commit 9c5458c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-rc4</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.squareup</groupId>
<artifactId>retrofit</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-rc4</version>
<packaging>pom</packaging>

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

Expand Down

0 comments on commit 9c5458c

Please sign in to comment.