[weld-commits] Weld SVN: r5934 - wicket/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Feb 21 15:44:24 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-21 15:44:24 -0500 (Sun, 21 Feb 2010)
New Revision: 5934

Modified:
   wicket/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.0.1-Final

Modified: wicket/trunk/pom.xml
===================================================================
--- wicket/trunk/pom.xml	2010-02-21 20:39:46 UTC (rev 5933)
+++ wicket/trunk/pom.xml	2010-02-21 20:44:24 UTC (rev 5934)
@@ -7,7 +7,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-wicket</artifactId>
-   <version>1.0.1-SNAPSHOT</version>
+   <version>1.0.1-Final</version>
    <name>Weld Wicket support</name>
 
    <description>Weld support for Apache Wicket</description>
@@ -39,7 +39,7 @@
 
    <properties>
       <weld.api.version>1.0-SP1</weld.api.version>
-      <weld.core.version>1.0.1-CR2</weld.core.version>
+      <weld.core.version>1.0.1-Final</weld.core.version>
       <testng.version>5.10</testng.version>
       <wicket.version>1.4.1</wicket.version>
    </properties>
@@ -116,9 +116,9 @@
    </dependencies>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/wicket/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/wicket/trunk</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/wicket/trunk</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/wicket/tags/1.0.1-Final</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/wicket/tags/1.0.1-Final</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/wicket/tags/1.0.1-Final</url>
    </scm>
 
 </project>



More information about the weld-commits mailing list