From 96d628d322e06f87b134d9fc6b2a7b8ecb701f72 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Wed, 2 Dec 2015 20:34:34 +0100 Subject: [PATCH] Updated version numbers --- .gitignore | 5 +++++ .../META-INF/MANIFEST.MF | 2 +- com.minres.scviewer.e4.application/pom.xml | 2 +- com.minres.scviewer.e4.product/pom.xml | 2 +- com.minres.scviewer.e4.product/scviewer.product | 2 +- com.minres.scviewer.parent/pom.xml | 12 +++++++++--- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3c7d314..c4a2686 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,8 @@ /.recommenders/ /RemoteSystemsTempFiles/ /*.zip +SCViewer initiator_target.launch +SCViewer.xcf +SCViewer_1.png +*.launch +copyrightLog.txt diff --git a/com.minres.scviewer.e4.application/META-INF/MANIFEST.MF b/com.minres.scviewer.e4.application/META-INF/MANIFEST.MF index c0c2edd..8e64fe3 100644 --- a/com.minres.scviewer.e4.application/META-INF/MANIFEST.MF +++ b/com.minres.scviewer.e4.application/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: com.minres.scviewer.e4.application;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Vendor: %Bundle-Vendor Require-Bundle: javax.inject;bundle-version="1.0.0", org.eclipse.core.runtime;bundle-version="3.11.1", diff --git a/com.minres.scviewer.e4.application/pom.xml b/com.minres.scviewer.e4.application/pom.xml index 947825e..3634a4c 100644 --- a/com.minres.scviewer.e4.application/pom.xml +++ b/com.minres.scviewer.e4.application/pom.xml @@ -8,6 +8,6 @@ ../com.minres.scviewer.parent eclipse-plugin - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT com.minres.scviewer \ No newline at end of file diff --git a/com.minres.scviewer.e4.product/pom.xml b/com.minres.scviewer.e4.product/pom.xml index 4b520e6..64aeef3 100644 --- a/com.minres.scviewer.e4.product/pom.xml +++ b/com.minres.scviewer.e4.product/pom.xml @@ -10,7 +10,7 @@ ../com.minres.scviewer.parent com.minres.scviewer.e4.product - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT eclipse-repository com.minres.scviewer diff --git a/com.minres.scviewer.e4.product/scviewer.product b/com.minres.scviewer.e4.product/scviewer.product index 5e42d46..ab3ec81 100644 --- a/com.minres.scviewer.e4.product/scviewer.product +++ b/com.minres.scviewer.e4.product/scviewer.product @@ -1,7 +1,7 @@ - + diff --git a/com.minres.scviewer.parent/pom.xml b/com.minres.scviewer.parent/pom.xml index dd1044f..e12eede 100644 --- a/com.minres.scviewer.parent/pom.xml +++ b/com.minres.scviewer.parent/pom.xml @@ -23,8 +23,8 @@ 0.23.1 - ${tycho-version} - 2.8.0-01 + ${tycho-version} + 2.8.0-01 2.1.8-01 @@ -100,7 +100,7 @@ - + @@ -138,6 +138,12 @@ + + + org.eclipse.tycho + tycho-versions-plugin + ${tycho-version} + \ No newline at end of file