diff --git a/pom.xml b/pom.xml index c9f0d26..20d4ad9 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,19 @@ + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + parse-version + + parse-version + + + + org.eclipse.tycho tycho-maven-plugin diff --git a/products/com.minres.scviewer.e4.product/pom.xml b/products/com.minres.scviewer.e4.product/pom.xml index a8be2e8..0e14bcb 100644 --- a/products/com.minres.scviewer.e4.product/pom.xml +++ b/products/com.minres.scviewer.e4.product/pom.xml @@ -46,7 +46,7 @@ product - SCViewer-${project.version} + SCViewer-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} SCViewer.app diff --git a/releng/com.minres.scviewer.updateSite/pom.xml b/releng/com.minres.scviewer.updateSite/pom.xml index 1946dbc..afcadd7 100644 --- a/releng/com.minres.scviewer.updateSite/pom.xml +++ b/releng/com.minres.scviewer.updateSite/pom.xml @@ -21,19 +21,6 @@ ${project.artifactId}-${qualifiedVersion} - - org.codehaus.mojo - build-helper-maven-plugin - 3.2.0 - - - parse-version - - parse-version - - - -