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

Commit 38cba5c

Browse files
committed
[maven-release-plugin] prepare release 3.0.1
1 parent c7f67c4 commit 38cba5c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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>3.0.1-SNAPSHOT</version>
14+
<version>3.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
@@ -6,7 +6,7 @@
66
<groupId>com.actionbarsherlock</groupId>
77
<artifactId>parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>3.0.1-SNAPSHOT</version>
9+
<version>3.0.1</version>
1010

1111
<name>ActionBarSherlock (Parent)</name>
1212
<description>Android library for implementing the action bar design pattern using the native ActionBar on 3.0+ and a custom implementation on pre-3.0 all through the same API.</description>

sample-featuredemo/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>3.0.1-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

sample-shakespeare/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>3.0.1-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

sample-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</artifactId>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)