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

Commit fe0125a

Browse files
committed
[maven-release-plugin] prepare release 4.3.0
1 parent 8a05dc8 commit fe0125a

File tree

10 files changed

+13
-14
lines changed

10 files changed

+13
-14
lines changed

actionbarsherlock-fest/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<artifactId>actionbarsherlock-fest</artifactId>
@@ -10,7 +8,7 @@
108
<parent>
119
<groupId>com.actionbarsherlock</groupId>
1210
<artifactId>parent</artifactId>
13-
<version>4.2.1-SNAPSHOT</version>
11+
<version>4.3.0</version>
1412
<relativePath>../pom.xml</relativePath>
1513
</parent>
1614

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.2.1-SNAPSHOT</version>
12+
<version>4.3.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.2.1-SNAPSHOT</version>
9+
<version>4.3.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.2.1-SNAPSHOT</version>
9+
<version>4.3.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.2.1-SNAPSHOT</version>
9+
<version>4.3.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.2.1-SNAPSHOT</version>
9+
<version>4.3.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.2.1-SNAPSHOT</version>
9+
<version>4.3.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.2.1-SNAPSHOT</version>
9+
<version>4.3.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.2.1-SNAPSHOT</version>
9+
<version>4.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 3 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.2.1-SNAPSHOT</version>
15+
<version>4.3.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,6 +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:[email protected]:JakeWharton/ActionBarSherlock.git</developerConnection>
33+
<tag>4.3.0</tag>
3334
</scm>
3435

3536
<developers>
@@ -142,7 +143,7 @@
142143
<target>${java.version}</target>
143144
<showWarnings>true</showWarnings>
144145
<compilerArguments>
145-
<Xlint/>
146+
<Xlint />
146147
</compilerArguments>
147148
</configuration>
148149
</plugin>

0 commit comments

Comments
 (0)