Skip to content

Commit 99a7444

Browse files
committed
Alignment of versions to 2.3.0
all version features and plugins of this repo are now synchronized to 2.3.0
1 parent 5a1dac4 commit 99a7444

File tree

124 files changed

+191
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+191
-191
lines changed

framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Execution Engine UI
44
Bundle-SymbolicName: org.gemoc.executionframework.engine.ui;singleton:=true
5-
Bundle-Version: 0.1.0.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Activator: org.gemoc.executionframework.engine.ui.Activator
77
Require-Bundle: org.gemoc.xdsmlframework.api,
88
org.gemoc.commons.eclipse,

framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<relativePath>../..</relativePath>
88
<groupId>org.gemoc.modeldebugging.executionframework</groupId>
99
<artifactId>org.gemoc.modeldebugging.executionframework.root</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>2.3.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>org.gemoc.executionframework.engine.ui</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
14+
<version>2.3.0-SNAPSHOT</version>
1515
<packaging>eclipse-plugin</packaging>
1616
<!-- <build> -->
1717
<!-- <plugins> -->

framework/execution_framework/plugins/org.gemoc.executionframework.engine/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Gemoc Engine
44
Bundle-SymbolicName: org.gemoc.executionframework.engine;singleton:=true
5-
Bundle-Version: 0.1.0.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Activator: org.gemoc.executionframework.engine.Activator
77
Require-Bundle: org.gemoc.xdsmlframework.api,
88
org.gemoc.commons.eclipse,

framework/execution_framework/plugins/org.gemoc.executionframework.engine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<relativePath>../..</relativePath>
88
<groupId>org.gemoc.modeldebugging.executionframework</groupId>
99
<artifactId>org.gemoc.modeldebugging.executionframework.root</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>2.3.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>org.gemoc.executionframework.engine</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
14+
<version>2.3.0-SNAPSHOT</version>
1515
<packaging>eclipse-plugin</packaging>
1616
<!-- <build> -->
1717
<!-- <plugins> -->

framework/execution_framework/plugins/org.gemoc.executionframework.eventmanager/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Eventmanager
44
Bundle-SymbolicName: org.gemoc.executionframework.eventmanager;singleton:=true
5-
Bundle-Version: 1.0.0.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Activator: org.gemoc.executionframework.eventmanager.Activator
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime,

framework/execution_framework/plugins/org.gemoc.executionframework.extensions.sirius/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Sirius
44
Bundle-SymbolicName: org.gemoc.executionframework.extensions.sirius;singleton:=true
5-
Bundle-Version: 0.1.0.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Activator: org.gemoc.executionframework.extensions.sirius.Activator
77
Require-Bundle: org.gemoc.xdsmlframework.api,
88
org.eclipse.sirius.diagram.ui;bundle-version="4.0.0",

framework/execution_framework/plugins/org.gemoc.executionframework.extensions.sirius/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<relativePath>../..</relativePath>
88
<groupId>org.gemoc.modeldebugging.executionframework</groupId>
99
<artifactId>org.gemoc.modeldebugging.executionframework.root</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>2.3.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>org.gemoc.executionframework.extensions.sirius</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
14+
<version>2.3.0-SNAPSHOT</version>
1515
<packaging>eclipse-plugin</packaging>
1616
<!-- <build> -->
1717
<!-- <plugins> -->

framework/execution_framework/plugins/org.gemoc.executionframework.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Execution framework UI
44
Bundle-SymbolicName: org.gemoc.executionframework.ui;singleton:=true
5-
Bundle-Version: 0.1.0.qualifier
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Activator: org.gemoc.executionframework.ui.Activator
77
Require-Bundle: org.gemoc.xdsmlframework.api,
88
org.gemoc.commons.eclipse,

framework/execution_framework/plugins/org.gemoc.executionframework.ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<relativePath>../..</relativePath>
88
<groupId>org.gemoc.modeldebugging.executionframework</groupId>
99
<artifactId>org.gemoc.modeldebugging.executionframework.root</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>2.3.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>org.gemoc.executionframework.ui</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
14+
<version>2.3.0-SNAPSHOT</version>
1515
<packaging>eclipse-plugin</packaging>
1616
<!-- <build> -->
1717
<!-- <plugins> -->

framework/execution_framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.gemoc.modeldebugging.executionframework</groupId>
55
<artifactId>org.gemoc.modeldebugging.executionframework.root</artifactId>
6-
<version>0.1.0-SNAPSHOT</version>
6+
<version>2.3.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.gemoc</groupId>
1010
<artifactId>org.gemoc.siriusanimation.root</artifactId>
11-
<version>0.1.0-SNAPSHOT</version>
11+
<version>2.3.0-SNAPSHOT</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414
<modules>

0 commit comments

Comments
 (0)