Skip to content

Commit 38eb59b

Browse files
committed
[maven-release-plugin] prepare release 3.4.0
1 parent 103fed9 commit 38eb59b

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
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.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

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

plugins/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.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

plugins/preference/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-plugins</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</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.4.0-SNAPSHOT</version>
9+
<version>3.4.0</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>

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

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

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

0 commit comments

Comments
 (0)