This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/trunk by this push:
new a7fc242 [MPLUGIN-327] switched to Git
a7fc242 is described below
commit a7fc242de5edca778f521150a80724bb586c4851
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Oct 22 11:27:32 2017 +0200
[MPLUGIN-327] switched to Git
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2b38a9f..eb2f0d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,9 +74,10 @@
</modules>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-tools/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/maven/plugin-tools/trunk</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</developerConnection>
+
<url>https://github.com/apache/maven-plugin-tools/tree/${project.scm.tag}</url>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].