Author: pete.muir(a)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</tagBa...
+ <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&...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/exten...
+
<
url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/webbeans/extensions<...
+ </scm>
+
</project>