Skip to content

Commit 3926b99

Browse files
committed
[maven-release-plugin] prepare release robotium-5.5.3
1 parent ce413dc commit 3926b99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.jayway.android.robotium</groupId>
44
<artifactId>robotium</artifactId>
5-
<version>5.5.3-SNAPSHOT</version>
5+
<version>5.5.3</version>
66
<packaging>pom</packaging>
77
<name>Robotium</name>
88
<description>User scenario testing for Android</description>
@@ -21,7 +21,7 @@
2121
<url>http://github.com/jayway/robotium/tree/${scm.branch}</url>
2222
<connection>scm:git:git://github.com/jayway/robotium.git</connection>
2323
<developerConnection>scm:git:ssh://[email protected]/jayway/robotium.git</developerConnection>
24-
<tag>HEAD</tag>
24+
<tag>robotium-5.5.3</tag>
2525
</scm>
2626
<issueManagement>
2727
<system>Google Code Issue Tracking</system>

robotium-solo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.jayway.android.robotium</groupId>
44
<artifactId>robotium-solo</artifactId>
5-
<version>5.5.3-SNAPSHOT</version>
5+
<version>5.5.3</version>
66
<packaging>jar</packaging>
77
<name>Robotium :: Solo</name>
88
<parent>
99
<groupId>com.jayway.android.robotium</groupId>
1010
<artifactId>robotium</artifactId>
11-
<version>5.5.3-SNAPSHOT</version>
11+
<version>5.5.3</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)