This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/trunk by this push:
new d8c8f02 adopt our master pom to use GIT
d8c8f02 is described below
commit d8c8f0285466b22d59cdbecae147c5674fe9d17b
Author: Mark Struberg <[email protected]>
AuthorDate: Fri Jul 12 08:09:28 2019 +0200
adopt our master pom to use GIT
---
pom.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 92f1bc2..448b45f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,9 @@
<inceptionYear>2008</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/openwebbeans/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openwebbeans/trunk</developerConnection>
- <url>https://svn.apache.org/repos/asf/openwebbeans/trunk</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans.git</developerConnection>
+ <url>https://github.com/apache/openwebbeans</url>
</scm>
<issueManagement>
@@ -318,8 +318,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <arguments>-Papache-release -Ptck</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
+
+ <!-- needed for GIT -->
+ <pushChanges>false</pushChanges>
+ <localCheckout>true</localCheckout>
</configuration>
</plugin>