This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch support-2-3 in repository https://gitbox.apache.org/repos/asf/struts.git
commit 6ec2bdc197f30af472c0ae176dca80d2944553e6 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Jul 12 09:40:21 2018 +0200 Uses proper path to Gitbox --- pom.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 3880f8c..3b01052 100644 --- a/pom.xml +++ b/pom.xml @@ -28,20 +28,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> - <tag>STRUTS_2_3_24_1</tag> + <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>support-2-3</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>https://builds.apache.org/view/S-Z/view/Struts/</url> <notifiers> <notifier> <type>mail</type> @@ -52,13 +52,6 @@ </notifiers> </ciManagement> - <distributionManagement> - <site> - <id>apache-site</id> - <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/struts/content/release/2.3.x/</url> - </site> - </distributionManagement> - <modules> <module>bom</module> <module>xwork-core</module>