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

Commit 4a79d53

Browse files
committed
[maven-release-plugin] prepare release 4.4.0
1 parent e2a538e commit 4a79d53

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

actionbarsherlock-fest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.actionbarsherlock</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>4.4.0-SNAPSHOT</version>
11+
<version>4.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

actionbarsherlock-i18n/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.actionbarsherlock</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>4.4.0-SNAPSHOT</version>
12+
<version>4.4.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

actionbarsherlock-samples/demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.actionbarsherlock</groupId>
88
<artifactId>parent-sample</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

actionbarsherlock-samples/fragments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.actionbarsherlock</groupId>
88
<artifactId>parent-sample</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

actionbarsherlock-samples/known-bugs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.actionbarsherlock</groupId>
88
<artifactId>parent-sample</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

actionbarsherlock-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.actionbarsherlock</groupId>
88
<artifactId>parent</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

actionbarsherlock-samples/roboguice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.actionbarsherlock</groupId>
88
<artifactId>parent-sample</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

actionbarsherlock-samples/styled/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.actionbarsherlock</groupId>
88
<artifactId>parent-sample</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

actionbarsherlock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.actionbarsherlock</groupId>
88
<artifactId>parent</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 2 additions & 2 deletions
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.4.0-SNAPSHOT</version>
15+
<version>4.4.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>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/JakeWharton/ActionBarSherlock/</url>
3131
<connection>scm:git:git://github.com/JakeWharton/ActionBarSherlock.git</connection>
3232
<developerConnection>scm:git:git@github.com:JakeWharton/ActionBarSherlock.git</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>4.4.0</tag>
3434
</scm>
3535

3636
<developers>

0 commit comments

Comments
 (0)