Skip to content

Commit

Permalink
5.0.0 -> 5.1.0
Browse files Browse the repository at this point in the history
Change-Id: Ia286709b49e897f996eaf5d78001cd04aaad5620
  • Loading branch information
Stephane Drapeau authored and Stephane Drapeau committed Mar 18, 2024
1 parent bcc6a4b commit ab1c85c
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BPMN2 Designer Documentation
Bundle-SymbolicName: org.obeonetwork.dsl.bpmn2.design.doc;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-Vendor: Obeo Network
Require-Bundle: org.eclipse.help,
org.eclipse.ui.intro
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.dsl.bpmn2.design.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.design.doc</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.obeonetwork.dsl.bpmn2.design
Bundle-Name: %pluginName
Bundle-SymbolicName: org.obeonetwork.dsl.bpmn2.design;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.obeonetwork.bpmn2.design.Activator
Require-Bundle: org.eclipse.ui,
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.dsl.bpmn2.design/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.design</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.obeonetwork.dsl.bpmn2.edit
Bundle-Name: %pluginName
Bundle-SymbolicName: org.obeonetwork.dsl.bpmn2.edit;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.obeonetwork.dsl.bpmn2.provider.Bpmn2EditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.dsl.bpmn2.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.edit</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.obeonetwork.dsl.bpmn2.editor
Bundle-Name: %pluginName
Bundle-SymbolicName: org.obeonetwork.dsl.bpmn2.editor;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.obeonetwork.dsl.bpmn2.presentation.Bpmn2EditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.dsl.bpmn2.editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.editor</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.dsl.bpmn2/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.obeonetwork.dsl.bpmn2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.obeonetwork.dsl.bpmn2;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.dsl.bpmn2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:

<groupId>BPMN2</groupId>
<artifactId>top</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.obeonetwork.dsl.bpmn2.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.obeonetwork.dsl.bpmn2.feature"
label="BPMN-Designer"
version="5.0.0.qualifier"
version="5.1.0.qualifier"
provider-name="Obeo">

<description url="http://marketplace.obeonetwork.com/module/bpmn">
Expand Down
4 changes: 2 additions & 2 deletions releng/org.obeonetwork.dsl.bpmn2.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.feature</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.obeonetwork.dsl.bpmn2.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.obeonetwork.dsl.bpmn2.feature_5.0.0.qualifier.jar" id="org.obeonetwork.dsl.bpmn2.feature" version="5.0.0.qualifier">
<feature url="features/org.obeonetwork.dsl.bpmn2.feature_5.1.0.qualifier.jar" id="org.obeonetwork.dsl.bpmn2.feature" version="5.1.0.qualifier">
<category name="BPMN Designer"/>
</feature>
<feature id="org.eclipse.sirius.query.legacy.feature" version="0.0.0">
Expand Down
4 changes: 2 additions & 2 deletions releng/org.obeonetwork.dsl.bpmn2.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.repository</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.obeonetwork.dsl.bpmn2.samples.pack.core
Bundle-Name: %pluginName
Bundle-SymbolicName: org.obeonetwork.dsl.bpmn2.samples.pack.core;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-Activator: org.obeonetwork.dsl.bpmn2.samples.pack.core.CoreSamplePlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions samples/org.obeonetwork.dsl.bpmn2.samples.pack.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.samples.pack.core</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.obeonetwork.dsl.bpmn2.samples
Bundle-Name: Samples
Bundle-SymbolicName: org.obeonetwork.dsl.bpmn2.samples;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Activator: org.obeonetwork.dsl.bpmn2.samples.Bpmn2SamplesPlugin
Require-Bundle: org.eclipse.ui,
Expand Down
4 changes: 2 additions & 2 deletions samples/org.obeonetwork.dsl.bpmn2.samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.samples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit ab1c85c

Please sign in to comment.