Author: tv
Date: Tue Nov  6 14:21:15 2012
New Revision: 1406144

URL: http://svn.apache.org/viewvc?rev=1406144&view=rev
Log:
Add information required for a release to the POM

Modified:
    turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml

Modified: turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml?rev=1406144&r1=1406143&r2=1406144&view=diff
==============================================================================
--- turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml (original)
+++ turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml Tue Nov  6 
14:21:15 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-4.0</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 4.0M1 WebApp</name>
+  <description>This archetype sets up a web application project based on 
Apache Turbine 4.0M1</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-4.0/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-4.0/</developerConnection>
+    
<url>http://svn.apache.org/viewcvs/turbine/maven/archetypes/trunk/turbine-webapp-4.0/</url>
+  </scm>
+  
   <build>
     <extensions>
       <extension>


Reply via email to