Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Burton committed Jul 25, 2013
1 parent a62e652 commit 9a83916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions astroboy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.roboguice</groupId>
<artifactId>astroboy</artifactId>
<version>3.0c-experimental-SNAPSHOT</version>
<version>3.0-experimental-SNAPSHOT</version>
<packaging>apk</packaging>
<name>astroboy</name>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.roboguice</groupId>
<artifactId>roboguice</artifactId>
<version>3.0c-experimental-SNAPSHOT</version>
<version>3.0-experimental-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.roboguice</groupId>
<artifactId>roboguice-aggregator</artifactId>
<name>Aggregator</name>
<version>3.0c-experimental-SNAPSHOT</version>
<version>3.0-experimental-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion roboguice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.roboguice</groupId>
<artifactId>roboguice</artifactId>
<name>RoboGuice</name>
<version>3.0c-experimental-SNAPSHOT</version>
<version>3.0-experimental-SNAPSHOT</version>
<description>A framework for using Google Guice dependency injection in Android.</description>

<licenses>
Expand Down

0 comments on commit 9a83916

Please sign in to comment.