[maven-release-plugin] prepare branch 2.1.x

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1040582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-11-30 15:31:53 +00:00
parent 9377aa5ce5
commit 3bf5a1a252
3 changed files with 11 additions and 11 deletions

View File

@ -170,9 +170,9 @@
<target name="generate-source" />
</ant>
<copy todir="${basedir}/target">
<fileset dir="${basedir}" includes="index.html"/>
<fileset dir="${basedir}" includes="*.txt"/>
<fileset dir="${basedir}" includes="run.*"/>
<fileset dir="${basedir}" includes="index.html" />
<fileset dir="${basedir}" includes="*.txt" />
<fileset dir="${basedir}" includes="run.*" />
</copy>
</tasks>
</configuration>

View File

@ -110,16 +110,16 @@
<arg line="-c ${basedir}/.." />
</exec>
# Write the svn info to a temp file
<echo file="pcenhancer.revision.file"/>
<echo file="pcenhancer.revision.file" />
<exec output="pcenhancer.revision.file" failonerror="false" failifexecutionfails="false" executable="svn" append="false">
<arg line="info ../openjpa-kernel/src/main/java/org/apache/openjpa/enhance/PCEnhancer.java" />
</exec>
# Remove all spaces so we can have a proper key
<replace file="pcenhancer.revision.file" token=" " value=""/>
<replace file="pcenhancer.revision.file" token=" " value="" />
# Load the property file
<property prefix="pcenhancer" file="pcenhancer.revision.file"/>
<delete file="pcenhancer.revision.file"/>
<property prefix="pcenhancer" file="pcenhancer.revision.file" />
<delete file="pcenhancer.revision.file" />
<property name="subversion.revision" value="unknown" />
<property name="pcenhancer.LastChangedRev" value="-1" />

View File

@ -27,7 +27,7 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>7</version>
<relativePath/>
<relativePath />
</parent>
<groupId>org.apache.openjpa</groupId>
@ -139,9 +139,9 @@
</distributionManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/openjpa/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/2.1.x</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/2.1.x</developerConnection>
<url>http://svn.apache.org/repos/asf/openjpa/branches/2.1.x</url>
</scm>
<modules>