From 36c3c73e4584c51696121463b2cbf677b26c6638 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato <sato.tadayoshi@gmail.com> Date: Thu, 16 Nov 2023 08:56:28 +0900 Subject: [PATCH] [maven-release-plugin] prepare release hawtio-4.0-M3 --- bom/pom.xml | 2 +- console/pom.xml | 2 +- deploy/hawtio-default/pom.xml | 2 +- deploy/hawtio-embedded/pom.xml | 2 +- examples/quarkus-keycloak/pom.xml | 2 +- examples/quarkus/pom.xml | 2 +- examples/sample-plugin/pom.xml | 2 +- examples/springboot-authentication/pom.xml | 2 +- examples/springboot-keycloak/pom.xml | 2 +- examples/springboot-log4j2/pom.xml | 2 +- examples/springboot-plugin/pom.xml | 2 +- examples/springboot-security/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- examples/war-plugin/pom.xml | 2 +- hawtio-jbang/pom.xml | 2 +- hawtio-plugin-mbean/pom.xml | 2 +- hawtio-system/pom.xml | 2 +- hawtio-war/pom.xml | 2 +- platforms/quarkus/deployment/pom.xml | 2 +- platforms/quarkus/pom.xml | 2 +- platforms/quarkus/runtime/pom.xml | 2 +- platforms/springboot/pom.xml | 2 +- plugins/hawtio-local-jvm-mbean/pom.xml | 2 +- plugins/hawtio-log-logback/pom.xml | 2 +- plugins/hawtio-log/pom.xml | 2 +- pom.xml | 4 ++-- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index c65bc147b3..15db0a21d1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> </parent> <artifactId>hawtio-bom</artifactId> diff --git a/console/pom.xml b/console/pom.xml index 8484c38fd7..4fd7fb3a3b 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/deploy/hawtio-default/pom.xml b/deploy/hawtio-default/pom.xml index 57eefd0528..dc41761de4 100644 --- a/deploy/hawtio-default/pom.xml +++ b/deploy/hawtio-default/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/deploy/hawtio-embedded/pom.xml b/deploy/hawtio-embedded/pom.xml index eaae3ed23f..ce374c9ea8 100644 --- a/deploy/hawtio-embedded/pom.xml +++ b/deploy/hawtio-embedded/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/quarkus-keycloak/pom.xml b/examples/quarkus-keycloak/pom.xml index 6efe031302..4fd8138368 100644 --- a/examples/quarkus-keycloak/pom.xml +++ b/examples/quarkus-keycloak/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 47bdcab3a2..eca8f60c1a 100644 --- a/examples/quarkus/pom.xml +++ b/examples/quarkus/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/sample-plugin/pom.xml b/examples/sample-plugin/pom.xml index 6c72e181d3..fe38406840 100644 --- a/examples/sample-plugin/pom.xml +++ b/examples/sample-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/springboot-authentication/pom.xml b/examples/springboot-authentication/pom.xml index 8ee43570b2..b9f4e9f486 100644 --- a/examples/springboot-authentication/pom.xml +++ b/examples/springboot-authentication/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/springboot-keycloak/pom.xml b/examples/springboot-keycloak/pom.xml index cc20120532..000b203c55 100644 --- a/examples/springboot-keycloak/pom.xml +++ b/examples/springboot-keycloak/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/springboot-log4j2/pom.xml b/examples/springboot-log4j2/pom.xml index 5ef8818f86..c6dd61b1ff 100644 --- a/examples/springboot-log4j2/pom.xml +++ b/examples/springboot-log4j2/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/springboot-plugin/pom.xml b/examples/springboot-plugin/pom.xml index 72c7a2545e..c42cf00ef7 100644 --- a/examples/springboot-plugin/pom.xml +++ b/examples/springboot-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/springboot-security/pom.xml b/examples/springboot-security/pom.xml index 834c798aa8..cac4513de7 100644 --- a/examples/springboot-security/pom.xml +++ b/examples/springboot-security/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index b3204f6353..bd4bc534e4 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/war-plugin/pom.xml b/examples/war-plugin/pom.xml index 4c96bb39f3..04163da26b 100644 --- a/examples/war-plugin/pom.xml +++ b/examples/war-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/hawtio-jbang/pom.xml b/hawtio-jbang/pom.xml index 0dd5efc602..c5db6678a3 100644 --- a/hawtio-jbang/pom.xml +++ b/hawtio-jbang/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hawtio-plugin-mbean/pom.xml b/hawtio-plugin-mbean/pom.xml index 3fa9175599..c61f4c23dc 100644 --- a/hawtio-plugin-mbean/pom.xml +++ b/hawtio-plugin-mbean/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hawtio-system/pom.xml b/hawtio-system/pom.xml index 32e53dac14..3d81479ac7 100644 --- a/hawtio-system/pom.xml +++ b/hawtio-system/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hawtio-war/pom.xml b/hawtio-war/pom.xml index 746efd4f97..7085b25684 100644 --- a/hawtio-war/pom.xml +++ b/hawtio-war/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/platforms/quarkus/deployment/pom.xml b/platforms/quarkus/deployment/pom.xml index 905595b87b..db22b1f839 100644 --- a/platforms/quarkus/deployment/pom.xml +++ b/platforms/quarkus/deployment/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>hawtio-quarkus-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/platforms/quarkus/pom.xml b/platforms/quarkus/pom.xml index 370f09002c..f012a9bb1e 100644 --- a/platforms/quarkus/pom.xml +++ b/platforms/quarkus/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/platforms/quarkus/runtime/pom.xml b/platforms/quarkus/runtime/pom.xml index a099de42b4..b19b7c52d4 100644 --- a/platforms/quarkus/runtime/pom.xml +++ b/platforms/quarkus/runtime/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>hawtio-quarkus-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/platforms/springboot/pom.xml b/platforms/springboot/pom.xml index 52f1997bd4..bbb8eb861d 100644 --- a/platforms/springboot/pom.xml +++ b/platforms/springboot/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/hawtio-local-jvm-mbean/pom.xml b/plugins/hawtio-local-jvm-mbean/pom.xml index 0f79cca5c6..46e9bc1e45 100644 --- a/plugins/hawtio-local-jvm-mbean/pom.xml +++ b/plugins/hawtio-local-jvm-mbean/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/plugins/hawtio-log-logback/pom.xml b/plugins/hawtio-log-logback/pom.xml index 8f3150805e..fb9b14baef 100644 --- a/plugins/hawtio-log-logback/pom.xml +++ b/plugins/hawtio-log-logback/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/plugins/hawtio-log/pom.xml b/plugins/hawtio-log/pom.xml index f0512c3c33..759a9eb333 100644 --- a/plugins/hawtio-log/pom.xml +++ b/plugins/hawtio-log/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 9f795c6edd..52a660230b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>io.hawt</groupId> <artifactId>project</artifactId> <packaging>pom</packaging> - <version>4.0-SNAPSHOT</version> + <version>4.0-M3</version> <name>hawtio-java-project</name> <description>Hawtio :: project</description> <url>http://hawt.io/</url> @@ -28,7 +28,7 @@ <connection>scm:git:git@github.com:hawtio/hawtio.git</connection> <developerConnection>scm:git:git@github.com:hawtio/hawtio.git</developerConnection> <url>git@github.com:hawtio/hawtio.git</url> - <tag>HEAD</tag> + <tag>hawtio-4.0-M3</tag> </scm> <distributionManagement>