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 8238091 [maven-release-plugin] rollback the release of camel-upgrade-recipes-0.1 8238091 is described below commit 823809134f6107510909424053935345bd04dd5c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 23 10:42:21 2024 +0200 [maven-release-plugin] rollback the release of camel-upgrade-recipes-0.1 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 528ba28..a696c63 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,8 @@ 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> @@ -27,7 +28,7 @@ </parent> <groupId>org.apache.camel</groupId> - <version>0.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <artifactId>camel-upgrade-recipes</artifactId> <name>Camel Upgrades Recipes</name>