Skip to content

Commit f988349

Browse files
committed
Update some details in the pom following other TLP updates
1 parent e3529ae commit f988349

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
<module>artemis-image/examples</module>
7777
</modules>
7878

79-
<name>ActiveMQ Artemis</name>
80-
<url>https://activemq.apache.org/components/artemis/</url>
79+
<name>Apache Artemis</name>
80+
<url>https://artemis.apache.org</url>
8181

8282
<properties>
8383
<maven.compiler.source>17</maven.compiler.source>
@@ -279,10 +279,10 @@
279279
</properties>
280280

281281
<scm>
282-
<connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</connection>
283-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</developerConnection>
284-
<url>https://github.com/apache/activemq-artemis</url>
285-
<tag>2.38.0</tag>
282+
<connection>scm:git:https://gitbox.apache.org/repos/asf/artemis.git</connection>
283+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/artemis.git</developerConnection>
284+
<url>https://github.com/apache/artemis</url>
285+
<tag>HEAD</tag>
286286
</scm>
287287

288288
<issueManagement>
@@ -291,25 +291,25 @@
291291
</issueManagement>
292292
<developers>
293293
<developer>
294-
<name>The Apache ActiveMQ Team</name>
295-
<email>dev@activemq.apache.org</email>
296-
<url>http://activemq.apache.org</url>
294+
<name>The Apache Artemis Team</name>
295+
<email>dev@artemis.apache.org</email>
296+
<url>https://artemis.apache.org</url>
297297
<organization>Apache Software Foundation</organization>
298-
<organizationUrl>http://apache.org/</organizationUrl>
298+
<organizationUrl>https://apache.org/</organizationUrl>
299299
</developer>
300300
</developers>
301301
<mailingLists>
302302
<mailingList>
303303
<name>User List</name>
304-
<subscribe>users-subscribe@activemq.apache.org</subscribe>
305-
<unsubscribe>users-unsubscribe@activemq.apache.org</unsubscribe>
306-
<post>users@activemq.apache.org</post>
304+
<subscribe>users-subscribe@artemis.apache.org</subscribe>
305+
<unsubscribe>users-unsubscribe@artemis.apache.org</unsubscribe>
306+
<post>users@artemis.apache.org</post>
307307
</mailingList>
308308
<mailingList>
309309
<name>Development List</name>
310-
<subscribe>dev-subscribe@activemq.apache.org</subscribe>
311-
<unsubscribe>dev-unsubscribe@activemq.apache.org</unsubscribe>
312-
<post>dev@activemq.apache.org</post>
310+
<subscribe>dev-subscribe@artemis.apache.org</subscribe>
311+
<unsubscribe>dev-unsubscribe@artemis.apache.org</unsubscribe>
312+
<post>dev@artemis.apache.org</post>
313313
</mailingList>
314314
</mailingLists>
315315

0 commit comments

Comments
 (0)