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

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@680506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-07-28 21:19:52 +00:00
parent 191f26d72d
commit 1cf3826ae8
2 changed files with 4 additions and 5 deletions

View File

@ -112,8 +112,7 @@
<phase>process-sources</phase>
<configuration>
<tasks>
<delete
file="${project.build.directory}/generated-sources/javacc/org/apache/openjpa/kernel/jpql/ParseException.java"/>
<delete file="${project.build.directory}/generated-sources/javacc/org/apache/openjpa/kernel/jpql/ParseException.java" />
</tasks>
</configuration>
<goals>

View File

@ -590,8 +590,8 @@
</site>
</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/1.2.x</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/1.2.x</developerConnection>
<url>http://svn.apache.org/repos/asf/openjpa/branches/1.2.x</url>
</scm>
</project>