This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/artemis-examples.git
commit a94141d5e8ac422927d9bccd65b128b04b3bd3c4 Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Dec 8 16:06:53 2025 +0000 Surface level updates following repo rename for new Artemis TLP --- CONTRIBUTING.md | 16 ++++++++-------- README.md | 4 ++-- artemis-distribution/pom.xml | 2 +- examples/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20512ed7..743f6180 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,20 +1,20 @@ # Contributing -Contributions should target the [`development`](https://github.com/apache/activemq-artemis-examples/tree/development) branch. +Contributions should target the [`development`](https://github.com/apache/artemis-examples/tree/development) branch. -* The [`development`](https://github.com/apache/activemq-artemis-examples/tree/development) branch is used for all development toward the next Artemis release and the related Examples, whether it be improving existing examples, creating new examples, or most especially for making any updates needed to match as-yet-unreleased changes in the upcoming Artemis version. -* The [`main`](https://github.com/apache/activemq-artemis-examples/tree/main) branch contains examples for use with the latest ActiveMQ Artemis release. +* The [`development`](https://github.com/apache/artemis-examples/tree/development) branch is used for all development toward the next Artemis release and the related Examples, whether it be improving existing examples, creating new examples, or most especially for making any updates needed to match as-yet-unreleased changes in the upcoming Artemis version. +* The [`main`](https://github.com/apache/artemis-examples/tree/main) branch contains examples for use with the latest ActiveMQ Artemis release. -Like with the main repository, most examples changes should have an [ARTEMIS Jira issue](https://issues.apache.org/jira/projects/ARTEMIS) which should be referenced in the commit log message. See [https://activemq.apache.org/issues](https://activemq.apache.org/issues) for more details. +Like with the main repository, most examples changes should have an [ARTEMIS Jira issue](https://issues.apache.org/jira/projects/ARTEMIS) which should be referenced in the commit log message. See [https://artemis.apache.org/issues](https://artemis.apache.org/issues) for more details. ## Testing Changes -The [GitHub Actions build](https://github.com/apache/activemq-artemis-examples/actions) for the Examples repo can also be used in your fork to test out changes. In order to enable the build in your repository, go to e.g: -`https://github.com/<your-username>/activemq-artemis-examples/actions` +The [GitHub Actions build](https://github.com/apache/artemis-examples/actions) for the Examples repo can also be used in your fork to test out changes. In order to enable the build in your repository, go to e.g: +`https://github.com/<your-username>/artemis-examples/actions` -Use an branch name other than _main_ to prepare your changes. Pushing commits to the examples repo on a _non-main_ branch name causes the build to check out the current revision of the [Artemis main branch](https://github.com/apache/activemq-artemis/tree/main/), build Artemis, match the examples version to the Artemis main version found, and then seperately compile (to give quick feedback when there are issues in later examples) and do verification build+run of many of the examples to ch [...] +Use an branch name other than _main_ to prepare your changes. Pushing commits to the examples repo on a _non-main_ branch name causes the build to check out the current revision of the [Artemis main branch](https://github.com/apache/artemis/tree/main/), build Artemis, match the examples version to the Artemis main version found, and then seperately compile (to give quick feedback when there are issues in later examples) and do verification build+run of many of the examples to check things. -If your examples updates require matching changes to the Artemis build itself, the build upon commit push will likely fail because those changes aren't yet available on the Artemis main branch. You can however also trigger the examples build _manually_ by going to e.g `https://github.com/<your-username>/activemq-artemis-examples/actions/workflows/build.yml` and clicking on the Run Workflow dropdown, which will additionally let you specify an alternative repository and branch/tag to check [...] +If your examples updates require matching changes to the Artemis build itself, the build upon commit push will likely fail because those changes aren't yet available on the Artemis main branch. You can however also trigger the examples build _manually_ by going to e.g `https://github.com/<your-username>/artemis-examples/actions/workflows/build.yml` and clicking on the Run Workflow dropdown, which will additionally let you specify an alternative repository and branch/tag to check out and [...] Pushing to the examples main branch does not check out and build Artemis since the main branch is only for use with released Artemis versions, so what is specified on the branch itself is always used as-is. The same is true for any Pull Requests raised that target the examples main branch (though again, Pull Requests should target the `development` branch). diff --git a/README.md b/README.md index 49865c4b..8b20a26b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ActiveMQ Artemis Examples +# Apache Artemis Examples -This repository contains various examples demonstrating many of the features of [Apache ActiveMQ Artemis](https://activemq.apache.org/components/artemis/). +This repository contains various examples demonstrating many of the features of [Apache Artemis](https://artemis.apache.org). ## Getting Started diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 25b5055e..91f2801b 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -29,7 +29,7 @@ under the License. <artifactId>artemis-distribution</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis Distribution For Examples</name> + <name>Apache Artemis Distribution For Examples</name> <build> <plugins> diff --git a/examples/pom.xml b/examples/pom.xml index f41bb0a3..80f32a78 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -29,7 +29,7 @@ under the License. <artifactId>artemis-examples</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis Examples</name> + <name>Apache Artemis Examples</name> <properties> <udp-address>231.7.7.7</udp-address> diff --git a/pom.xml b/pom.xml index cd7f96d7..db80af18 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ under the License. <artifactId>artemis-examples-build</artifactId> <version>2.44.0</version> <packaging>pom</packaging> - <name>ActiveMQ Artemis Examples Build</name> + <name>Apache Artemis Examples Build</name> <properties> <checkstyle.skip>true</checkstyle.skip> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
