[webbeans-commits] Webbeans SVN: r1861 - in ri/trunk: jboss-as and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Mar 8 20:43:25 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-08 20:43:24 -0400 (Sun, 08 Mar 2009)
New Revision: 1861

Modified:
   ri/trunk/jboss-as/build.properties
   ri/trunk/pom.xml
Log:
prep for release

Modified: ri/trunk/jboss-as/build.properties
===================================================================
--- ri/trunk/jboss-as/build.properties	2009-03-09 00:33:27 UTC (rev 1860)
+++ ri/trunk/jboss-as/build.properties	2009-03-09 00:43:24 UTC (rev 1861)
@@ -3,7 +3,7 @@
 java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 # recommended minimum JAVA_OPTS for running JBoss with the TCK
 # jboss.shutdown.delay=15000 # time to allow before attempting to restart JBoss AS
 # jboss.deployments.restart = 25 # maximum number of TCK tests to deploy before restarting JBoss AS
-webbeans-ri-int.version=5.2.0-SNAPSHOT
-webbeans.version=1.0.0-SNAPSHOT
+webbeans-ri-int.version=5.2.0.BETA1
+webbeans.version=1.0.0.BETA1
 jboss-ejb3.version=1.0.0
 

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-03-09 00:33:27 UTC (rev 1860)
+++ ri/trunk/pom.xml	2009-03-09 00:43:24 UTC (rev 1861)
@@ -18,4 +18,28 @@
       <module>jboss-tck-runner</module>
    </modules>
    
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans</connection>
+      <developerConnection>
+         scm:svn:https://svn.jboss.org/repos/webbeans
+      </developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans</url>
+   </scm>
+
+   <distributionManagement>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
+   
+   
 </project>




More information about the weld-commits mailing list