Author: tv
Date: Tue Nov 6 14:14:43 2012
New Revision: 1406141
URL: http://svn.apache.org/viewvc?rev=1406141&view=rev
Log:
Add bits required for a release
Modified:
turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml
Modified: turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml?rev=1406141&r1=1406140&r2=1406141&view=diff
==============================================================================
--- turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml (original)
+++ turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/pom.xml Tue Nov 6
14:14:43 2012
@@ -21,14 +21,28 @@
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>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>11</version>
+ </parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-webapp-2.3.3</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
- <name>Archetype - turbine-webapp</name>
- <url>http://maven.apache.org</url>
+ <name>Archetype - Turbine 2.3.3 WebApp</name>
+ <description>This archetype sets up a web application project based on
Apache Turbine 2.3.3</description>
+ <url>http://turbine.apache.org</url>
+ <inceptionYear>2011</inceptionYear>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/</developerConnection>
+
<url>http://svn.apache.org/viewcvs/turbine/maven/archetypes/trunk/turbine-webapp-2.3.3/</url>
+ </scm>
+
<build>
<extensions>
<extension>