This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 7412c2e  switched from svn to git
7412c2e is described below

commit 7412c2e1a5a8cfe9095099f4927c4d3fcae936ba
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Oct 29 17:12:30 2017 +0100

    switched from svn to git
---
 .gitignore | 14 ++++++++++++++
 pom.xml    | 15 ++++++++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..19e9e0b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+*.iml
+*.ipr
+target
+*.iws
+.classpath
+dependency-reduced-pom.xml
+build
+.classpath
+.project
+.settings
+.idea
+.surefire-*
+.DS_Store
+*.versionsBackup
diff --git a/pom.xml b/pom.xml
index ebff0f2..40f18c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,10 +36,19 @@
   </prerequisites>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/dist-tools/dist-tool-plugin/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/dist-tools/dist-tool-plugin/</developerConnection>
-    
<url>http://svn.apache.org/viewvc/maven/sandbox/trunk/dist-tools/dist-tool-plugin/</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dist-tool.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dist-tool.git</developerConnection>
+    
<url>https://github.com/apache/maven-dist-tool/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/MNGSITE</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    
<url>https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/</url>
+  </ciManagement>
 
   <properties>
     <netbeans.checkstyle.format>true</netbeans.checkstyle.format>

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to