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-master.git
The following commit(s) were added to refs/heads/master by this push:
new 441b4e6 Fix scm url
441b4e6 is described below
commit 441b4e68304ed3698646546adceb04d7a075f27f
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 10:06:59 2021 +0100
Fix scm url
---
pom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom/pom.xml b/pom/pom.xml
index 93d88ec..35b0bec 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -196,7 +196,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/velocity-master.git</connection>
-
<developerConnection>https://gitbox.apache.org/repos/asf/velocity-master.git</developerConnection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/velocity-master.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=velocity-master.git</url>
</scm>