From a232fd30254fec5bd4e4f29db3fa61a757f294e7 Mon Sep 17 00:00:00 2001 From: Olivier Prouvost Date: Wed, 10 Oct 2018 23:24:29 +0200 Subject: [PATCH] Set version to v2.1.0 Signed-off-by: Olivier Prouvost --- build/com.opcoach.genmodeladdon.feature/feature.xml | 2 +- build/com.opcoach.genmodeladdon.feature/pom.xml | 2 +- build/com.opcoach.genmodeladdon.repository/category.xml | 2 +- build/com.opcoach.genmodeladdon.repository/pom.xml | 2 +- build/com.opcoach.genmodeladdon.tp/pom.xml | 2 +- com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF | 2 +- com.opcoach.genmodeladdon.core.test/pom.xml | 2 +- com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF | 2 +- com.opcoach.genmodeladdon.core/pom.xml | 2 +- com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF | 2 +- com.opcoach.genmodeladdon.sample/pom.xml | 2 +- com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF | 2 +- com.opcoach.genmodeladdon.ui/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build/com.opcoach.genmodeladdon.feature/feature.xml b/build/com.opcoach.genmodeladdon.feature/feature.xml index 7f82746..318cc23 100644 --- a/build/com.opcoach.genmodeladdon.feature/feature.xml +++ b/build/com.opcoach.genmodeladdon.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/build/com.opcoach.genmodeladdon.feature/pom.xml b/build/com.opcoach.genmodeladdon.feature/pom.xml index 82a51c3..625ae34 100644 --- a/build/com.opcoach.genmodeladdon.feature/pom.xml +++ b/build/com.opcoach.genmodeladdon.feature/pom.xml @@ -7,7 +7,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT ../../pom.xml diff --git a/build/com.opcoach.genmodeladdon.repository/category.xml b/build/com.opcoach.genmodeladdon.repository/category.xml index eb2ab09..87c75ed 100644 --- a/build/com.opcoach.genmodeladdon.repository/category.xml +++ b/build/com.opcoach.genmodeladdon.repository/category.xml @@ -1,6 +1,6 @@ - + diff --git a/build/com.opcoach.genmodeladdon.repository/pom.xml b/build/com.opcoach.genmodeladdon.repository/pom.xml index 2f73eea..a08f963 100644 --- a/build/com.opcoach.genmodeladdon.repository/pom.xml +++ b/build/com.opcoach.genmodeladdon.repository/pom.xml @@ -7,7 +7,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT ../../pom.xml diff --git a/build/com.opcoach.genmodeladdon.tp/pom.xml b/build/com.opcoach.genmodeladdon.tp/pom.xml index a50ac33..55ff4d6 100644 --- a/build/com.opcoach.genmodeladdon.tp/pom.xml +++ b/build/com.opcoach.genmodeladdon.tp/pom.xml @@ -5,7 +5,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT ../../pom.xml diff --git a/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF index d642fbb..d5baa5c 100644 --- a/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Bundle-SymbolicName: com.opcoach.genmodeladdon.core.test;singleton:=true -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.1.0.qualifier Bundle-Vendor: OPCOACH Fragment-Host: com.opcoach.genmodeladdon.core;bundle-version="1.6.4" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/com.opcoach.genmodeladdon.core.test/pom.xml b/com.opcoach.genmodeladdon.core.test/pom.xml index 7c28170..3a350da 100644 --- a/com.opcoach.genmodeladdon.core.test/pom.xml +++ b/com.opcoach.genmodeladdon.core.test/pom.xml @@ -7,7 +7,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT com.opcoach.genmodeladdon.core.test diff --git a/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF index dd2df2d..09cc4d1 100644 --- a/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Core Bundle-SymbolicName: com.opcoach.genmodeladdon.core;singleton:=true -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.1.0.qualifier Bundle-Vendor: OPCOACH Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.emf.codegen.ecore;visibility:=reexport, diff --git a/com.opcoach.genmodeladdon.core/pom.xml b/com.opcoach.genmodeladdon.core/pom.xml index 54c5921..dce5dbd 100644 --- a/com.opcoach.genmodeladdon.core/pom.xml +++ b/com.opcoach.genmodeladdon.core/pom.xml @@ -7,7 +7,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT com.opcoach.genmodeladdon.core diff --git a/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF index de1800d..b89ff0b 100644 --- a/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Sample Bundle-SymbolicName: com.opcoach.genmodeladdon.sample;singleton:=true -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.1.0.qualifier Eclipse-BundleShape: dir Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ClassPath: ant_tasks/importer.ecore.tasks.jar, diff --git a/com.opcoach.genmodeladdon.sample/pom.xml b/com.opcoach.genmodeladdon.sample/pom.xml index 4addf63..8ce007e 100644 --- a/com.opcoach.genmodeladdon.sample/pom.xml +++ b/com.opcoach.genmodeladdon.sample/pom.xml @@ -7,7 +7,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT com.opcoach.genmodeladdon diff --git a/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF index 6c5370b..5afe6ed 100644 --- a/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Genmodeladdon Bundle-SymbolicName: com.opcoach.genmodeladdon.ui;singleton:=true -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.1.0.qualifier Bundle-Vendor: OPCOACH Require-Bundle: org.eclipse.core.runtime, com.opcoach.genmodeladdon.core;bundle-version="1.0.0", diff --git a/com.opcoach.genmodeladdon.ui/pom.xml b/com.opcoach.genmodeladdon.ui/pom.xml index 3aac056..0683c96 100644 --- a/com.opcoach.genmodeladdon.ui/pom.xml +++ b/com.opcoach.genmodeladdon.ui/pom.xml @@ -7,7 +7,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT com.opcoach.genmodeladdon.ui diff --git a/pom.xml b/pom.xml index 63e97fa..185aa21 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT pom