mirror of https://github.com/apache/openjpa.git
[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:
parent
9377aa5ce5
commit
3bf5a1a252
|
@ -170,9 +170,9 @@
|
||||||
<target name="generate-source" />
|
<target name="generate-source" />
|
||||||
</ant>
|
</ant>
|
||||||
<copy todir="${basedir}/target">
|
<copy todir="${basedir}/target">
|
||||||
<fileset dir="${basedir}" includes="index.html"/>
|
<fileset dir="${basedir}" includes="index.html" />
|
||||||
<fileset dir="${basedir}" includes="*.txt"/>
|
<fileset dir="${basedir}" includes="*.txt" />
|
||||||
<fileset dir="${basedir}" includes="run.*"/>
|
<fileset dir="${basedir}" includes="run.*" />
|
||||||
</copy>
|
</copy>
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -110,16 +110,16 @@
|
||||||
<arg line="-c ${basedir}/.." />
|
<arg line="-c ${basedir}/.." />
|
||||||
</exec>
|
</exec>
|
||||||
# Write the svn info to a temp file
|
# 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">
|
<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" />
|
<arg line="info ../openjpa-kernel/src/main/java/org/apache/openjpa/enhance/PCEnhancer.java" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
# Remove all spaces so we can have a proper key
|
# 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
|
# Load the property file
|
||||||
<property prefix="pcenhancer" file="pcenhancer.revision.file"/>
|
<property prefix="pcenhancer" file="pcenhancer.revision.file" />
|
||||||
<delete file="pcenhancer.revision.file"/>
|
<delete file="pcenhancer.revision.file" />
|
||||||
|
|
||||||
<property name="subversion.revision" value="unknown" />
|
<property name="subversion.revision" value="unknown" />
|
||||||
<property name="pcenhancer.LastChangedRev" value="-1" />
|
<property name="pcenhancer.LastChangedRev" value="-1" />
|
||||||
|
|
8
pom.xml
8
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
<groupId>org.apache</groupId>
|
<groupId>org.apache</groupId>
|
||||||
<artifactId>apache</artifactId>
|
<artifactId>apache</artifactId>
|
||||||
<version>7</version>
|
<version>7</version>
|
||||||
<relativePath/>
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
|
@ -139,9 +139,9 @@
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk</connection>
|
<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/trunk</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/2.1.x</developerConnection>
|
||||||
<url>http://svn.apache.org/repos/asf/openjpa/trunk</url>
|
<url>http://svn.apache.org/repos/asf/openjpa/branches/2.1.x</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue