From 17d429bd7105020dc492691822183e41d213329a Mon Sep 17 00:00:00 2001 From: Olivier Prouvost Date: Tue, 7 Apr 2020 22:31:34 +0200 Subject: [PATCH] Update version to 2.3.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 20b8df1..059165f 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 500d098..93fce74 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.2.0-SNAPSHOT + 2.3.0-SNAPSHOT ../../pom.xml diff --git a/build/com.opcoach.genmodeladdon.repository/category.xml b/build/com.opcoach.genmodeladdon.repository/category.xml index 66477f5..99054b7 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 99c9c7c..6182db6 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.2.0-SNAPSHOT + 2.3.0-SNAPSHOT ../../pom.xml diff --git a/build/com.opcoach.genmodeladdon.tp/pom.xml b/build/com.opcoach.genmodeladdon.tp/pom.xml index 66fd829..4bbfdac 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.2.0-SNAPSHOT + 2.3.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 074b243..a35be37 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.2.0.qualifier +Bundle-Version: 2.3.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 aa28e7c..a86aa02 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.2.0-SNAPSHOT + 2.3.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 58785b8..f25261f 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.2.0.qualifier +Bundle-Version: 2.3.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 31b344d..b04503e 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.2.0-SNAPSHOT + 2.3.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 f9b05e6..304c2d8 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.2.0.qualifier +Bundle-Version: 2.3.0.qualifier Bundle-ClassPath: ant_tasks/importer.ecore.tasks.jar, . Require-Bundle: org.eclipse.core.runtime, diff --git a/com.opcoach.genmodeladdon.sample/pom.xml b/com.opcoach.genmodeladdon.sample/pom.xml index 889b064..9094120 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.2.0-SNAPSHOT + 2.3.0-SNAPSHOT com.opcoach.genmodeladdon.sample diff --git a/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF index 1193009..2db87ee 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.2.0.qualifier +Bundle-Version: 2.3.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 fec3d25..3795d62 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.2.0-SNAPSHOT + 2.3.0-SNAPSHOT com.opcoach.genmodeladdon.ui diff --git a/pom.xml b/pom.xml index e881ebb..d3d5424 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.opcoach.genmodeladdon com.opcoach.genmodeladdon.parent - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT pom