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 bf109ba [master] Fix svn/git and list archives links
bf109ba is described below
commit bf109ba10257c57d36a5ad0ad196117c988ab4f4
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 09:49:14 2021 +0100
[master] Fix svn/git and list archives links
---
pom/pom.xml | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
diff --git a/pom/pom.xml b/pom/pom.xml
index 96eb401..b42aac9 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -170,40 +170,34 @@
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>https://mail-archives.apache.org/mod_mbox/velocity-general/</archive>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
<mailingList>
<name>user</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>https://mail-archives.apache.org/mod_mbox/velocity-user/</archive>
- <otherArchives>
-
<otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive>
- </otherArchives>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
<mailingList>
<name>dev</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>https://mail-archives.apache.org/mod_mbox/velocity-dev/</archive>
- <otherArchives>
-
<otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive>
- </otherArchives>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
<mailingList>
<name>commits</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
-
<archive>https://mail-archives.apache.org/mod_mbox/velocity-commits/</archive>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
</mailingLists>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/velocity/maven/trunk/pom</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/maven/trunk/pom</developerConnection>
- <url>https://svn.apache.org/repos/asf/velocity/maven/trunk/pom</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/velocity-master.git</connection>
+
<developerConnection>https://gitbox.apache.org/repos/asf/velocity-master.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=velocity-master.git</url>
</scm>
<build>