From 8535e81d65f05293284030d6c409e2f2b0cabf05 Mon Sep 17 00:00:00 2001 From: Johannes Eder <eder@fortiss.org> Date: Mon, 26 Oct 2020 15:19:36 +0100 Subject: [PATCH] 2.17 -> 2.18 Issue-Ref: 4079 Issue-Url: https://af3-developer.fortiss.org/issues/4079 Signed-off-by: Johannes Eder <eder@fortiss.org> --- releng/org.fortiss.af3.update/category.xml | 2 +- releng/org.fortiss.af3.update/pom.xml | 2 +- releng/org.fortiss.tooling.update/category.xml | 2 +- releng/org.fortiss.tooling.update/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/releng/org.fortiss.af3.update/category.xml b/releng/org.fortiss.af3.update/category.xml index 2a17de2..e658e62 100644 --- a/releng/org.fortiss.af3.update/category.xml +++ b/releng/org.fortiss.af3.update/category.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <site> - <feature url="features/org.fortiss.af3.phoenix.feature_2.17.0.qualifier.jar" id="org.fortiss.af3.phoenix.feature" version="2.17.0.qualifier"> + <feature url="features/org.fortiss.af3.phoenix.feature_2.18.0.qualifier.jar" id="org.fortiss.af3.phoenix.feature" version="2.18.0.qualifier"> <category name="latest"/> </feature> <category-def name="latest" label="AutoFOCUS 3, version 2.14-LATEST"/> diff --git a/releng/org.fortiss.af3.update/pom.xml b/releng/org.fortiss.af3.update/pom.xml index 9730f63..e0f6b63 100644 --- a/releng/org.fortiss.af3.update/pom.xml +++ b/releng/org.fortiss.af3.update/pom.xml @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <name>AutoFOCUS 3 2.14-LATEST Update Site</name> - <version>2.17.0-SNAPSHOT</version> + <version>2.18.0-SNAPSHOT</version> <artifactId>org.fortiss.af3.phoenix.p2site</artifactId> <groupId>org.fortiss.af3</groupId> diff --git a/releng/org.fortiss.tooling.update/category.xml b/releng/org.fortiss.tooling.update/category.xml index d9c1fd7..c31e5fb 100644 --- a/releng/org.fortiss.tooling.update/category.xml +++ b/releng/org.fortiss.tooling.update/category.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <site> - <feature url="features/org.fortiss.tooling.feature_2.17.0.qualifier.jar" id="org.fortiss.tooling.feature" version="2.17.0.qualifier"> + <feature url="features/org.fortiss.tooling.feature_2.18.0.qualifier.jar" id="org.fortiss.tooling.feature" version="2.18.0.qualifier"> <category name="latest"/> </feature> <category-def name="latest" label="Tooling Kernel 2.14-LATEST"/> diff --git a/releng/org.fortiss.tooling.update/pom.xml b/releng/org.fortiss.tooling.update/pom.xml index daad3a7..ccaa266 100644 --- a/releng/org.fortiss.tooling.update/pom.xml +++ b/releng/org.fortiss.tooling.update/pom.xml @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <name>Tooling Kernel 2.14-LATEST Update Site</name> - <version>2.17.0-SNAPSHOT</version> + <version>2.18.0-SNAPSHOT</version> <artifactId>org.fortiss.tooling.p2site</artifactId> <groupId>org.fortiss.tooling</groupId> -- GitLab