Skip to content

Commit

Permalink
Bump version to 1.0.3.
Browse files Browse the repository at this point in the history
Change-Id: I3cbc45f5d9933f4ecde8da6cff783a2a71c26539
  • Loading branch information
wpiers committed Dec 13, 2022
1 parent cc6f716 commit 756a21c
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>POM parent</name>

Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.generatedxmlclasses
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Export-Package: org.eclipse.poosl.generatedxmlclasses
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.generatedxmlclasses/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.generatedxmlclasses</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.help/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.help;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Require-Bundle: org.eclipse.help
Bundle-Vendor: %providerName
Bundle-Localization: plugin
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.help/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.help</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.ide.examples;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.emf.common.ui
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.ide.examples/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.ide.examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.model.edit/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.model.edit;singleton:=true
Automatic-Module-Name: org.eclipse.poosl.model.edit
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.poosl.provider.PooslEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.model.edit/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.model.edit</artifactId>
Expand Down
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.model.editor;singleton:=true
Automatic-Module-Name: org.eclipse.poosl.model.editor
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.poosl.presentation.PooslEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.model.editor/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.model.editor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.model/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.model;singleton:=true
Automatic-Module-Name: org.eclipse.poosl.model
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.model/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.model</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.pooslproject;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.ide;bundle-version="3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.pooslproject/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.pooslproject</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.rotalumisclient;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Export-Package: org.eclipse.poosl.rotalumisclient,
org.eclipse.poosl.rotalumisclient.breakpoint,
org.eclipse.poosl.rotalumisclient.debug,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.rotalumisclient/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.rotalumisclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.sirius/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.poosl.sirius;singleton:=true
Automatic-Module-Name: org.eclipse.poosl.sirius
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-Activator: org.eclipse.poosl.sirius.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.sirius/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.sirius</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.poosl.transformations;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Require-Bundle: org.eclipse.poosl.xtext,
org.eclipse.poosl.xtext.ui,
org.eclipse.ui.workbench,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.transformations/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.transformations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.xtext.ide/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-SymbolicName: org.eclipse.poosl.xtext.ide;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.poosl.xtext,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.xtext.ide/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.xtext.ide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.xtext.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.poosl.xtext.ui;singleton:=true
Automatic-Module-Name: org.eclipse.poosl.xtext.ui
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-Activator: org.eclipse.poosl.xtext.ui.internal.PooslActivator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.xtext.ui/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.xtext.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.xtext/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-SymbolicName: org.eclipse.poosl.xtext;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="2.12.0";visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.poosl.xtext/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.xtext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -16,7 +16,7 @@

<groupId>org.eclipse.poosl</groupId>
<artifactId>container</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>POM Container</name>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.poosl.dependencies.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.poosl.dependencies.feature"
label="%featureName"
version="1.0.2.qualifier"
version="1.0.3.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.poosl.dependencies.feature/pom.xml
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.poosl.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.poosl.feature"
label="%featureName"
version="1.0.2.qualifier"
version="1.0.3.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.poosl.feature/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.poosl.product/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.poosl.product/poosl.product
Expand Up @@ -11,7 +11,7 @@
TNO/ESI - initial API and implementation
Obeo - refactoring
-->
<product name="POOSL Architect" uid="org.eclipse.poosl.product" id="com.eclipse.poosl.product" application="org.eclipse.ui.ide.workbench" version="1.0.2.qualifier" useFeatures="true" includeLaunchers="true">
<product name="POOSL Architect" uid="org.eclipse.poosl.product" id="com.eclipse.poosl.product" application="org.eclipse.ui.ide.workbench" version="1.0.3.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<text>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.poosl.update/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.poosl.xpect/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: POOSL Xpect tests
Bundle-SymbolicName: org.eclipse.poosl.xpect
Automatic-Module-Name: org.eclipse.poosl.xpect
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.xpect.xtext.lib,
org.eclipse.emf.codegen,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.poosl.xpect/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.xpect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.poosl.xtext.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.poosl.xtext.tests;singleton:=true
Automatic-Module-Name: org.eclipse.poosl.xtext.tests
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Name: POOSL Xtext tests
Bundle-Vendor: TNO ESI
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.poosl.xtext.tests/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.xtext.tests</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.poosl.xtext.ui.tests;singleton:=true
Automatic-Module-Name: org.eclipse.poosl.xtext.ui.tests
Bundle-Version: 1.0.2.qualifier
Bundle-Version: 1.0.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Name: POOSL Xtext UI tests
Bundle-Vendor: TNO ESI
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.poosl.xtext.ui.tests/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<artifactId>org.eclipse.poosl.xtext.ui.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/rcptt/org.eclipse.poosl.rcptt.debug/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/rcptt/org.eclipse.poosl.rcptt.examples/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/rcptt/org.eclipse.poosl.rcptt.graphical/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groupId>org.eclipse.poosl</groupId>
<artifactId>parent</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../../../parent</relativePath>
</parent>

Expand Down

0 comments on commit 756a21c

Please sign in to comment.