[webbeans-commits] Webbeans SVN: r2577 - extensions/trunk/wicket.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Apr 20 08:03:07 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-20 08:03:07 -0400 (Mon, 20 Apr 2009)
New Revision: 2577

Modified:
   extensions/trunk/wicket/pom.xml
Log:
add scm info

Modified: extensions/trunk/wicket/pom.xml
===================================================================
--- extensions/trunk/wicket/pom.xml	2009-04-20 11:55:57 UTC (rev 2576)
+++ extensions/trunk/wicket/pom.xml	2009-04-20 12:03:07 UTC (rev 2577)
@@ -47,10 +47,26 @@
 
    <build>
       <defaultGoal>install</defaultGoal>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+               <tagBase>https://svn.jboss.org/repos/webbeans/extensions/tags</tagBase>
+               <autoVersionSubmodules>true</autoVersionSubmodules>
+            </configuration>
+         </plugin>
+      </plugins>
    </build>
 
 	<properties>
 		<wicket.version>1.3.5.jboss1</wicket.version>
 	</properties>
 
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/extensions</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/extensions</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/webbeans/extensions</url>
+   </scm>
+
 </project>




More information about the weld-commits mailing list