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>
|
||||
|
||||
<name>ActiveMQ Artemis Parent</name>
|
||||
<url>http://apache.org/activemq</url>
|
||||
<url>https://activemq.apache.org/components/artemis/</url>
|
||||
|
||||
<properties>
|
||||
<modular.jdk.surefire.arg />
|
||||
|
@ -216,8 +216,8 @@
|
|||
<scm>
|
||||
<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>
|
||||
<url>https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git</url>
|
||||
<tag>1.0.0-SNAPSHOT</tag>
|
||||
<url>https://github.com/apache/activemq-artemis</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
|
|
Loading…
Reference in New Issue