Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
renas committed Oct 15, 2012
1 parent 632e3b1 commit 51faf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium</artifactId>
<version>3.5.1</version>
<version>3.5.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Robotium</name>
<description>User scenario testing for Android</description>
Expand Down
4 changes: 2 additions & 2 deletions robotium-solo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium-solo</artifactId>
<version>3.5.1</version>
<version>3.5.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Robotium :: Solo</name>
<parent>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium</artifactId>
<version>3.5.1</version>
<version>3.5.1.1-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 51faf63

Please sign in to comment.