[jboss-svn-commits] JBoss Common SVN: r2279 - common-core/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 23 15:30:00 EST 2007


Author: pgier
Date: 2007-02-23 15:30:00 -0500 (Fri, 23 Feb 2007)
New Revision: 2279

Modified:
   common-core/trunk/pom.xml
Log:
Added scm settings, changed range dependency.

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2007-02-15 20:20:50 UTC (rev 2278)
+++ common-core/trunk/pom.xml	2007-02-23 20:30:00 UTC (rev 2279)
@@ -12,6 +12,9 @@
   <name>JBoss Common Classes</name>
   <url>http://www.jboss.org</url>
   <description>A set of commonly used classed classes</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-core/trunk/</connection>
+  </scm>
   <dependencies>
     <dependency>
       <groupId>apache-xerces</groupId>
@@ -37,7 +40,7 @@
       <groupId>jboss</groupId>
       <artifactId>jboss-logging-spi</artifactId>
       <!-- v >= 2.0.2.GA -->
-      <version>[2.0.2.GA,)</version>
+      <version>[2.0.2,)</version>
     </dependency>
     <dependency>
       <groupId>jboss</groupId>




More information about the jboss-svn-commits mailing list