aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <claude@renegat.net>2021-02-27 12:51:48 +0100
committerClaude Brisson <claude@renegat.net>2021-02-27 12:51:48 +0100
commit2a3d214f75b76a7d8e335608ba071a9d4665bd3c (patch)
tree8be7c72af121428c54b924337720273f38cadc93
parentacd2718694b0910649400748259e9a9eeb39db69 (diff)
downloadapache-velocity-engine-2a3d214f75b76a7d8e335608ba071a9d4665bd3c.tar.gz
[engine] Switch scm URLs from svn to git
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 060b3c53..924e3582 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>