Skip to content

Commit

Permalink
5.1.3->5.1.4
Browse files Browse the repository at this point in the history
Change-Id: I7a79040ffa0a1139070f11fc1401af436a15d556
  • Loading branch information
Stephane Drapeau authored and Stephane Drapeau committed Jul 15, 2024
1 parent 5dcf9d7 commit 49f87bc
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 28 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.1.3.qualifier
Bundle-Version: 5.1.4.qualifier
Bundle-Vendor: Obeo Network
Require-Bundle: org.eclipse.help,
org.eclipse.ui.intro
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.dsl.bpmn2.design.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.obeonetwork.dsl.bpmn2.parent</artifactId>
<groupId>BPMN2</groupId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
Expand Down
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.1.3.qualifier
Bundle-Version: 5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3.qualifier
Bundle-Version: 5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3.qualifier
Bundle-Version: 5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3.qualifier
Bundle-Version: 5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3.qualifier"
version="5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-SNAPSHOT</version>
<relativePath>../org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.feature</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3.qualifier.jar" id="org.obeonetwork.dsl.bpmn2.feature" version="5.1.3.qualifier">
<feature url="features/org.obeonetwork.dsl.bpmn2.feature_5.1.4.qualifier.jar" id="org.obeonetwork.dsl.bpmn2.feature" version="5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-SNAPSHOT</version>
<relativePath>../org.obeonetwork.dsl.bpmn2.parent/pom.xml</relativePath>
</parent>
<groupId>BPMN2</groupId>
<artifactId>org.obeonetwork.dsl.bpmn2.repository</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3.qualifier
Bundle-Version: 5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3.qualifier
Bundle-Version: 5.1.4.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.1.3-SNAPSHOT</version>
<version>5.1.4-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.1.3-SNAPSHOT</version>
<version>5.1.4-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit 49f87bc

Please sign in to comment.