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-engine.git
The following commit(s) were added to refs/heads/master by this push:
new 2a3d214 [engine] Switch scm URLs from svn to git
2a3d214 is described below
commit 2a3d214f75b76a7d8e335608ba071a9d4665bd3c
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 12:51:48 2021 +0100
[engine] 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 060b3c5..924e358 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,9 +219,10 @@
</distributionManagement>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/velocity/engine/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/engine/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/velocity/engine/trunk</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/velocity-engine.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/velocity-engine.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=velocity-engine.git</url>
+ <tag>HEAD</tag>
</scm>
<issueManagement>