Skip to content

Commit

Permalink
[maven-release-plugin] prepare release robotium-5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renas committed Jun 23, 2016
1 parent 3e2f375 commit 1fe484f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium</artifactId>
<version>5.5.5-SNAPSHOT</version>
<version>5.6.0</version>
<packaging>pom</packaging>
<name>Robotium</name>
<description>User scenario testing for Android</description>
Expand All @@ -21,7 +21,7 @@
<url>http://github.com/jayway/robotium/tree/${scm.branch}</url>
<connection>scm:git:git://github.com/jayway/robotium.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jayway/robotium.git</developerConnection>
<tag>HEAD</tag>
<tag>robotium-5.6.0</tag>
</scm>
<issueManagement>
<system>Google Code Issue Tracking</system>
Expand Down
4 changes: 2 additions & 2 deletions robotium-solo/pom.xml
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium-solo</artifactId>
<version>5.5.5-SNAPSHOT</version>
<version>5.6.0</version>
<packaging>jar</packaging>
<name>Robotium :: Solo</name>
<parent>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium</artifactId>
<version>5.5.5-SNAPSHOT</version>
<version>5.6.0</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1fe484f

Please sign in to comment.