From 5c29a57c0d121a65c64dbddf2d0ec2374008307c Mon Sep 17 00:00:00 2001 From: Johannes Eder <eder@fortiss.org> Date: Tue, 20 Apr 2021 18:55:44 +0200 Subject: [PATCH] 2.18 -> 2.19 Issue-Ref: 4124 Issue-Url: https://af3-developer.fortiss.org/issues/4124 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 e658e62..6867efb 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.18.0.qualifier.jar" id="org.fortiss.af3.phoenix.feature" version="2.18.0.qualifier"> + <feature url="features/org.fortiss.af3.phoenix.feature_2.19.0.qualifier.jar" id="org.fortiss.af3.phoenix.feature" version="2.19.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 e0f6b63..4159290 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.18.0-SNAPSHOT</version> + <version>2.19.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 c31e5fb..a043834 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.18.0.qualifier.jar" id="org.fortiss.tooling.feature" version="2.18.0.qualifier"> + <feature url="features/org.fortiss.tooling.feature_2.19.0.qualifier.jar" id="org.fortiss.tooling.feature" version="2.19.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 ccaa266..4928b23 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.18.0-SNAPSHOT</version> + <version>2.19.0-SNAPSHOT</version> <artifactId>org.fortiss.tooling.p2site</artifactId> <groupId>org.fortiss.tooling</groupId> -- GitLab