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 f0358d4 [maven-release-plugin] prepare release camel-upgrade-recipes-0.1 f0358d4 is described below commit f0358d43f19ddde40cf37c78e10d296304c7f859 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 23 14:18:38 2024 +0200 [maven-release-plugin] prepare release camel-upgrade-recipes-0.1 --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a696c63..a2d91db 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ 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> @@ -28,7 +27,7 @@ </parent> <groupId>org.apache.camel</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1</version> <artifactId>camel-upgrade-recipes</artifactId> <name>Camel Upgrades Recipes</name> @@ -69,7 +68,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>camel-upgrade-recipes-0.1</tag> </scm> <issueManagement> <system>jira</system>