diff --git a/.gitignore b/.gitignore
index b7ec565..1d81046 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ xslt
.git-versioned-pom.xml
.idea
.konveyor
+pom.xml.versionsBackup
diff --git a/inez.model/pom.xml b/inez.model/pom.xml
index 0825354..04fd2b5 100644
--- a/inez.model/pom.xml
+++ b/inez.model/pom.xml
@@ -59,7 +59,7 @@
io.github.magwas
inez.parser
- 0.0.1
+ ${project.version}
io.github.magwas
diff --git a/tools/updateManifestVersion b/tools/updateManifestVersion
index 224a2b5..b75aa27 100755
--- a/tools/updateManifestVersion
+++ b/tools/updateManifestVersion
@@ -6,5 +6,4 @@ then
else
VERSION=$1
fi
-mvn org.eclipse.tycho:tycho-versions-plugin:4.0.12:set-version -DnewVersion=$VERSION
-sed -i 's/application" version="[^"]*"/application" version="'$VERSION'"/' inez.ui.product/Inez.product
+mvn org.codehaus.mojo:versions-maven-plugin:set -DnewVersion=$VERSION