This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 4.8.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/4.8.x by this push: new 21358b30 [maven-release-plugin] prepare release v4.8.1 21358b30 is described below commit 21358b30fdff2dab221e301f9ff3d697c8658863 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Nov 5 15:12:07 2024 +0100 [maven-release-plugin] prepare release v4.8.1 --- library/camel-kamelets-bom/pom.xml | 2 +- library/camel-kamelets-catalog/pom.xml | 2 +- library/camel-kamelets-utils/pom.xml | 2 +- library/camel-kamelets/pom.xml | 2 +- library/kamelets-maven-plugin/pom.xml | 2 +- pom.xml | 4 ++-- tests/camel-kamelets-itest/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml index 61521bea..e763fc89 100644 --- a/library/camel-kamelets-bom/pom.xml +++ b/library/camel-kamelets-bom/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>4.8.1-SNAPSHOT</version> + <version>4.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/library/camel-kamelets-catalog/pom.xml b/library/camel-kamelets-catalog/pom.xml index e601f7fc..b20c6a44 100644 --- a/library/camel-kamelets-catalog/pom.xml +++ b/library/camel-kamelets-catalog/pom.xml @@ -35,7 +35,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>4.8.1-SNAPSHOT</version> + <version>4.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/library/camel-kamelets-utils/pom.xml b/library/camel-kamelets-utils/pom.xml index e0538918..513c2522 100644 --- a/library/camel-kamelets-utils/pom.xml +++ b/library/camel-kamelets-utils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>4.8.1-SNAPSHOT</version> + <version>4.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml index a4e7fb23..984cfbae 100644 --- a/library/camel-kamelets/pom.xml +++ b/library/camel-kamelets/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>4.8.1-SNAPSHOT</version> + <version>4.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/library/kamelets-maven-plugin/pom.xml b/library/kamelets-maven-plugin/pom.xml index 9ef281e5..55373309 100644 --- a/library/kamelets-maven-plugin/pom.xml +++ b/library/kamelets-maven-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>4.8.1-SNAPSHOT</version> + <version>4.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 15bec511..8021e013 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> <packaging>pom</packaging> - <version>4.8.1-SNAPSHOT</version> + <version>4.8.1</version> <name>Camel Kamelets Parent</name> <description>Camel Kamelets Library Parent</description> @@ -122,7 +122,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-kamelets.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-kamelets.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=camel-kamelets.git;a=summary</url> - <tag>v4.8.0</tag> + <tag>v4.8.1</tag> </scm> <issueManagement> diff --git a/tests/camel-kamelets-itest/pom.xml b/tests/camel-kamelets-itest/pom.xml index 8972b013..f86d19a2 100644 --- a/tests/camel-kamelets-itest/pom.xml +++ b/tests/camel-kamelets-itest/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-parent</artifactId> - <version>4.8.1-SNAPSHOT</version> + <version>4.8.1</version> <relativePath>../../pom.xml</relativePath> </parent>