[hibernate-commits] Hibernate SVN: r20300 - in core/trunk: cache-ehcache and 28 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Sep 1 13:02:25 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-09-01 13:02:23 -0400 (Wed, 01 Sep 2010)
New Revision: 20300

Modified:
   core/trunk/cache-ehcache/pom.xml
   core/trunk/cache-infinispan/pom.xml
   core/trunk/cache-jbosscache/pom.xml
   core/trunk/cache-oscache/pom.xml
   core/trunk/cache-swarmcache/pom.xml
   core/trunk/connection-c3p0/pom.xml
   core/trunk/connection-proxool/pom.xml
   core/trunk/core/pom.xml
   core/trunk/distribution/pom.xml
   core/trunk/documentation/devguide/pom.xml
   core/trunk/documentation/envers/pom.xml
   core/trunk/documentation/jbosscache2/pom.xml
   core/trunk/documentation/manual/pom.xml
   core/trunk/documentation/pom.xml
   core/trunk/documentation/quickstart/pom.xml
   core/trunk/documentation/quickstart/tutorials/annotations/pom.xml
   core/trunk/documentation/quickstart/tutorials/basic/pom.xml
   core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml
   core/trunk/documentation/quickstart/tutorials/pom.xml
   core/trunk/entitymanager/pom.xml
   core/trunk/envers/pom.xml
   core/trunk/jdbc3-testing/pom.xml
   core/trunk/jdbc4-testing/pom.xml
   core/trunk/parent/pom.xml
   core/trunk/pom.xml
   core/trunk/testing/pom.xml
   core/trunk/testsuite/pom.xml
   core/trunk/tutorials/eg/pom.xml
   core/trunk/tutorials/pom.xml
   core/trunk/tutorials/web/pom.xml
Log:
Updating pom versions to 3.6.0.Beta4 for release tagging

Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/cache-ehcache/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-infinispan/pom.xml
===================================================================
--- core/trunk/cache-infinispan/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/cache-infinispan/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/cache-jbosscache/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/cache-oscache/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/cache-swarmcache/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/connection-c3p0/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/connection-proxool/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/core/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/distribution/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/devguide/pom.xml
===================================================================
--- core/trunk/documentation/devguide/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/devguide/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/envers/pom.xml
===================================================================
--- core/trunk/documentation/envers/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/envers/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/documentation/jbosscache2/pom.xml
===================================================================
--- core/trunk/documentation/jbosscache2/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/jbosscache2/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/manual/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/quickstart/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/tutorials/annotations/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/annotations/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/quickstart/tutorials/annotations/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -22,16 +22,14 @@
   ~ 51 Franklin Street, Fifth Floor
   ~ Boston, MA  02110-1301  USA
   -->
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/tutorials/basic/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/basic/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/quickstart/tutorials/basic/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -22,16 +22,14 @@
   ~ 51 Franklin Street, Fifth Floor
   ~ Boston, MA  02110-1301  USA
   -->
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -22,16 +22,14 @@
   ~ 51 Franklin Street, Fifth Floor
   ~ Boston, MA  02110-1301  USA
   -->
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <artifactId>hibernate-tutorials</artifactId>
         <groupId>org.hibernate.tutorials</groupId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
     </parent>
 
     <artifactId>hibernate-tutorial-entitymanager</artifactId>
@@ -51,4 +49,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: core/trunk/documentation/quickstart/tutorials/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/documentation/quickstart/tutorials/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -22,15 +22,13 @@
   ~ 51 Franklin Street, Fifth Floor
   ~ Boston, MA  02110-1301  USA
   -->
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.hibernate.tutorials</groupId>
     <artifactId>hibernate-tutorials</artifactId>
-    <version>3.6.0-SNAPSHOT</version>
+    <version>3.6.0.Beta4</version>
     <packaging>pom</packaging>
 
     <name>Hibernate Getting Started Guide Tutorials</name>

Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/entitymanager/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/envers/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/jdbc3-testing/pom.xml
===================================================================
--- core/trunk/jdbc3-testing/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/jdbc3-testing/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/jdbc4-testing/pom.xml
===================================================================
--- core/trunk/jdbc4-testing/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/jdbc4-testing/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/parent/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -29,7 +29,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
     <packaging>pom</packaging>
-    <version>3.6.0-SNAPSHOT</version>
+    <version>3.6.0.Beta4</version>
 
     <name>Hibernate Core Parent POM</name>
     <description>The base POM for all Hibernate Core modules.</description>
@@ -938,7 +938,7 @@
                 <jdbc.url>jdbc:sybase:Tds:vmg09.mw.lab.eng.bos.redhat.com:5000/hibbrtru?DYNAMIC_PREPARE=true</jdbc.url>
                 <jdbc.user>hibbrtru</jdbc.user>
                 <jdbc.pass>hibbrtru</jdbc.pass>
-                <jdbc.isolation />
+                <jdbc.isolation/>
             </properties>
         </profile>
         <!-- The SQLServer2005 (MS JDBC) test envionment -->

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/testing/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/testsuite/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/tutorials/eg/pom.xml
===================================================================
--- core/trunk/tutorials/eg/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/tutorials/eg/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/tutorials/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/tutorials/web/pom.xml
===================================================================
--- core/trunk/tutorials/web/pom.xml	2010-09-01 16:59:50 UTC (rev 20299)
+++ core/trunk/tutorials/web/pom.xml	2010-09-01 17:02:23 UTC (rev 20300)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.Beta4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 



More information about the hibernate-commits mailing list