[jboss-svn-commits] JBoss Common SVN: r2200 - build/tags/2.0.3.GA

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Dec 10 00:05:24 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-10 00:05:22 -0500 (Sun, 10 Dec 2006)
New Revision: 2200

Modified:
   build/tags/2.0.3.GA/build.xml
   build/tags/2.0.3.GA/pom.xml
Log:
Create a proper 2.0.3.GA release

Modified: build/tags/2.0.3.GA/build.xml
===================================================================
--- build/tags/2.0.3.GA/build.xml	2006-12-10 02:43:21 UTC (rev 2199)
+++ build/tags/2.0.3.GA/build.xml	2006-12-10 05:05:22 UTC (rev 2200)
@@ -6,7 +6,7 @@
 <project name="jbossbuild helper" default="copy-targets">
 	<property file="local.properties" />
 	<property name="jboss.repository" value="/cvs/Repository/repository.jboss.com" />
-	<property name="common.version" value="2.0.3.Alpha" />
+	<property name="common.version" value="2.0.3.GA" />
 
 	<target name="copy-targets">
 		<mkdir dir="${jboss.repository}/jboss/common-core/${common.version}/lib"/>

Modified: build/tags/2.0.3.GA/pom.xml
===================================================================
--- build/tags/2.0.3.GA/pom.xml	2006-12-10 02:43:21 UTC (rev 2199)
+++ build/tags/2.0.3.GA/pom.xml	2006-12-10 05:05:22 UTC (rev 2200)
@@ -7,17 +7,17 @@
   common-logging-log4j/pom.xml
 
 This can be done using:  
-svn co https://svn.jboss.org/repos/common/build/trunk/ build
-svn co https://svn.jboss.org/repos/common/common-core/trunk common-core
-svn co https://svn.jboss.org/repos/common/common-logging-spi/trunk/ common-logging-spi
-svn co https://svn.jboss.org/repos/common/common-logging-jdk/trunk/ common-logging-jdk
-svn co https://svn.jboss.org/repos/common/common-logging-log4j/trunk/ common-logging-log4j
+svn co https://svn.jboss.org/repos/common/build/tags/2.0.3.GA/ build
+svn co https://svn.jboss.org/repos/common/common-core/tags/2.0.3.GA/ common-core
+svn co https://svn.jboss.org/repos/common/common-logging-spi/tags/2.0.3.GA/ common-logging-spi
+svn co https://svn.jboss.org/repos/common/common-logging-jdk/tags/2.0.3.GA/ common-logging-jdk
+svn co https://svn.jboss.org/repos/common/common-logging-log4j/tags/2.0.3.GA/ common-logging-log4j
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>jboss</groupId>
-  <version>2.0.3.Alpha</version>
+  <version>2.0.3.GA</version>
   <artifactId>jboss-common</artifactId>
   <name>JBoss Common Build</name>
   <url>http://www.jboss.org</url>
@@ -58,4 +58,12 @@
       </plugin>
     </plugins>
   </reporting>
+  
+  <distributionManagement>
+    <repository>
+      <id>cvs-file-repository</id>
+      <!-- Set maven.cvs.root in your settings.xml -->
+      <url>file://${maven.cvs.root}</url>
+    </repository>
+  </distributionManagement>
 </project>




More information about the jboss-svn-commits mailing list