Skip to content

Commit

Permalink
[maven-release-plugin] prepare release android-archetype-project-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Dec 6, 2010
1 parent df2e115 commit 69d7f3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 3 additions & 4 deletions android-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@
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/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>

<parent>
<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-archetype-project</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-quickstart</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Akquinet Android Archetype - android-quickstart</name>
<description>Creates a skeleton for an Android application</description>
</project>
7 changes: 3 additions & 4 deletions android-with-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@
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/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>

<parent>
<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-archetype-project</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-with-test</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Akquinet Android Archetype - android-with-test</name>
<description>Creates a skeleton for an Android application and instrumentation tests</description>
</project>
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
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>0.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 69d7f3b

Please sign in to comment.