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/openwebbeans-meecrowave.git
The following commit(s) were added to refs/heads/master by this push:
new 8e0507b migrate from SVN to apache gitbox
8e0507b is described below
commit 8e0507bff1c2e890431c69e18a3f9228a0acbef9
Author: Mark Struberg <[email protected]>
AuthorDate: Mon Jul 15 09:05:06 2019 +0200
migrate from SVN to apache gitbox
---
pom.xml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index e3546c6..446a8aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,9 @@
<description>A small Tomcat/OWB/CXF/Johnzon/log4j2 based server @
ASF</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk</developerConnection>
- <url>https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git</developerConnection>
+ <url>https://github.com/apache/openwebbeans-meecrowave</url>
</scm>
<issueManagement>
@@ -174,6 +174,10 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
+
+ <!-- because we are using GIT now -->
+ <pushChanges>false</pushChanges>
+ <localCheckout>true</localCheckout>
</configuration>
</plugin>