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 <[email protected]>
AuthorDate: Fri Apr 10 13:21:29 2020 +1000
fix scm informations
Signed-off-by: olivier lamy <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]