[jboss-svn-commits] JBoss Common SVN: r2243 - common-core/trunk and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 24 14:03:04 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-24 14:03:04 -0500 (Wed, 24 Jan 2007)
New Revision: 2243

Modified:
   build/trunk/build.xml
   common-core/trunk/pom.xml
Log:
Create a 2.0.4.Alpha3 release to pickup the JBossEntityResolver default schema additions

Modified: build/trunk/build.xml
===================================================================
--- build/trunk/build.xml	2007-01-24 18:39:53 UTC (rev 2242)
+++ build/trunk/build.xml	2007-01-24 19:03:04 UTC (rev 2243)
@@ -6,7 +6,7 @@
 <project name="jbossbuild helper" default="copy-targets">
 	<property file="local.properties" />
 	<property name="jbossbuild.repository.dir" value="/cvs/Repository/repository.jboss.com" />
-	<property name="jbossbuild.repository.version" value="2.0.4.Alpha2" />
+	<property name="jbossbuild.repository.version" value="2.0.4.Alpha3" />
 
 	<target name="copy-targets">
 		<mkdir dir="${jbossbuild.repository.dir}/jboss/common-core/${jbossbuild.repository.version}/lib"/>

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2007-01-24 18:39:53 UTC (rev 2242)
+++ common-core/trunk/pom.xml	2007-01-24 19:03:04 UTC (rev 2243)
@@ -4,7 +4,7 @@
   <groupId>jboss</groupId>
   <artifactId>jboss-common-core</artifactId>
   <packaging>jar</packaging>
-  <version>2.0.4.Beta</version>
+  <version>2.0.4.Alpha3</version>
   <name>JBoss Common Classes</name>
   <url>http://www.jboss.org</url>
   <description>A set of commonly used classed classes</description>




More information about the jboss-svn-commits mailing list