Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.

Commit 90939dc

Browse files
committed
[maven-release-plugin] prepare release 4.2.0
1 parent 049c5e1 commit 90939dc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.actionbarsherlock</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.actionbarsherlock</groupId>
1313
<artifactId>parent</artifactId>
1414
<packaging>pom</packaging>
15-
<version>4.2.0-SNAPSHOT</version>
15+
<version>4.2.0</version>
1616

1717
<name>ActionBarSherlock (Parent)</name>
1818
<description>Android library for implementing the action bar design pattern using the backported sources of Ice Cream Sandwich.</description>

samples/demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.actionbarsherlock</groupId>
1212
<artifactId>parent-sample</artifactId>
13-
<version>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

samples/fragments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.actionbarsherlock</groupId>
1212
<artifactId>parent-sample</artifactId>
13-
<version>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

samples/known-bugs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.actionbarsherlock</groupId>
1212
<artifactId>parent-sample</artifactId>
13-
<version>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.actionbarsherlock</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

samples/roboguice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.actionbarsherlock</groupId>
1212
<artifactId>parent-sample</artifactId>
13-
<version>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

samples/styled/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.actionbarsherlock</groupId>
1212
<artifactId>parent-sample</artifactId>
13-
<version>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)