mirror of https://github.com/apache/openjpa.git
fix SCM and release-plugin sections for GIT
This commit is contained in:
parent
39bde81aa2
commit
7f4997b68a
10
pom.xml
10
pom.xml
|
@ -154,9 +154,9 @@
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk</connection>
|
<connection>scm:git:https://gitbox.apache.org/repos/asf/openjpa.git</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection>
|
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openjpa.git</developerConnection>
|
||||||
<url>http://svn.apache.org/repos/asf/openjpa/trunk</url>
|
<url>https://gitbox.apache.org/repos/asf/openjpa.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@ -1735,6 +1735,10 @@
|
||||||
<goals>deploy</goals>
|
<goals>deploy</goals>
|
||||||
<arguments>-Papache-release,docbook-profile,test-derby,bval</arguments>
|
<arguments>-Papache-release,docbook-profile,test-derby,bval</arguments>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
|
|
||||||
|
<!-- special config for git -->
|
||||||
|
<pushChanges>false</pushChanges>
|
||||||
|
<localCheckout>true</localCheckout>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue