This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to annotated tag 1.5.0 in repository https://gitbox.apache.org/repos/asf/artemis-console.git
commit 9e49ed2587137c90686a0fef1fd25770ceada8fc Author: Andy Taylor <[email protected]> AuthorDate: Tue Dec 23 11:05:37 2025 +0000 [maven-release-plugin] prepare release 1.5.0 --- artemis-console-distribution/pom.xml | 2 +- artemis-console-extension/pom.xml | 2 +- artemis-console-war/pom.xml | 2 +- pom.xml | 6 +++--- relocations/apache-artemis-console/pom.xml | 6 ++---- relocations/artemis-console-extension/pom.xml | 6 ++---- relocations/artemis-console-project/pom.xml | 6 ++---- relocations/artemis-console-war/pom.xml | 6 ++---- relocations/pom.xml | 2 +- 9 files changed, 15 insertions(+), 23 deletions(-) diff --git a/artemis-console-distribution/pom.xml b/artemis-console-distribution/pom.xml index 59a1bc0..7e31e1f 100644 --- a/artemis-console-distribution/pom.xml +++ b/artemis-console-distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.artemis</groupId> <artifactId>artemis-console-project</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <groupId>org.apache.artemis</groupId> diff --git a/artemis-console-extension/pom.xml b/artemis-console-extension/pom.xml index ae13b34..d6b1488 100644 --- a/artemis-console-extension/pom.xml +++ b/artemis-console-extension/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.artemis</groupId> <artifactId>artemis-console-project</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <groupId>org.apache.artemis</groupId> diff --git a/artemis-console-war/pom.xml b/artemis-console-war/pom.xml index 7594603..05015f8 100644 --- a/artemis-console-war/pom.xml +++ b/artemis-console-war/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.artemis</groupId> <artifactId>artemis-console-project</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <groupId>org.apache.artemis</groupId> diff --git a/pom.xml b/pom.xml index 2f09524..bb6935e 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.artemis</groupId> <artifactId>artemis-console-project</artifactId> <packaging>pom</packaging> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <modules> @@ -55,14 +55,14 @@ <node-version>v22.17.1</node-version> <yarn-version>v4.9.2</yarn-version> <frontend-maven-plugin-version>1.15.1</frontend-maven-plugin-version> - <project.build.outputTimestamp>2025-11-05T08:06:21Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-12-23T11:04:53Z</project.build.outputTimestamp> </properties> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git</developerConnection> <url>https://github.com/apache/artemis-console</url> - <tag>HEAD</tag> + <tag>1.5.0</tag> </scm> <issueManagement> diff --git a/relocations/apache-artemis-console/pom.xml b/relocations/apache-artemis-console/pom.xml index 201b332..5709bae 100644 --- a/relocations/apache-artemis-console/pom.xml +++ b/relocations/apache-artemis-console/pom.xml @@ -15,13 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>artemis-console-relocations-parent</artifactId> <groupId>org.apache.activemq</groupId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/relocations/artemis-console-extension/pom.xml b/relocations/artemis-console-extension/pom.xml index e577326..74251f5 100644 --- a/relocations/artemis-console-extension/pom.xml +++ b/relocations/artemis-console-extension/pom.xml @@ -15,13 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>artemis-console-relocations-parent</artifactId> <groupId>org.apache.activemq</groupId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/relocations/artemis-console-project/pom.xml b/relocations/artemis-console-project/pom.xml index 1bcac0b..f2c01ae 100644 --- a/relocations/artemis-console-project/pom.xml +++ b/relocations/artemis-console-project/pom.xml @@ -15,13 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>artemis-console-relocations-parent</artifactId> <groupId>org.apache.activemq</groupId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/relocations/artemis-console-war/pom.xml b/relocations/artemis-console-war/pom.xml index 2bb60dd..fc3aa7d 100644 --- a/relocations/artemis-console-war/pom.xml +++ b/relocations/artemis-console-war/pom.xml @@ -15,13 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>artemis-console-relocations-parent</artifactId> <groupId>org.apache.activemq</groupId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/relocations/pom.xml b/relocations/pom.xml index 8a4db54..150e411 100644 --- a/relocations/pom.xml +++ b/relocations/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.artemis</groupId> <artifactId>artemis-console-project</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <groupId>org.apache.activemq</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
