Skip to content

Commit

Permalink
Bump version to 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
erd committed Jun 6, 2016
1 parent 8ddec13 commit 09e419f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.robolectric</groupId>
<artifactId>robolectric-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
<packaging>pom</packaging>
<description>An alternative Android testing framework.</description>
<url>http://robolectric.org/</url>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-annotations/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>robolectric-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-processor/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>robolectric-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-resources/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>robolectric-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-shadows/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>robolectric-shadows</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-shadows/shadows-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-shadows</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>shadows-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-shadows/shadows-httpclient/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-shadows</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>shadows-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-shadows/shadows-maps/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-shadows</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>shadows-maps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-shadows/shadows-multidex/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-shadows</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>shadows-multidex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-shadows/shadows-play-services/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-shadows</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>shadows-play-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-shadows/shadows-support-v4/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-shadows</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>shadows-support-v4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric-utils/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>robolectric-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion robolectric/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>robolectric</artifactId>
Expand Down

0 comments on commit 09e419f

Please sign in to comment.