Skip to content

Commit

Permalink
Restore version 0.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Jul 17, 2012
1 parent 4cbec88 commit 14b98e5
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-rc3</version>
<version>0.6.0-SNAPSHOT</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-rc3</version>
<version>0.6.0-SNAPSHOT</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-rc3</version>
<version>0.6.0-SNAPSHOT</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-rc3</version>
<version>0.6.0-SNAPSHOT</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-rc3</version>
<version>0.6.0-SNAPSHOT</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-rc3</version>
<version>0.6.0-SNAPSHOT</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-rc3</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 14b98e5

Please sign in to comment.