This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 7f4997b fix SCM and release-plugin sections for GIT
7f4997b is described below
commit 7f4997b68a71dbc746e8cc3beebb2dc8854910bf
Author: Mark Struberg <[email protected]>
AuthorDate: Sat Nov 10 21:50:43 2018 +0100
fix SCM and release-plugin sections for GIT
---
pom.xml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7c1bcf3..46e6c2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>