[maven-release-plugin] prepare release hibernate-3.3.2

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@16920 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-06-23 21:34:58 +00:00
parent 11e53ec64f
commit f714ff449f
20 changed files with 25 additions and 26 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@ -105,7 +105,7 @@
<targetMembers>
<methodBodyReturn>
<className>org.hibernate.Version</className>
<methodName>getVersionString</methodName>>
<methodName>getVersionString</methodName>&gt;
</methodBodyReturn>
</targetMembers>
</bytecodeInjection>

View File

@ -32,7 +32,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -22,15 +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-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -32,7 +32,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<packaging>pom</packaging>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<name>Hibernate Core Parent POM</name>
<description>The base POM for all Hibernate Core modules.</description>
@ -53,9 +53,9 @@
</licenses>
<scm>
<connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3</developerConnection>
<url>https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3</url>
<connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2</developerConnection>
<url>https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2</url>
</scm>
<ciManagement>

View File

@ -32,7 +32,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -32,7 +32,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tutorials</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -31,7 +31,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tutorials</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>