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/artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new f988349cf3 Update some details in the pom following other TLP updates
f988349cf3 is described below

commit f988349cf3181fc54a0db025d8faf9f23ae98bec
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Dec 8 15:27:09 2025 +0000

    Update some details in the pom following other TLP updates
---
 pom.xml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3db837e85a..7835a49d54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,8 +76,8 @@
       <module>artemis-image/examples</module>
    </modules>
 
-   <name>ActiveMQ Artemis</name>
-   <url>https://activemq.apache.org/components/artemis/</url>
+   <name>Apache Artemis</name>
+   <url>https://artemis.apache.org</url>
 
    <properties>
       <maven.compiler.source>17</maven.compiler.source>
@@ -279,10 +279,10 @@
    </properties>
 
    <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://github.com/apache/activemq-artemis</url>
-      <tag>2.38.0</tag>
+      
<connection>scm:git:https://gitbox.apache.org/repos/asf/artemis.git</connection>
+      
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/artemis.git</developerConnection>
+      <url>https://github.com/apache/artemis</url>
+      <tag>HEAD</tag>
    </scm>
 
    <issueManagement>
@@ -291,25 +291,25 @@
    </issueManagement>
    <developers>
       <developer>
-         <name>The Apache ActiveMQ Team</name>
-         <email>[email protected]</email>
-         <url>http://activemq.apache.org</url>
+         <name>The Apache Artemis Team</name>
+         <email>[email protected]</email>
+         <url>https://artemis.apache.org</url>
          <organization>Apache Software Foundation</organization>
-         <organizationUrl>http://apache.org/</organizationUrl>
+        <organizationUrl>https://apache.org/</organizationUrl>
       </developer>
    </developers>
    <mailingLists>
       <mailingList>
          <name>User List</name>
-         <subscribe>[email protected]</subscribe>
-         <unsubscribe>[email protected]</unsubscribe>
-         <post>[email protected]</post>
+         <subscribe>[email protected]</subscribe>
+         <unsubscribe>[email protected]</unsubscribe>
+         <post>[email protected]</post>
       </mailingList>
       <mailingList>
          <name>Development List</name>
-         <subscribe>[email protected]</subscribe>
-         <unsubscribe>[email protected]</unsubscribe>
-         <post>[email protected]</post>
+         <subscribe>[email protected]</subscribe>
+         <unsubscribe>[email protected]</unsubscribe>
+         <post>[email protected]</post>
       </mailingList>
    </mailingLists>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to