You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/06/09 14:52:53 UTC

[activemq-artemis] branch main updated: NO-JIRA: update broken repo/website URLs in pom to point to something useful

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new eb4723c  NO-JIRA: update broken repo/website URLs in pom to point to something useful
eb4723c is described below

commit eb4723cdc1123a4a683f7d6ca079ca23c50e4fe1
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Jun 9 15:49:15 2021 +0100

    NO-JIRA: update broken repo/website URLs in pom to point to something useful
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98afae1..953db6c 100644
--- a/pom.xml
+++ b/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>