Skip to content

Commit

Permalink
Revert "[maven-release-plugin] prepare release android-archetype-proj…
Browse files Browse the repository at this point in the history
…ect-1.0.7"

This reverts commit 03a2727.
  • Loading branch information
cescoffier committed Jan 4, 2012
1 parent bdd73d5 commit 4b1796c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android-archetypes-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<parent>
<artifactId>android-archetype-project</artifactId>
<groupId>de.akquinet.android.archetypes</groupId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-archetypes-it</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<name>Akquinet Android Archetype - Integration Tests</name>
<description>Android Archetypes Integration Tests</description>

Expand Down
4 changes: 2 additions & 2 deletions android-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<parent>
<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-archetype-project</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-quickstart</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<name>Akquinet Android Archetype - android-quickstart</name>
<description>Creates a skeleton for an Android application</description>
</project>
4 changes: 2 additions & 2 deletions android-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<parent>
<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-archetype-project</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-release</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<name>Akquinet Android Archetype - android-release</name>
<description>Creates a skeleton for an Android application,
instrumentation tests and ready-to-publish application on releases.</description>
Expand Down
4 changes: 2 additions & 2 deletions android-with-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-archetype-project</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
</parent>

<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-with-test</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<name>Akquinet Android Archetype - android-with-test</name>
<description>Creates a skeleton for an Android application and instrumentation tests</description>

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-archetype-project</artifactId>
<version>1.0.7</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 4b1796c

Please sign in to comment.