[weld-commits] Weld SVN: r6501 - archetypes/branches/prototype/generated-archetype.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jun 19 01:47:14 EDT 2010


Author: dan.j.allen
Date: 2010-06-19 01:47:14 -0400 (Sat, 19 Jun 2010)
New Revision: 6501

Modified:
   archetypes/branches/prototype/generated-archetype/pom.xml
Log:
[maven-release-plugin] prepare release basic-javaee6-webapp-1.0.0.Beta2

Modified: archetypes/branches/prototype/generated-archetype/pom.xml
===================================================================
--- archetypes/branches/prototype/generated-archetype/pom.xml	2010-06-19 05:46:33 UTC (rev 6500)
+++ archetypes/branches/prototype/generated-archetype/pom.xml	2010-06-19 05:47:14 UTC (rev 6501)
@@ -4,11 +4,50 @@
 
   <groupId>org.jboss.weld.archetypes</groupId>
   <artifactId>weld-basic-javaee6-webapp</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0.Beta2</version>
   <packaging>maven-archetype</packaging>
 
   <name>Weld Basic Java EE 6 Webapp</name>
 
+  <description>An archetype that generates a basic Java EE 6 webapp project</description>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+    </license>
+  </licenses>
+
+  <url>http://seamframework.org/Documentation/WeldQuickstartForMavenUsers</url>
+
+  <developers>
+    <developer>
+      <name>Steven Boscarine</name>
+      <roles>
+        <role>Weld archetypes lead</role>
+      </roles>
+      <email>steven.boscarine at childrens.harvard.edu</email>
+      <organization>Children's Hospital Boston: Informatics Program</organization>
+      <organizationUrl>http://chip.org/</organizationUrl>
+      <url>http://info.rmatics.org/</url>
+    </developer>
+    <developer>
+      <name>Pete Muir</name>
+      <roles>
+         <role>Weld project lead</role>
+      </roles>
+      <email>pete.muir at jboss.org</email>
+      <organization>Red Hat Inc.</organization>
+      <url>http://in.relation.to/Bloggers/Pete</url>
+    </developer>
+    <developer>
+      <name>Dan Allen</name>
+      <email>dan.j.allen at gmail.com</email>
+      <organization>JBoss, by Red Hat</organization>
+      <url>http://in.relation.to/Bloggers/Dan</url>
+    </developer>
+  </developers>
+
   <build>
     <extensions>
       <extension>
@@ -42,7 +81,8 @@
     </snapshotRepository>
   </distributionManagement>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/trunk</developerConnection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/tags/basic-javaee6-webapp-1.0.0.Beta2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/tags/basic-javaee6-webapp-1.0.0.Beta2</developerConnection>
+    <url>http://fisheye.jboss.org/browse/weld/archetypes/tags/basic-javaee6-webapp-1.0.0.Beta2</url>
   </scm>
 </project>



More information about the weld-commits mailing list