NO-JIRA: update broken repo/website URLs in pom to point to something useful
This commit is contained in:
parent
7e15de6339
commit
eb4723cdc1
6
pom.xml
6
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue