Skip to content

Commit

Permalink
Fix Issue #13 : Override of abstract classes
Browse files Browse the repository at this point in the history
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 <olivier.prouvost@opcoach.com>
  • Loading branch information
opcoach committed Apr 25, 2015
1 parent 7413322 commit c7a16ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.opcoach.genmodeladdon.feature"
label="Emf override generated code feature"
version="1.0.0.qualifier"
version="1.1.0.qualifier"
provider-name="OPCOACH">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.feature/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.repository/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.opcoach.genmodeladdon.feature_1.0.0.qualifier.jar" id="com.opcoach.genmodeladdon.feature" version="1.0.0.qualifier">
<feature url="features/com.opcoach.genmodeladdon.feature_1.1.0.qualifier.jar" id="com.opcoach.genmodeladdon.feature" version="1.1.0.qualifier">
<category name="com.opcoach.genModelAddon"/>
</feature>
<category-def name="com.opcoach.genModelAddon" label="Addon for genmodel">
Expand Down
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.repository/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.repository</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>


Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit c7a16ec

Please sign in to comment.