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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 16 14:03:38 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-16 14:03:38 -0400 (Wed, 16 Apr 2008)
New Revision: 14538

Modified:
   core/trunk/cache-ehcache/pom.xml
   core/trunk/cache-jbosscache/pom.xml
   core/trunk/cache-jbosscache2/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/jmx/pom.xml
   core/trunk/pom.xml
   core/trunk/testing/pom.xml
   core/trunk/testsuite/pom.xml
   core/trunk/tutorials/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/cache-ehcache/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/cache-jbosscache/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/cache-jbosscache2/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/cache-oscache/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/cache-swarmcache/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/connection-c3p0/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/connection-proxool/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/core/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/jmx/pom.xml
===================================================================
--- core/trunk/jmx/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/jmx/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -31,7 +31,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate</artifactId>
     <packaging>pom</packaging>
-    <version>3.3.0.beta1</version>
+    <version>3.3.0-SNAPSHOT</version>
 
     <name>Hibernate Core Aggregator</name>
     <description>Aggregator of the Hibernate Core modules.</description>
@@ -53,9 +53,9 @@
 
     <scm>
         <!-- this is the cloned repo!!! -->
-        <connection>scm:svn:https://svn.jboss.org/repos/hibernate.clone/core/tags/hibernate-3.3.0.beta1</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate.clone/core/tags/hibernate-3.3.0.beta1</developerConnection>
-        <url>https://svn.jboss.org/repos/hibernate.clone/core/tags/hibernate-3.3.0.beta1</url>
+        <connection>scm:svn:https://svn.jboss.org/repos/hibernate.clone/core/trunk</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate.clone/core/trunk</developerConnection>
+        <url>https://svn.jboss.org/repos/hibernate.clone/core/trunk</url>
     </scm>
 
     <ciManagement>

Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/testing/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/testsuite/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml	2008-04-16 18:03:31 UTC (rev 14537)
+++ core/trunk/tutorials/pom.xml	2008-04-16 18:03:38 UTC (rev 14538)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.3.0.beta1</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     




More information about the hibernate-commits mailing list