[hibernate-commits] Hibernate SVN: r18536 - in core/branches/Branch_3_3_2_GA_CP: cache-ehcache and 18 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jan 13 05:56:23 EST 2010


Author: stliu
Date: 2010-01-13 05:56:22 -0500 (Wed, 13 Jan 2010)
New Revision: 18536

Modified:
   core/branches/Branch_3_3_2_GA_CP/cache-ehcache/pom.xml
   core/branches/Branch_3_3_2_GA_CP/cache-jbosscache/pom.xml
   core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml
   core/branches/Branch_3_3_2_GA_CP/cache-oscache/pom.xml
   core/branches/Branch_3_3_2_GA_CP/cache-swarmcache/pom.xml
   core/branches/Branch_3_3_2_GA_CP/connection-c3p0/pom.xml
   core/branches/Branch_3_3_2_GA_CP/connection-proxool/pom.xml
   core/branches/Branch_3_3_2_GA_CP/core/pom.xml
   core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml
   core/branches/Branch_3_3_2_GA_CP/documentation/manual/pom.xml
   core/branches/Branch_3_3_2_GA_CP/documentation/pom.xml
   core/branches/Branch_3_3_2_GA_CP/hibernate-maven-plugin/pom.xml
   core/branches/Branch_3_3_2_GA_CP/jmx/pom.xml
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
   core/branches/Branch_3_3_2_GA_CP/pom.xml
   core/branches/Branch_3_3_2_GA_CP/testing/pom.xml
   core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml
   core/branches/Branch_3_3_2_GA_CP/tutorials/eg/pom.xml
   core/branches/Branch_3_3_2_GA_CP/tutorials/pom.xml
   core/branches/Branch_3_3_2_GA_CP/tutorials/web/pom.xml
Log:
JBPAPP-3396 update the version in the pom.xml and readme.txt, changelog and something else

Modified: core/branches/Branch_3_3_2_GA_CP/cache-ehcache/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/cache-ehcache/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/cache-ehcache/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/cache-jbosscache/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/cache-jbosscache/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/cache-jbosscache/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/cache-oscache/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/cache-oscache/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/cache-oscache/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/cache-swarmcache/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/cache-swarmcache/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/cache-swarmcache/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/connection-c3p0/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/connection-c3p0/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/connection-c3p0/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/connection-proxool/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/connection-proxool/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/connection-proxool/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/core/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/distribution/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/documentation/manual/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/documentation/manual/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/documentation/manual/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/documentation/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/documentation/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/documentation/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/hibernate-maven-plugin/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/hibernate-maven-plugin/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/hibernate-maven-plugin/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -29,7 +29,7 @@
     <parent>
         <artifactId>hibernate-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/jmx/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/jmx/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/jmx/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -32,7 +32,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
     <packaging>pom</packaging>
-    <version>${parentVersion}</version>
+    <version>3.3.2.GA_CP01</version>
 
     <name>Hibernate Core Parent POM</name>
     <description>The base POM for all Hibernate Core modules.</description>

Modified: core/branches/Branch_3_3_2_GA_CP/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
@@ -103,7 +103,4 @@
             </modules>
         </profile>
     </profiles>
-    <properties>
-		<parentVersion>3.3.2.GA_CP01</parentVersion>
-    </properties>
 </project>
\ No newline at end of file

Modified: core/branches/Branch_3_3_2_GA_CP/testing/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testing/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/testing/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/branches/Branch_3_3_2_GA_CP/tutorials/eg/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/tutorials/eg/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/tutorials/eg/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/tutorials/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/tutorials/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/tutorials/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/branches/Branch_3_3_2_GA_CP/tutorials/web/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/tutorials/web/pom.xml	2010-01-13 08:32:44 UTC (rev 18535)
+++ core/branches/Branch_3_3_2_GA_CP/tutorials/web/pom.xml	2010-01-13 10:56:22 UTC (rev 18536)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>${parentVersion}</version>
+        <version>3.3.2.GA_CP01</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 



More information about the hibernate-commits mailing list