This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push:
new a41fd84 [maven-release-plugin] prepare release 4.9.0
a41fd84 is described below
commit a41fd84156f50497a4cd772dea03677c8da346aa
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jan 24 09:52:59 2025 +0100
[maven-release-plugin] prepare release 4.9.0
---
camel-spring-boot-upgrade-recipes/pom.xml | 6 ++----
camel-upgrade-recipes/pom.xml | 6 ++----
pom.xml | 4 ++--
3 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/camel-spring-boot-upgrade-recipes/pom.xml
b/camel-spring-boot-upgrade-recipes/pom.xml
index f680c8f..eab30de 100644
--- a/camel-spring-boot-upgrade-recipes/pom.xml
+++ b/camel-spring-boot-upgrade-recipes/pom.xml
@@ -17,14 +17,12 @@
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
http://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
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.upgrade</groupId>
<artifactId>camel-parent-upgrade-recipes</artifactId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.9.0</version>
</parent>
<artifactId>camel-spring-boot-upgrade-recipes</artifactId>
diff --git a/camel-upgrade-recipes/pom.xml b/camel-upgrade-recipes/pom.xml
index f3b9b5e..fb368bf 100644
--- a/camel-upgrade-recipes/pom.xml
+++ b/camel-upgrade-recipes/pom.xml
@@ -17,15 +17,13 @@
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
http://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
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.upgrade</groupId>
<artifactId>camel-parent-upgrade-recipes</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.9.0</version>
</parent>
<artifactId>camel-upgrade-recipes</artifactId>
diff --git a/pom.xml b/pom.xml
index af4a295..92a6dcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.camel.upgrade</groupId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.9.0</version>
<packaging>pom</packaging>
<artifactId>camel-parent-upgrade-recipes</artifactId>
@@ -74,7 +74,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git</developerConnection>
<url>https://github.com/apache/camel-upgrade-recipes</url>
- <tag>HEAD</tag>
+ <tag>4.9.0</tag>
</scm>
<issueManagement>
<system>jira</system>