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-doxia-linkcheck.git


The following commit(s) were added to refs/heads/master by this push:
     new 80c25c8  [DOXIATOOLS-58] moved to Git
80c25c8 is described below

commit 80c25c89f259cf7d1a9fe94b2c083e4564d360ca
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Nov 4 14:11:50 2017 +0100

    [DOXIATOOLS-58] moved to Git
---
 .gitignore | 15 +++++++++++++++
 pom.xml    | 13 +++++++++----
 2 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f79c928
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+target/
+.project
+.classpath
+.settings/
+.svn/
+bin/
+# Intellij
+*.ipr
+*.iml
+.idea
+out/
+.DS_Store
+/bootstrap
+/dependencies.xml
+.java-version
diff --git a/pom.xml b/pom.xml
index 470c5d6..5729c43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-tools</artifactId>
     <version>30</version>
-    <relativePath>../../../pom/maven/doxia-tools/pom.xml</relativePath>
+    <relativePath>../../pom/maven/doxia-tools/pom.xml</relativePath>
   </parent>
 
   <artifactId>doxia-linkcheck</artifactId>
@@ -36,14 +36,19 @@ under the License.
   <description>Doxia linkcheck is a tool to check the validity of 
links.</description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-linkcheck</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-linkcheck</developerConnection>
-    
<url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-linkcheck.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-linkcheck.git</developerConnection>
+    
<url>https://github.com/apache/maven-doxia-linkcheck/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
     
<url>https://issues.apache.org/jira/browse/DOXIATOOLS/component/12326003</url>
   </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    
<url>https://builds.apache.org/view/M-R/view/Maven/job/doxia-linkcheck/</url>
+  </ciManagement>
   <distributionManagement>
     <site>
       <id>apache.website</id>

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

Reply via email to