Skip to content

Commit dd43d38

Browse files
committed
ARTEMIS-5816: update examples + deps groupId to org.apache.artemis for new TLP
Bumps version to 2.50.0-SNAPSHOT as in main build
1 parent 061c064 commit dd43d38

File tree

171 files changed

+872
-873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+872
-873
lines changed

artemis-distribution/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples</groupId>
25+
<groupId>org.apache.artemis.examples</groupId>
2626
<artifactId>artemis-examples-build</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>artemis-distribution</artifactId>
@@ -48,7 +48,7 @@ under the License.
4848
<configuration>
4949
<artifactItems>
5050
<artifactItem>
51-
<groupId>org.apache.activemq</groupId>
51+
<groupId>org.apache.artemis</groupId>
5252
<artifactId>apache-artemis</artifactId>
5353
<version>${project.version}</version>
5454
<classifier>bin</classifier>

examples/features/broker-connection/amqp-bridge/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-bridge</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -143,7 +143,7 @@ under the License.
143143
</executions>
144144
<dependencies>
145145
<dependency>
146-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
146+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
147147
<artifactId>amqp-bridge</artifactId>
148148
<version>${project.version}</version>
149149
</dependency>

examples/features/broker-connection/amqp-federation-multicast-fanout/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-multicast-fanout</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -342,7 +342,7 @@ under the License.
342342
</executions>
343343
<dependencies>
344344
<dependency>
345-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
345+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
346346
<artifactId>amqp-federation-multicast-fanout</artifactId>
347347
<version>${project.version}</version>
348348
</dependency>

examples/features/broker-connection/amqp-federation-multicast-hub-spoke/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-multicast-hub-spoke</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -222,7 +222,7 @@ under the License.
222222
</executions>
223223
<dependencies>
224224
<dependency>
225-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
225+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
226226
<artifactId>amqp-federation-multicast-hub-spoke</artifactId>
227227
<version>${project.version}</version>
228228
</dependency>

examples/features/broker-connection/amqp-federation-multicast-ring/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-multicast-ring</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -222,7 +222,7 @@ under the License.
222222
</executions>
223223
<dependencies>
224224
<dependency>
225-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
225+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
226226
<artifactId>amqp-federation-multicast-ring</artifactId>
227227
<version>${project.version}</version>
228228
</dependency>

examples/features/broker-connection/amqp-federation-over-ssl/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-over-ssl</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -143,7 +143,7 @@ under the License.
143143
</executions>
144144
<dependencies>
145145
<dependency>
146-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
146+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
147147
<artifactId>amqp-federation-over-ssl</artifactId>
148148
<version>${project.version}</version>
149149
</dependency>

examples/features/broker-connection/amqp-federation-queue-dual-federation/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-queue-dual-federation</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -143,7 +143,7 @@ under the License.
143143
</executions>
144144
<dependencies>
145145
<dependency>
146-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
146+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
147147
<artifactId>amqp-federation-queue-dual-federation</artifactId>
148148
<version>${project.version}</version>
149149
</dependency>

examples/features/broker-connection/amqp-federation-queue-multiple-brokers/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-queue-multiple-brokers</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -183,7 +183,7 @@ under the License.
183183
</executions>
184184
<dependencies>
185185
<dependency>
186-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
186+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
187187
<artifactId>amqp-federation-queue-multiple-brokers</artifactId>
188188
<version>${project.version}</version>
189189
</dependency>

examples/features/broker-connection/amqp-federation-queue-priority/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-queue-priority</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -143,7 +143,7 @@ under the License.
143143
</executions>
144144
<dependencies>
145145
<dependency>
146-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
146+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
147147
<artifactId>amqp-federation-queue-priority</artifactId>
148148
<version>${project.version}</version>
149149
</dependency>

examples/features/broker-connection/amqp-federation-queue-pull-messages/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
25+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
2626
<artifactId>broker-connections</artifactId>
27-
<version>2.45.0-SNAPSHOT</version>
27+
<version>2.50.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>amqp-federation-queue-pull-messages</artifactId>
@@ -45,7 +45,7 @@ under the License.
4545
<build>
4646
<plugins>
4747
<plugin>
48-
<groupId>org.apache.activemq</groupId>
48+
<groupId>org.apache.artemis</groupId>
4949
<artifactId>artemis-maven-plugin</artifactId>
5050
<executions>
5151
<execution>
@@ -143,7 +143,7 @@ under the License.
143143
</executions>
144144
<dependencies>
145145
<dependency>
146-
<groupId>org.apache.activemq.examples.broker-connection</groupId>
146+
<groupId>org.apache.artemis.examples.broker-connection</groupId>
147147
<artifactId>amqp-federation-queue-pull-messages</artifactId>
148148
<version>${project.version}</version>
149149
</dependency>

0 commit comments

Comments
 (0)