NO-JIRA: update broken repo/website URLs in pom to point to something useful

This commit is contained in:
Robbie Gemmell 2021-06-09 15:49:15 +01:00
parent 7e15de6339
commit eb4723cdc1
1 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@
</modules> </modules>
<name>ActiveMQ Artemis Parent</name> <name>ActiveMQ Artemis Parent</name>
<url>http://apache.org/activemq</url> <url>https://activemq.apache.org/components/artemis/</url>
<properties> <properties>
<modular.jdk.surefire.arg /> <modular.jdk.surefire.arg />
@ -216,8 +216,8 @@
<scm> <scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</connection> <connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</developerConnection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</developerConnection>
<url>https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git</url> <url>https://github.com/apache/activemq-artemis</url>
<tag>1.0.0-SNAPSHOT</tag> <tag>HEAD</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>