Skip to content

Commit

Permalink
Bump version to 3.0-rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
erd committed Mar 30, 2015
1 parent 527254c commit 2592bf5
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</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.0-SNAPSHOT</version>
<version>3.0-rc2</version>
</parent>

<artifactId>robolectric</artifactId>
Expand Down
Expand Up @@ -41,7 +41,7 @@ public DependencyJar getSystemResourceDependency() {
public DependencyJar[] getSdkClasspathDependencies() {
return new DependencyJar[] {
createDependency("org.robolectric", "android-all", artifactVersionString, null),
createDependency("org.robolectric", "shadows-core", "3.0-SNAPSHOT", Integer.toString(apiLevel)),
createDependency("org.robolectric", "shadows-core", "3.0-rc2", Integer.toString(apiLevel)),
createDependency("org.json", "json", "20080701", null),
createDependency("org.ccil.cowan.tagsoup", "tagsoup", "1.2", null)
};
Expand Down

0 comments on commit 2592bf5

Please sign in to comment.