Skip to content

Commit 8fcee10

Browse files
committed
[maven-release-plugin] prepare release 4.0.1
1 parent 67a0ca8 commit 8fcee10

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.actionbarsherlock</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>4.0.1-SNAPSHOT</version>
14+
<version>4.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

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.0.1-SNAPSHOT</version>
15+
<version>4.0.1</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
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.actionbarsherlock</groupId>
1313
<artifactId>parent-sample</artifactId>
14-
<version>4.0.1-SNAPSHOT</version>
14+
<version>4.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

samples/fragments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.actionbarsherlock</groupId>
1313
<artifactId>parent-sample</artifactId>
14-
<version>4.0.1-SNAPSHOT</version>
14+
<version>4.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.actionbarsherlock</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>4.0.1-SNAPSHOT</version>
14+
<version>4.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

samples/roboguice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.actionbarsherlock</groupId>
1313
<artifactId>parent-sample</artifactId>
14-
<version>4.0.1-SNAPSHOT</version>
14+
<version>4.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

samples/styled/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.actionbarsherlock</groupId>
1313
<artifactId>parent-sample</artifactId>
14-
<version>4.0.0</version>
14+
<version>4.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)