This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new b886393 Fixes issue with CI and SCM
b886393 is described below
commit b88639313f90c4ca9fe57b9f137b97a40b1b5f5b
Author: Lukasz Lenart <lukaszlenart@apache.org>
AuthorDate: Wed Nov 8 11:33:56 2017 +0100
Fixes issue with CI and SCM
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index d1acf40..1a391aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,20 +48,20 @@
-->
<scm>
- <connection>scm:git:git://git.apache.org/struts.git</connection>
- <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts.git</developerConnection>
- <url>http://git.apache.org/struts.git</url>
+ <connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
+ <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
+ <url>https://github.com/apache/struts/</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>
- <url>https://issues.apache.org/jira/browse/WW</url>
+ <url>https://issues.apache.org/jira/projects/WW</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
- <url>https://builds.apache.org/hudson/view/S-Z/view/Struts</url>
+ <url>builds.apache.org/view/S-Z/view/Struts/</url>
<notifiers>
<notifier>
<type>mail</type>
--
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].
|