[hibernate-commits] Hibernate SVN: r14547 - in core/trunk: cache-ehcache and 16 other directories.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Fri Apr 18 14:43:40 EDT 2008
Author: steve.ebersole at jboss.com
Date: 2008-04-18 14:43:40 -0400 (Fri, 18 Apr 2008)
New Revision: 14547
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/distribution/pom.xml
core/trunk/documentation/jbosscache2/pom.xml
core/trunk/documentation/manual/pom.xml
core/trunk/documentation/pom.xml
core/trunk/jmx/pom.xml
core/trunk/parent/pom.xml
core/trunk/pom.xml
core/trunk/testing/pom.xml
core/trunk/testsuite/pom.xml
core/trunk/tutorials/pom.xml
Log:
try incorporating assembly ; take 2
Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/cache-ehcache/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/cache-jbosscache/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/cache-jbosscache2/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/cache-oscache/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/cache-swarmcache/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/connection-c3p0/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
+ <version>3.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/connection-proxool/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/core/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/distribution/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -31,7 +31,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
+ <version>3.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/documentation/jbosscache2/pom.xml
===================================================================
--- core/trunk/documentation/jbosscache2/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/documentation/jbosscache2/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -8,7 +8,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/documentation/manual/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -8,7 +8,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/documentation/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -34,7 +34,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/jmx/pom.xml
===================================================================
--- core/trunk/jmx/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/jmx/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/parent/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -31,7 +31,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<packaging>pom</packaging>
- <version>3.3.0.beta3</version>
+ <version>3.3.0-SNAPSHOT</version>
<name>Hibernate Core Parent POM</name>
<description>The base POM for all Hibernate Core modules.</description>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -31,7 +31,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
+ <version>3.3.0-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/testing/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/testsuite/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
+ <version>3.3.0-SNAPSHOT</version>
<relativePath>../hibernate-parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml 2008-04-18 18:30:15 UTC (rev 14546)
+++ core/trunk/tutorials/pom.xml 2008-04-18 18:43:40 UTC (rev 14547)
@@ -5,8 +5,8 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.0.beta3</version>
- <relativePath>../hibernate-parent/pom.xml</relativePath>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
More information about the hibernate-commits
mailing list