Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-07-31


Author LoginPost Reply
Author: steve.ebersole@(protected)
Date: 2008-07-31 15:53:55 -0400 (Thu, 31 Jul 2008)
New Revision: 15003

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/manual/pom.xml
 core/trunk/documentation/pom.xml
 core/trunk/documentation/releasenotes/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/eg/pom.xml
 core/trunk/tutorials/pom.xml
 core/trunk/tutorials/web/pom.xml
Log:
[maven-release-plugin] prepare release hibernate-3.3.0.CR2

Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/cache-ehcache/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/cache-jbosscache/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/cache-jbosscache2/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/cache-oscache/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/cache-swarmcache/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/connection-c3p0/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/connection-proxool/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/core/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>


Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/distribution/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>


Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/documentation/manual/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../../parent/pom.xml</relativePath>
  </parent>
 
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-manual</artifactId>
-   <version>3.3.0-SNAPSHOT</version>
+   <version>3.3.0.CR2</version>
  <packaging>jdocbook</packaging>

  <name>Hibernate Manual</name>

Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/documentation/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>


Modified: core/trunk/documentation/releasenotes/pom.xml
===================================================================
--- core/trunk/documentation/releasenotes/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/documentation/releasenotes/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
-<?xml version="1.0" encoding="UTF-8"?>
+<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">

-<!--
- ~ Hibernate, Relational Persistence for Idiomatic Java
- ~
- ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
- ~ indicated by the @author tags or express copyright attribution
- ~ statements applied by the authors. All third-party contributions are
- ~ distributed under license by Red Hat Middleware LLC.
- ~
- ~ This copyrighted material is made available to anyone wishing to use, modify,
- ~ copy, or redistribute it subject to the terms and conditions of the GNU
- ~ Lesser General Public License, as published by the Free Software Foundation.
- ~
- ~ This program is distributed in the hope that it will be useful,
- ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- ~ for more details.
- ~
- ~ You should have received a copy of the GNU Lesser General Public License
- ~ along with this distribution; if not, write to:
- ~ Free Software Foundation, Inc.
- ~ 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">
-
  <modelVersion>4.0.0</modelVersion>

  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../../parent/pom.xml</relativePath>
  </parent>
 
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-releasenotes</artifactId>
-   <version>3.3.0-SNAPSHOT</version>
+   <version>3.3.0.CR2</version>
  <packaging>jdocbook</packaging>

  <name>Hibernate Release Notes</name>
@@(protected) @@
     </plugins>
  </build>

-</project>
+</project>
\ No newline at end of file

Modified: core/trunk/jmx/pom.xml
===================================================================
--- core/trunk/jmx/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/jmx/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>


Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/parent/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-parent</artifactId>
  <packaging>pom</packaging>
-   <version>3.3.0-SNAPSHOT</version>
+   <version>3.3.0.CR2</version>

  <name>Hibernate Core Parent POM</name>
  <description>The base POM for all Hibernate Core modules.</description>
@@(protected) @@
  </licenses>

  <scm>
-     <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</connection>
-     <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</developerConnection>
-     <url>https://svn.jboss.org/repos/hibernate/core/trunk</url>
+     <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.0.CR2</connection>
+     <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.0.CR2</developerConnection>
+     <url>https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.0.CR2</url>
  </scm>

  <ciManagement>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>parent/pom.xml</relativePath>
  </parent>


Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/testing/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>


Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/testsuite/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>
 

Modified: core/trunk/tutorials/eg/pom.xml
===================================================================
--- core/trunk/tutorials/eg/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/tutorials/eg/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-tutorials</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../pom.xml</relativePath>
  </parent>


Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/tutorials/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../parent/pom.xml</relativePath>
  </parent>


Modified: core/trunk/tutorials/web/pom.xml
===================================================================
--- core/trunk/tutorials/web/pom.xml  2008-07-31 16:51:47 UTC (rev 15002)
+++ core/trunk/tutorials/web/pom.xml  2008-07-31 19:53:55 UTC (rev 15003)
@@(protected) @@
  <parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-tutorials</artifactId>
-     <version>3.3.0-SNAPSHOT</version>
+     <version>3.3.0.CR2</version>
     <relativePath>../pom.xml</relativePath>
  </parent>


_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.