From 1219c3695060fc878087dc675442040671ccb14b Mon Sep 17 00:00:00 2001 From: Reguel Wermelinger Date: Mon, 23 Oct 2023 15:13:19 +0200 Subject: [PATCH] tycho release build --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 5a3a174..50f0650 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,12 @@ scm:git:https://github.com/axonivy-market/${project.name}.git HEAD + + + 3.0.4 + 2.0.1 + org.eclipse.tycho:tycho-versions-plugin:${tycho.version}:update-eclipse-metadata org.apache.maven.plugins:maven-scm-plugin:${maven.scm.plugin}:add org.apache.maven.plugins:maven-scm-plugin:${maven.scm.plugin}:checkin + @@ -33,7 +39,28 @@ 3.0.0-M4 v@{project.version} + ${release.goals} + ${release.goals} + + + org.apache.maven.plugins + maven-scm-plugin + ${maven.scm.plugin} + + + default-cli + + add + checkin + + + **/META-INF/MANIFEST.MF,pom.xml + **/target/** + Changing the version to reflect the pom versions for the release + + +