This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 06a8539 [tools] Switch scm URLS from svn to git
06a8539 is described below
commit 06a853959efd335015dde0bec3ed295762259252
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 21:17:56 2021 +0100
[tools] Switch scm URLS from svn to git
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index bf29c4d..3de4ccb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,9 +57,10 @@
</modules>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/velocity/tools/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/tools/trunk</developerConnection>
- <url>https://svn.apache.org/viewvc/velocity/tools/trunk</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/velocity-tools.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/velocity-tools.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=velocity-tools.git</url>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>