You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2020/04/10 03:21:52 UTC

[tomcat-taglibs-standard] branch master updated: fix scm informations

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-standard.git


The following commit(s) were added to refs/heads/master by this push:
     new 08ae31d  fix scm informations
08ae31d is described below

commit 08ae31d7225c30307ce175ef00df94b37ef92fb7
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Apr 10 13:21:29 2020 +1000

    fix scm informations
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9a0d614..d055010 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
   <url>http://tomcat.apache.org/taglibs/standard-${project.version}</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/standard/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/taglibs/standard/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk</url>
+    <connection>scm:git:https://github.com/apache/tomcat-taglibs-standard</connection>
+    <developerConnection>scm:git:https://github.com/apache/tomcat-taglibs-standard</developerConnection>
+    <url>https://github.com/apache/tomcat-taglibs-standard</url>
   </scm>
 
   <ciManagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org