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

Commit

Permalink
[maven-release-plugin] prepare release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 15, 2013
1 parent 8a05dc8 commit fe0125a
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 14 deletions.
6 changes: 2 additions & 4 deletions actionbarsherlock-fest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<artifactId>actionbarsherlock-fest</artifactId>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock-samples/demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent-sample</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock-samples/fragments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent-sample</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock-samples/known-bugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent-sample</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock-samples/roboguice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent-sample</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock-samples/styled/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent-sample</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion actionbarsherlock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.actionbarsherlock</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.0</version>

<name>ActionBarSherlock (Parent)</name>
<description>Android library for implementing the action bar design pattern using the backported sources of Ice Cream Sandwich.</description>
Expand All @@ -30,6 +30,7 @@
<url>https://github.com/JakeWharton/ActionBarSherlock/</url>
<connection>scm:git:git://github.com/JakeWharton/ActionBarSherlock.git</connection>
<developerConnection>scm:git:[email protected]:JakeWharton/ActionBarSherlock.git</developerConnection>
<tag>4.3.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -142,7 +143,7 @@
<target>${java.version}</target>
<showWarnings>true</showWarnings>
<compilerArguments>
<Xlint/>
<Xlint />
</compilerArguments>
</configuration>
</plugin>
Expand Down

0 comments on commit fe0125a

Please sign in to comment.