This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to annotated tag 2.3.3-1.0.0
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git

commit f92e8d3e6bd8dc7f8e3349ec9cc9797444498db9
Author: tv <tv@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Tue Nov 6 14:14:43 2012 +0000

    Add bits required for a release
    
    git-svn-id: 
https://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-2.3.3@1406141
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d79067..4302ec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to