Skip to content

Commit da0bfad

Browse files
committed
[maven-release-plugin] prepare release 3.4.2
1 parent f97e889 commit da0bfad

File tree

13 files changed

+13
-13
lines changed

13 files changed

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

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

0 commit comments

Comments
 (0)