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-doxia.git
The following commit(s) were added to refs/heads/trunk by this push:
new d739b5d [DOXIA-563] switched to Git
d739b5d is described below
commit d739b5d766b14a7f8708554717e2e685ed2e7d88
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Oct 22 10:37:48 2017 +0200
[DOXIA-563] switched to Git
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 52450d6..ed62a97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,9 +63,10 @@ under the License.
</modules>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/maven/doxia/doxia/trunk</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</developerConnection>
+ <url>https://github.com/apache/maven-doxia/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]>'].