From 48b476385cb30c1d484beae5165fe3e57b1f3c92 Mon Sep 17 00:00:00 2001
From: Reiner Jung <reiner.jung@email.uni-kiel.de>
Date: Mon, 24 Jan 2022 12:40:03 +0100
Subject: [PATCH] Moved to next revision.

---
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.configuration.cli/pom.xml       |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.configuration.ide/pom.xml       |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.configuration.jupyter/pom.xml   |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.configuration.tests/pom.xml     |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.configuration.ui.tests/pom.xml  |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.configuration.ui/pom.xml        |  2 +-
 .../org.oceandsl.configuration/META-INF/MANIFEST.MF  |  2 +-
 bundles/org.oceandsl.configuration/pom.xml           |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.declaration.ide/pom.xml         |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.declaration.tests/pom.xml       |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.declaration.ui.tests/pom.xml    |  2 +-
 .../org.oceandsl.declaration.ui/META-INF/MANIFEST.MF |  2 +-
 bundles/org.oceandsl.declaration.ui/pom.xml          |  2 +-
 .../org.oceandsl.declaration/META-INF/MANIFEST.MF    |  2 +-
 bundles/org.oceandsl.declaration/pom.xml             |  2 +-
 .../org.oceandsl.expression.ide/META-INF/MANIFEST.MF |  2 +-
 bundles/org.oceandsl.expression.ide/pom.xml          |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.expression.tests/pom.xml        |  2 +-
 .../META-INF/MANIFEST.MF                             |  2 +-
 bundles/org.oceandsl.expression.ui.tests/pom.xml     |  2 +-
 .../org.oceandsl.expression.ui/META-INF/MANIFEST.MF  |  2 +-
 bundles/org.oceandsl.expression.ui/pom.xml           |  2 +-
 bundles/org.oceandsl.expression/META-INF/MANIFEST.MF |  2 +-
 bundles/org.oceandsl.expression/pom.xml              |  2 +-
 .../org.oceandsl.template.ide/META-INF/MANIFEST.MF   |  2 +-
 bundles/org.oceandsl.template.ide/pom.xml            |  2 +-
 .../org.oceandsl.template.tests/META-INF/MANIFEST.MF |  2 +-
 bundles/org.oceandsl.template.tests/pom.xml          |  2 +-
 .../org.oceandsl.template.ui/META-INF/MANIFEST.MF    |  2 +-
 bundles/org.oceandsl.template.ui/pom.xml             |  2 +-
 bundles/org.oceandsl.template/META-INF/MANIFEST.MF   |  2 +-
 bundles/org.oceandsl.template/pom.xml                |  2 +-
 bundles/pom.xml                                      |  2 +-
 .../feature.xml                                      | 12 ++++++------
 .../org.oceandsl.configuration.cli.feature/pom.xml   |  2 +-
 .../org.oceandsl.configuration.feature/feature.xml   |  8 ++++----
 features/org.oceandsl.configuration.feature/pom.xml  |  2 +-
 .../org.oceandsl.declaration.feature/feature.xml     |  8 ++++----
 features/org.oceandsl.declaration.feature/pom.xml    |  2 +-
 features/org.oceandsl.template.feature/feature.xml   |  8 ++++----
 features/org.oceandsl.template.feature/pom.xml       |  2 +-
 features/pom.xml                                     |  2 +-
 pom.xml                                              |  7 ++++++-
 releng/org.oceandsl.site/pom.xml                     |  2 +-
 releng/org.oceandsl.target/pom.xml                   |  2 +-
 releng/pom.xml                                       |  2 +-
 56 files changed, 75 insertions(+), 70 deletions(-)

diff --git a/bundles/org.oceandsl.configuration.cli/META-INF/MANIFEST.MF b/bundles/org.oceandsl.configuration.cli/META-INF/MANIFEST.MF
index a912498e..2aff8ed8 100644
--- a/bundles/org.oceandsl.configuration.cli/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.configuration.cli/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.configuration.cli
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.configuration.cli; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.configuration,
diff --git a/bundles/org.oceandsl.configuration.cli/pom.xml b/bundles/org.oceandsl.configuration.cli/pom.xml
index a6fc3ea2..06f1958d 100644
--- a/bundles/org.oceandsl.configuration.cli/pom.xml
+++ b/bundles/org.oceandsl.configuration.cli/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.configuration.cli</artifactId>
diff --git a/bundles/org.oceandsl.configuration.ide/META-INF/MANIFEST.MF b/bundles/org.oceandsl.configuration.ide/META-INF/MANIFEST.MF
index 1e734f3a..e6273d53 100644
--- a/bundles/org.oceandsl.configuration.ide/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.configuration.ide/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.configuration.ide
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.configuration.ide; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.configuration,
diff --git a/bundles/org.oceandsl.configuration.ide/pom.xml b/bundles/org.oceandsl.configuration.ide/pom.xml
index e7541885..e8b3f98f 100644
--- a/bundles/org.oceandsl.configuration.ide/pom.xml
+++ b/bundles/org.oceandsl.configuration.ide/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.configuration.ide</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.configuration.jupyter/META-INF/MANIFEST.MF b/bundles/org.oceandsl.configuration.jupyter/META-INF/MANIFEST.MF
index 309f0a12..50cfef26 100644
--- a/bundles/org.oceandsl.configuration.jupyter/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.configuration.jupyter/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.configuration.jupyter
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.configuration.jupyter; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.configuration,
diff --git a/bundles/org.oceandsl.configuration.jupyter/pom.xml b/bundles/org.oceandsl.configuration.jupyter/pom.xml
index f4c5339e..304a5f15 100644
--- a/bundles/org.oceandsl.configuration.jupyter/pom.xml
+++ b/bundles/org.oceandsl.configuration.jupyter/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.configuration.jupyter</artifactId>
diff --git a/bundles/org.oceandsl.configuration.tests/META-INF/MANIFEST.MF b/bundles/org.oceandsl.configuration.tests/META-INF/MANIFEST.MF
index dafc1483..d7abd9fd 100644
--- a/bundles/org.oceandsl.configuration.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.configuration.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.configuration.tests
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.configuration.tests; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.configuration,
diff --git a/bundles/org.oceandsl.configuration.tests/pom.xml b/bundles/org.oceandsl.configuration.tests/pom.xml
index 8f25a32e..ae5a0e79 100644
--- a/bundles/org.oceandsl.configuration.tests/pom.xml
+++ b/bundles/org.oceandsl.configuration.tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.configuration.tests</artifactId>
 	<packaging>eclipse-test-plugin</packaging>
diff --git a/bundles/org.oceandsl.configuration.ui.tests/META-INF/MANIFEST.MF b/bundles/org.oceandsl.configuration.ui.tests/META-INF/MANIFEST.MF
index 5c573863..8a3a71da 100644
--- a/bundles/org.oceandsl.configuration.ui.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.configuration.ui.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.configuration.ui.tests
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.configuration.ui.tests; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.configuration.ui,
diff --git a/bundles/org.oceandsl.configuration.ui.tests/pom.xml b/bundles/org.oceandsl.configuration.ui.tests/pom.xml
index d9319a3b..9cad6e69 100644
--- a/bundles/org.oceandsl.configuration.ui.tests/pom.xml
+++ b/bundles/org.oceandsl.configuration.ui.tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.configuration.ui.tests</artifactId>
 	<packaging>eclipse-test-plugin</packaging>
diff --git a/bundles/org.oceandsl.configuration.ui/META-INF/MANIFEST.MF b/bundles/org.oceandsl.configuration.ui/META-INF/MANIFEST.MF
index 45fd1dc3..10cfb632 100644
--- a/bundles/org.oceandsl.configuration.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.configuration.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.configuration.ui
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.configuration.ui; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.configuration,
diff --git a/bundles/org.oceandsl.configuration.ui/pom.xml b/bundles/org.oceandsl.configuration.ui/pom.xml
index 44e5c9e8..d235dba4 100644
--- a/bundles/org.oceandsl.configuration.ui/pom.xml
+++ b/bundles/org.oceandsl.configuration.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.configuration.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.configuration/META-INF/MANIFEST.MF b/bundles/org.oceandsl.configuration/META-INF/MANIFEST.MF
index 631a6145..c3eae5ea 100644
--- a/bundles/org.oceandsl.configuration/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.configuration/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.configuration;singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.eclipse.xtext,
diff --git a/bundles/org.oceandsl.configuration/pom.xml b/bundles/org.oceandsl.configuration/pom.xml
index 55c6df0f..c32c28f4 100644
--- a/bundles/org.oceandsl.configuration/pom.xml
+++ b/bundles/org.oceandsl.configuration/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.configuration</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.declaration.ide/META-INF/MANIFEST.MF b/bundles/org.oceandsl.declaration.ide/META-INF/MANIFEST.MF
index a5600245..78013c7d 100644
--- a/bundles/org.oceandsl.declaration.ide/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.declaration.ide/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.declaration.ide
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.declaration.ide; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.declaration,
diff --git a/bundles/org.oceandsl.declaration.ide/pom.xml b/bundles/org.oceandsl.declaration.ide/pom.xml
index 1e86fdd0..bb4ff9a3 100644
--- a/bundles/org.oceandsl.declaration.ide/pom.xml
+++ b/bundles/org.oceandsl.declaration.ide/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.declaration.ide</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.declaration.tests/META-INF/MANIFEST.MF b/bundles/org.oceandsl.declaration.tests/META-INF/MANIFEST.MF
index eee6b74f..b0bad83c 100644
--- a/bundles/org.oceandsl.declaration.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.declaration.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.declaration.tests
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.declaration.tests; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.declaration,
diff --git a/bundles/org.oceandsl.declaration.tests/pom.xml b/bundles/org.oceandsl.declaration.tests/pom.xml
index 5986777f..05ee13e2 100644
--- a/bundles/org.oceandsl.declaration.tests/pom.xml
+++ b/bundles/org.oceandsl.declaration.tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.declaration.tests</artifactId>
 	<packaging>eclipse-test-plugin</packaging>
diff --git a/bundles/org.oceandsl.declaration.ui.tests/META-INF/MANIFEST.MF b/bundles/org.oceandsl.declaration.ui.tests/META-INF/MANIFEST.MF
index e322e0e6..8bfe2e16 100644
--- a/bundles/org.oceandsl.declaration.ui.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.declaration.ui.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.declaration.ui.tests
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.declaration.ui.tests; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.declaration.ui,
diff --git a/bundles/org.oceandsl.declaration.ui.tests/pom.xml b/bundles/org.oceandsl.declaration.ui.tests/pom.xml
index 5bf68dff..14a65386 100644
--- a/bundles/org.oceandsl.declaration.ui.tests/pom.xml
+++ b/bundles/org.oceandsl.declaration.ui.tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.declaration.ui.tests</artifactId>
 	<packaging>eclipse-test-plugin</packaging>
diff --git a/bundles/org.oceandsl.declaration.ui/META-INF/MANIFEST.MF b/bundles/org.oceandsl.declaration.ui/META-INF/MANIFEST.MF
index c6ff9d20..078c9f96 100644
--- a/bundles/org.oceandsl.declaration.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.declaration.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.declaration.ui
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.declaration.ui; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.declaration,
diff --git a/bundles/org.oceandsl.declaration.ui/pom.xml b/bundles/org.oceandsl.declaration.ui/pom.xml
index b23eed88..c5c6f16a 100644
--- a/bundles/org.oceandsl.declaration.ui/pom.xml
+++ b/bundles/org.oceandsl.declaration.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.declaration.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.declaration/META-INF/MANIFEST.MF b/bundles/org.oceandsl.declaration/META-INF/MANIFEST.MF
index ca5cad5b..11c042b1 100644
--- a/bundles/org.oceandsl.declaration/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.declaration/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-ClassPath: .
 Bundle-SymbolicName: org.oceandsl.declaration;singleton:=true
 Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.oceandsl.declaration/pom.xml b/bundles/org.oceandsl.declaration/pom.xml
index ab627b57..f76d7687 100644
--- a/bundles/org.oceandsl.declaration/pom.xml
+++ b/bundles/org.oceandsl.declaration/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.declaration</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.expression.ide/META-INF/MANIFEST.MF b/bundles/org.oceandsl.expression.ide/META-INF/MANIFEST.MF
index 8118c8c8..8685b104 100644
--- a/bundles/org.oceandsl.expression.ide/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.expression.ide/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.expression.ide
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.expression.ide; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.expression,
diff --git a/bundles/org.oceandsl.expression.ide/pom.xml b/bundles/org.oceandsl.expression.ide/pom.xml
index 44f4c685..8aafaef4 100644
--- a/bundles/org.oceandsl.expression.ide/pom.xml
+++ b/bundles/org.oceandsl.expression.ide/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.expression.ide</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.expression.tests/META-INF/MANIFEST.MF b/bundles/org.oceandsl.expression.tests/META-INF/MANIFEST.MF
index 8c26c07a..82a6bb7c 100644
--- a/bundles/org.oceandsl.expression.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.expression.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.expression.tests
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.expression.tests; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.expression,
diff --git a/bundles/org.oceandsl.expression.tests/pom.xml b/bundles/org.oceandsl.expression.tests/pom.xml
index 4c7553bd..73bf9545 100644
--- a/bundles/org.oceandsl.expression.tests/pom.xml
+++ b/bundles/org.oceandsl.expression.tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.expression.tests</artifactId>
 	<packaging>eclipse-test-plugin</packaging>
diff --git a/bundles/org.oceandsl.expression.ui.tests/META-INF/MANIFEST.MF b/bundles/org.oceandsl.expression.ui.tests/META-INF/MANIFEST.MF
index f57baa95..1aca7b06 100644
--- a/bundles/org.oceandsl.expression.ui.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.expression.ui.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.expression.ui.tests
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.expression.ui.tests; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.expression.ui,
diff --git a/bundles/org.oceandsl.expression.ui.tests/pom.xml b/bundles/org.oceandsl.expression.ui.tests/pom.xml
index 042e5a77..4e1f2646 100644
--- a/bundles/org.oceandsl.expression.ui.tests/pom.xml
+++ b/bundles/org.oceandsl.expression.ui.tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.expression.ui.tests</artifactId>
 	<packaging>eclipse-test-plugin</packaging>
diff --git a/bundles/org.oceandsl.expression.ui/META-INF/MANIFEST.MF b/bundles/org.oceandsl.expression.ui/META-INF/MANIFEST.MF
index 43295b62..8ee7820d 100644
--- a/bundles/org.oceandsl.expression.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.expression.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.expression.ui
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.expression.ui; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.expression,
diff --git a/bundles/org.oceandsl.expression.ui/pom.xml b/bundles/org.oceandsl.expression.ui/pom.xml
index 39aa9628..6f251327 100644
--- a/bundles/org.oceandsl.expression.ui/pom.xml
+++ b/bundles/org.oceandsl.expression.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.expression.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.expression/META-INF/MANIFEST.MF b/bundles/org.oceandsl.expression/META-INF/MANIFEST.MF
index b7a89ee6..7c43920d 100644
--- a/bundles/org.oceandsl.expression/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.expression/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-ClassPath: .
 Bundle-SymbolicName: org.oceandsl.expression;singleton:=true
 Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.oceandsl.expression/pom.xml b/bundles/org.oceandsl.expression/pom.xml
index 3671695f..09a8538c 100644
--- a/bundles/org.oceandsl.expression/pom.xml
+++ b/bundles/org.oceandsl.expression/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.expression</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.template.ide/META-INF/MANIFEST.MF b/bundles/org.oceandsl.template.ide/META-INF/MANIFEST.MF
index 54799537..fec21af7 100644
--- a/bundles/org.oceandsl.template.ide/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.template.ide/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.template.ide
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.template.ide; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.template,
diff --git a/bundles/org.oceandsl.template.ide/pom.xml b/bundles/org.oceandsl.template.ide/pom.xml
index 7d7aba69..32b5475f 100644
--- a/bundles/org.oceandsl.template.ide/pom.xml
+++ b/bundles/org.oceandsl.template.ide/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.template.ide</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.template.tests/META-INF/MANIFEST.MF b/bundles/org.oceandsl.template.tests/META-INF/MANIFEST.MF
index 0b7757af..635cf34e 100644
--- a/bundles/org.oceandsl.template.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.template.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.template.tests
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.template.tests; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.template,
diff --git a/bundles/org.oceandsl.template.tests/pom.xml b/bundles/org.oceandsl.template.tests/pom.xml
index 7a44f2eb..1dae0233 100644
--- a/bundles/org.oceandsl.template.tests/pom.xml
+++ b/bundles/org.oceandsl.template.tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.template.tests</artifactId>
 	<packaging>eclipse-test-plugin</packaging>
diff --git a/bundles/org.oceandsl.template.ui/META-INF/MANIFEST.MF b/bundles/org.oceandsl.template.ui/META-INF/MANIFEST.MF
index 53a2803f..3c63e1a4 100644
--- a/bundles/org.oceandsl.template.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.template.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.template.ui
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.template.ui; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.oceandsl.template,
diff --git a/bundles/org.oceandsl.template.ui/pom.xml b/bundles/org.oceandsl.template.ui/pom.xml
index a616bd6e..192d590b 100644
--- a/bundles/org.oceandsl.template.ui/pom.xml
+++ b/bundles/org.oceandsl.template.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.template.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.oceandsl.template/META-INF/MANIFEST.MF b/bundles/org.oceandsl.template/META-INF/MANIFEST.MF
index f46ed3b1..5bd700a7 100644
--- a/bundles/org.oceandsl.template/META-INF/MANIFEST.MF
+++ b/bundles/org.oceandsl.template/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.oceandsl.template
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName$
 Bundle-Vendor: %providerName
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.1.qualifier
 Bundle-SymbolicName: org.oceandsl.template; singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.eclipse.xtext,
diff --git a/bundles/org.oceandsl.template/pom.xml b/bundles/org.oceandsl.template/pom.xml
index fe324314..131d56e2 100644
--- a/bundles/org.oceandsl.template/pom.xml
+++ b/bundles/org.oceandsl.template/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.bundles</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.template</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 06956222..ad0244fa 100644
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.bundles</artifactId>
diff --git a/features/org.oceandsl.configuration.cli.feature/feature.xml b/features/org.oceandsl.configuration.cli.feature/feature.xml
index 82812062..26a67a62 100644
--- a/features/org.oceandsl.configuration.cli.feature/feature.xml
+++ b/features/org.oceandsl.configuration.cli.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.oceandsl.configuration.cli.feature"
       label="Configuration DSL CLI Feature"
-      version="1.3.0.qualifier"
+      version="1.3.1.qualifier"
       provider-name="Software Engineering Group, Kiel University">
 
    <requires>
@@ -43,35 +43,35 @@
          id="org.oceandsl.configuration"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.oceandsl.configuration.ide"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.oceandsl.configuration.cli"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.oceandsl.declaration"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.oceandsl.template"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
 </feature>
diff --git a/features/org.oceandsl.configuration.cli.feature/pom.xml b/features/org.oceandsl.configuration.cli.feature/pom.xml
index e2671c5f..a6a909c0 100644
--- a/features/org.oceandsl.configuration.cli.feature/pom.xml
+++ b/features/org.oceandsl.configuration.cli.feature/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.configuration.cli.feature</artifactId>
diff --git a/features/org.oceandsl.configuration.feature/feature.xml b/features/org.oceandsl.configuration.feature/feature.xml
index 2da3dfa8..6047675d 100644
--- a/features/org.oceandsl.configuration.feature/feature.xml
+++ b/features/org.oceandsl.configuration.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.oceandsl.configuration.feature"
       label="Configuration DSL Feature"
-      version="1.3.0.qualifier"
+      version="1.3.1.qualifier"
       provider-name="Software Engineering Group, Kiel University">
 
    <requires>
@@ -33,21 +33,21 @@
          id="org.oceandsl.configuration"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.oceandsl.configuration.ide"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.oceandsl.configuration.ui"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
 </feature>
diff --git a/features/org.oceandsl.configuration.feature/pom.xml b/features/org.oceandsl.configuration.feature/pom.xml
index dc0ee183..18402147 100644
--- a/features/org.oceandsl.configuration.feature/pom.xml
+++ b/features/org.oceandsl.configuration.feature/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.configuration.feature</artifactId>
diff --git a/features/org.oceandsl.declaration.feature/feature.xml b/features/org.oceandsl.declaration.feature/feature.xml
index e08feb1b..cc1ec76e 100644
--- a/features/org.oceandsl.declaration.feature/feature.xml
+++ b/features/org.oceandsl.declaration.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.oceandsl.declaration.feature"
       label="Declaration DSL Feature"
-      version="1.3.0.qualifier"
+      version="1.3.1.qualifier"
       provider-name="Software Engineering Group, Kiel University">
 
    <requires>
@@ -32,20 +32,20 @@
          id="org.oceandsl.declaration"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.oceandsl.declaration.ide"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
    <plugin
          id="org.oceandsl.declaration.ui"
          download-size="0"
          install-size="0"
-         version="1.3.0.qualifier"
+         version="1.3.1.qualifier"
          unpack="false"/>
 
 </feature>
diff --git a/features/org.oceandsl.declaration.feature/pom.xml b/features/org.oceandsl.declaration.feature/pom.xml
index deb16f72..877451b8 100644
--- a/features/org.oceandsl.declaration.feature/pom.xml
+++ b/features/org.oceandsl.declaration.feature/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.declaration.feature</artifactId>
diff --git a/features/org.oceandsl.template.feature/feature.xml b/features/org.oceandsl.template.feature/feature.xml
index caf95aee..9668acdc 100644
--- a/features/org.oceandsl.template.feature/feature.xml
+++ b/features/org.oceandsl.template.feature/feature.xml
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature id="org.oceandsl.template.feature"
 	label="Templates Feature "
-	version="1.3.0.qualifier">
+	version="1.3.1.qualifier">
 	<plugin
 			id="org.oceandsl.template"
 			download-size="0"
 			install-size="0"
-			version="1.3.0.qualifier"
+			version="1.3.1.qualifier"
 			unpack="false"/>
 	<plugin
 			id="org.oceandsl.template.ide"
 			download-size="0"
 			install-size="0"
-			version="1.3.0.qualifier"
+			version="1.3.1.qualifier"
 			unpack="false"/>
 	<plugin
 			id="org.oceandsl.template.ui"
 			download-size="0"
 			install-size="0"
-			version="1.3.0.qualifier"
+			version="1.3.1.qualifier"
 			unpack="false"/>
 </feature>
diff --git a/features/org.oceandsl.template.feature/pom.xml b/features/org.oceandsl.template.feature/pom.xml
index 548aaafc..1052329b 100644
--- a/features/org.oceandsl.template.feature/pom.xml
+++ b/features/org.oceandsl.template.feature/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.template.feature</artifactId>
 	<packaging>eclipse-feature</packaging>
diff --git a/features/pom.xml b/features/pom.xml
index 44d689f8..207c1398 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.features</artifactId>
diff --git a/pom.xml b/pom.xml
index f4d56302..07b7f1aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.oceandsl</groupId>
-	<version>1.3.0-SNAPSHOT</version>
+	<version>1.3.1-SNAPSHOT</version>
 	<artifactId>org.oceandsl.parent</artifactId>
 	<packaging>pom</packaging>
 
@@ -109,6 +109,11 @@
 				<artifactId>maven-project-info-reports-plugin</artifactId>
 				<version>3.0.0</version>
 			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>  
+				<artifactId>tycho-versions-plugin</artifactId>  
+				<version>${tycho-version}</version>  
+			</plugin> 
 		</plugins>
 		<pluginManagement>
 			<plugins>
diff --git a/releng/org.oceandsl.site/pom.xml b/releng/org.oceandsl.site/pom.xml
index c16ee7e7..9d89b0c2 100644
--- a/releng/org.oceandsl.site/pom.xml
+++ b/releng/org.oceandsl.site/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.releng</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.site</artifactId>
diff --git a/releng/org.oceandsl.target/pom.xml b/releng/org.oceandsl.target/pom.xml
index 9998f6ec..1b3ad4ce 100644
--- a/releng/org.oceandsl.target/pom.xml
+++ b/releng/org.oceandsl.target/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.releng</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.oceandsl.target</artifactId>
 	<packaging>eclipse-target-definition</packaging>
diff --git a/releng/pom.xml b/releng/pom.xml
index 511e6d6c..0bc3dbff 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.oceandsl</groupId>
 		<artifactId>org.oceandsl.parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.oceandsl.releng</artifactId>
-- 
GitLab