From c7a16ecd6ec2cffb68e42abc5eec36620f82722e Mon Sep 17 00:00:00 2001 From: Olivier Prouvost Date: Sat, 25 Apr 2015 19:05:21 +0200 Subject: [PATCH] Fix Issue #13 : Override of abstract classes Follow the steps in the issue's comment to get it. GenModel Addon is now in version 1.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 +- com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF | 2 +- com.opcoach.genmodeladdon.core/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/com.opcoach.genmodeladdon.feature/feature.xml b/build/com.opcoach.genmodeladdon.feature/feature.xml index 5b87741..75a6098 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 95e1fc8..8f4dbb5 100644 --- a/build/com.opcoach.genmodeladdon.feature/pom.xml +++ b/build/com.opcoach.genmodeladdon.feature/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.feature - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT eclipse-feature \ No newline at end of file diff --git a/build/com.opcoach.genmodeladdon.repository/category.xml b/build/com.opcoach.genmodeladdon.repository/category.xml index 548eaaf..85bfca8 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 8144d16..acff23d 100644 --- a/build/com.opcoach.genmodeladdon.repository/pom.xml +++ b/build/com.opcoach.genmodeladdon.repository/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.repository - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT eclipse-repository diff --git a/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF index f8c5d77..d69eb01 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 -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Vendor: OPCOACH Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.xtend;bundle-version="2.0.0";resolution:=optional, diff --git a/com.opcoach.genmodeladdon.core/pom.xml b/com.opcoach.genmodeladdon.core/pom.xml index f484c2f..7128926 100644 --- a/com.opcoach.genmodeladdon.core/pom.xml +++ b/com.opcoach.genmodeladdon.core/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.core - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT eclipse-plugin \ No newline at end of file