fix SCM and release-plugin sections for GIT

This commit is contained in:
Mark Struberg 2018-11-10 21:50:43 +01:00
parent 39bde81aa2
commit 7f4997b68a
1 changed files with 7 additions and 3 deletions

10
pom.xml
View File

@ -154,9 +154,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:git:https://gitbox.apache.org/repos/asf/openjpa.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openjpa.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf/openjpa.git</url>
</scm>
<modules>
@ -1735,6 +1735,10 @@
<goals>deploy</goals>
<arguments>-Papache-release,docbook-profile,test-derby,bval</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
<!-- special config for git -->
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
</plugin>
<plugin>