[seam-commits] Seam SVN: r8645 - in branches/Seam_2_0_FP/build: embedded and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 8 16:15:59 EDT 2008


Author: manaRH
Date: 2008-08-08 16:15:59 -0400 (Fri, 08 Aug 2008)
New Revision: 8645

Modified:
   branches/Seam_2_0_FP/build/common.build.xml
   branches/Seam_2_0_FP/build/embedded/build.xml
   branches/Seam_2_0_FP/build/embedded/hibernate-all.pom.xml
   branches/Seam_2_0_FP/build/embedded/jboss-embedded-all.pom.xml
   branches/Seam_2_0_FP/build/embedded/jboss-embedded.pom.xml
   branches/Seam_2_0_FP/build/embedded/shaded/hibernate-all.pom.xml
   branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded-all.pom.xml
   branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded.pom.xml
   branches/Seam_2_0_FP/build/embedded/shaded/thirdparty-all.pom.xml
   branches/Seam_2_0_FP/build/embedded/thirdparty-all.pom.xml
   branches/Seam_2_0_FP/build/root.pom.xml
Log:
update jboss-embedded jars

Modified: branches/Seam_2_0_FP/build/common.build.xml
===================================================================
--- branches/Seam_2_0_FP/build/common.build.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/common.build.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -23,7 +23,7 @@
 	
 	<property name="maven.settings.xml" location="${build.dir}/settings.xml" />
   
-    <property name="embedded.version" value="beta3" />
+    <property name="embedded.version" value="beta3.SP1" />
 
 	<import file="${build.dir}/utilities.build.xml" />
 	

Modified: branches/Seam_2_0_FP/build/embedded/build.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/build.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/build.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -8,6 +8,7 @@
 	<property name="tmp.dir" value="${seam.dir}/classes" />
 	<property name="lib.dir" value="${seam.dir}/lib" />
 	<import file="../utilities.build.xml" />
+	<import file="../common.build.xml" />
 	
 	<path id="maven-ant-tasks.classpath" path="${build.dir}/lib/maven-ant-tasks.jar" />
 	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />

Modified: branches/Seam_2_0_FP/build/embedded/hibernate-all.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/hibernate-all.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/hibernate-all.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.embedded</groupId>
   <artifactId>hibernate-all</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>The hibernate-all.jar distributed with JBoss Embedded.  This contains Hibernate
   for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations)</description>
 </project>

Modified: branches/Seam_2_0_FP/build/embedded/jboss-embedded-all.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/jboss-embedded-all.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/jboss-embedded-all.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.embedded</groupId>
   <artifactId>jboss-embedded-all</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>The jboss-embedded-all.jar distributed with JBoss Embedded.  This contains all depdencies
   from JBoss AS that originate in JBoss.  This jar has has the org.jboss.embedded packages split out.</description>
   

Modified: branches/Seam_2_0_FP/build/embedded/jboss-embedded.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/jboss-embedded.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/jboss-embedded.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.embedded</groupId>
   <artifactId>jboss-embedded</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all.</description>
   
   <dependencies>

Modified: branches/Seam_2_0_FP/build/embedded/shaded/hibernate-all.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/shaded/hibernate-all.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/shaded/hibernate-all.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.seam.embedded</groupId>
   <artifactId>hibernate-all</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>The hibernate-all.jar distributed with JBoss Embedded.  This contains Hibernate
   for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) and Hibernate Search (specific to this seam version of hibernate-all)</description>
 </project>

Modified: branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded-all.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded-all.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded-all.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.seam.embedded</groupId>
   <artifactId>jboss-embedded-all</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>The jboss-embedded-all.jar distributed with JBoss Embedded.  This contains all depdencies
   from JBoss AS that originate in JBoss.  This jar has has the org.jboss.embedded packages split out.</description>
   

Modified: branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/shaded/jboss-embedded.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.seam.embedded</groupId>
   <artifactId>jboss-embedded-api</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all. This Seam specific version simply keeps the old jboss-embedded-api name for tooling compatibility</description>
   
   <dependencies>

Modified: branches/Seam_2_0_FP/build/embedded/shaded/thirdparty-all.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/shaded/thirdparty-all.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/shaded/thirdparty-all.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.seam.embedded</groupId>
   <artifactId>thirdparty-all</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>The thirdparty-all.jar distributed with JBoss Embedded.  This contains thirdparty
   dependencies distributed with JBoss AS. This Seam version also includes lucene, a dependency
   of hibernate search</description>

Modified: branches/Seam_2_0_FP/build/embedded/thirdparty-all.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/embedded/thirdparty-all.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/embedded/thirdparty-all.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.embedded</groupId>
   <artifactId>thirdparty-all</artifactId>
-  <version>beta3</version>
+  <version>beta3.SP1</version>
   <description>The thirdparty-all.jar distributed with JBoss Embedded.  This contains thirdparty
   dependencies distributed with JBoss AS.</description>
 </project>

Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml	2008-08-08 19:48:00 UTC (rev 8644)
+++ branches/Seam_2_0_FP/build/root.pom.xml	2008-08-08 20:15:59 UTC (rev 8645)
@@ -632,7 +632,7 @@
       <dependency>
         <groupId>org.jboss.seam.embedded</groupId>
         <artifactId>jboss-embedded-api</artifactId>
-        <version>beta3</version>
+        <version>beta3.SP1</version>
       </dependency>
 
       <dependency>




More information about the seam-commits mailing list