Skip to content

Commit

Permalink
Set version to v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Prouvost <olivier.prouvost@opcoach.com>
  • Loading branch information
opcoach committed Oct 10, 2018
1 parent 685ef1d commit a232fd3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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 genModelAddon (override generated code)"
version="2.0.0.qualifier"
version="2.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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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_2.0.0.qualifier.jar" id="com.opcoach.genmodeladdon.feature" version="2.0.0.qualifier">
<feature url="features/com.opcoach.genmodeladdon.feature_2.1.0.qualifier.jar" id="com.opcoach.genmodeladdon.feature" version="2.1.0.qualifier">
<category name="com.opcoach.genModelAddon"/>
</feature>
<category-def name="com.opcoach.genModelAddon" label="EMF genModelAddon to generate code properly">
Expand Down
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.repository/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.tp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core.test/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.opcoach.genmodeladdon.core.test</artifactId>
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;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,
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.opcoach.genmodeladdon.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.sample/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<groupId>com.opcoach.genmodeladdon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.ui/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.opcoach.genmodeladdon.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit a232fd3

Please sign in to comment.