[maven-release-plugin] prepare branch Branch_3_5

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19254 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2010-04-21 01:56:46 +00:00
parent f2bca0eef7
commit 1cffea4092
2 changed files with 26 additions and 26 deletions

View File

@ -73,7 +73,7 @@
Only really needed for the antrun plugin defined below (which in turn is only really needed Only really needed for the antrun plugin defined below (which in turn is only really needed
to work around a missing feature on the compile plugin; lovely no?). However I have not to work around a missing feature on the compile plugin; lovely no?). However I have not
found a way to declare this dependency local to the antrun plugin and then reference it found a way to declare this dependency local to the antrun plugin and then reference it
from the <javac/>'s <classpath/> :( from the <javac />'s <classpath /> :(
--> -->
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>hibernate-jpamodelgen</artifactId> <artifactId>hibernate-jpamodelgen</artifactId>
@ -125,12 +125,12 @@
<!-- Define one configuration outside executions and without a phase in order to allow 'mvn antrun:run' --> <!-- Define one configuration outside executions and without a phase in order to allow 'mvn antrun:run' -->
<configuration> <configuration>
<tasks> <tasks>
<property name="target.dir" value="${project.build.directory}/generated-src/jpamodelgen"/> <property name="target.dir" value="${project.build.directory}/generated-src/jpamodelgen" />
<property name="src.dir" value="${project.build.testSourceDirectory}"/> <property name="src.dir" value="${project.build.testSourceDirectory}" />
<property name="jdk16_home" value="${jdk16_home}"/> <property name="jdk16_home" value="${jdk16_home}" />
<property name="classpath" refid="maven.test.classpath"/> <property name="classpath" refid="maven.test.classpath" />
<ant antfile="${basedir}/build.xml"> <ant antfile="${basedir}/build.xml">
<target name="generate-metamodel"/> <target name="generate-metamodel" />
</ant> </ant>
</tasks> </tasks>
</configuration> </configuration>

View File

@ -54,9 +54,9 @@
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</connection> <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_5</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</developerConnection> <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_5</developerConnection>
<url>https://svn.jboss.org/repos/hibernate/core/trunk</url> <url>https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_5</url>
</scm> </scm>
<ciManagement> <ciManagement>
@ -558,8 +558,8 @@
<jdbc.driver>org.hsqldb.jdbcDriver</jdbc.driver> <jdbc.driver>org.hsqldb.jdbcDriver</jdbc.driver>
<jdbc.url>jdbc:hsqldb:.</jdbc.url> <jdbc.url>jdbc:hsqldb:.</jdbc.url>
<jdbc.user>sa</jdbc.user> <jdbc.user>sa</jdbc.user>
<jdbc.pass/> <jdbc.pass />
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -580,8 +580,8 @@
<jdbc.driver>org.h2.Driver</jdbc.driver> <jdbc.driver>org.h2.Driver</jdbc.driver>
<jdbc.url>jdbc:h2:mem:db1</jdbc.url> <jdbc.url>jdbc:h2:mem:db1</jdbc.url>
<jdbc.user>sa</jdbc.user> <jdbc.user>sa</jdbc.user>
<jdbc.pass/> <jdbc.pass />
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
<!-- <!--
@ -609,7 +609,7 @@
<jdbc.url>jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com/hibbrtru</jdbc.url> <jdbc.url>jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com/hibbrtru</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -630,7 +630,7 @@
<jdbc.url>jdbc:mysql://vmg02.mw.lab.eng.bos.redhat.com/hibbrtru</jdbc.url> <jdbc.url>jdbc:mysql://vmg02.mw.lab.eng.bos.redhat.com/hibbrtru</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -652,7 +652,7 @@
</jdbc.url> </jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -673,7 +673,7 @@
<jdbc.url>jdbc:postgresql://vmg01.mw.lab.eng.bos.redhat.com:5432:hibbrtru</jdbc.url> <jdbc.url>jdbc:postgresql://vmg01.mw.lab.eng.bos.redhat.com:5432:hibbrtru</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -694,7 +694,7 @@
<jdbc.url>jdbc:postgresql://vmg03.mw.lab.eng.bos.redhat.com:5432:hibbrtru</jdbc.url> <jdbc.url>jdbc:postgresql://vmg03.mw.lab.eng.bos.redhat.com:5432:hibbrtru</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -726,7 +726,7 @@
<jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/jbossqa</jdbc.url> <jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -752,7 +752,7 @@
<jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/jbossqa</jdbc.url> <jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -778,7 +778,7 @@
<jdbc.url>jdbc:db2://vmg06.mw.lab.eng.bos.redhat.com:50000/jbossqa</jdbc.url> <jdbc.url>jdbc:db2://vmg06.mw.lab.eng.bos.redhat.com:50000/jbossqa</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -800,7 +800,7 @@
<jdbc.url>jdbc:oracle:thin:@dev20.qa.atl.jboss.com:1521:qa</jdbc.url> <jdbc.url>jdbc:oracle:thin:@dev20.qa.atl.jboss.com:1521:qa</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -822,7 +822,7 @@
<jdbc.url>jdbc:oracle:thin:@vmg05.mw.lab.eng.bos.redhat.com:1521:qaora10</jdbc.url> <jdbc.url>jdbc:oracle:thin:@vmg05.mw.lab.eng.bos.redhat.com:1521:qaora10</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -843,7 +843,7 @@
<jdbc.url>jdbc:oracle:thin:@dev04.qa.atl2.redhat.com:1521:qaora11</jdbc.url> <jdbc.url>jdbc:oracle:thin:@dev04.qa.atl2.redhat.com:1521:qaora11</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -866,7 +866,7 @@
</jdbc.url> </jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>
@ -887,7 +887,7 @@
<jdbc.url>jdbc:sybase:Tds:vmg07.mw.lab.eng.bos.redhat.com:5000/hibbrtru</jdbc.url> <jdbc.url>jdbc:sybase:Tds:vmg07.mw.lab.eng.bos.redhat.com:5000/hibbrtru</jdbc.url>
<jdbc.user>hibbrtru</jdbc.user> <jdbc.user>hibbrtru</jdbc.user>
<jdbc.pass>hibbrtru</jdbc.pass> <jdbc.pass>hibbrtru</jdbc.pass>
<jdbc.isolation/> <jdbc.isolation />
</properties> </properties>
</profile> </profile>