From b6bc84134116063a9540657130bfed20bdb4f50e Mon Sep 17 00:00:00 2001
From: Johannes Eder <eder@fortiss.org>
Date: Mon, 25 Oct 2021 15:51:09 +0200
Subject: [PATCH] 2.19 -> 2.20

Issue-Ref: 4167

Signed-off-by: Johannes Eder <eder@fortiss.org>
---
 org.fortiss.tooling.feature/feature.xml | 4 ++--
 org.fortiss.tooling.feature/pom.xml     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/org.fortiss.tooling.feature/feature.xml b/org.fortiss.tooling.feature/feature.xml
index bb4c174..3ce3e96 100644
--- a/org.fortiss.tooling.feature/feature.xml
+++ b/org.fortiss.tooling.feature/feature.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.fortiss.tooling.feature"
-      label="Fortiss Tooling Kernel 2.19-LATEST Feature"
-      version="2.19.0.qualifier"
+      label="Fortiss Tooling Kernel 2.20-LATEST Feature"
+      version="2.20.0.qualifier"
       provider-name="fortiss GmbH">
 
    <description url="http://www.example.com/description">
diff --git a/org.fortiss.tooling.feature/pom.xml b/org.fortiss.tooling.feature/pom.xml
index 4c9c15b..eb1a310 100644
--- a/org.fortiss.tooling.feature/pom.xml
+++ b/org.fortiss.tooling.feature/pom.xml
@@ -1,8 +1,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
 
-  <name>Tooling Kernel 2.19-LATEST Feature</name>
-  <version>2.19.0-SNAPSHOT</version>
+  <name>Tooling Kernel 2.20-LATEST Feature</name>
+  <version>2.20.0-SNAPSHOT</version>
   <artifactId>org.fortiss.tooling.feature</artifactId>
   <groupId>org.fortiss.tooling.feature</groupId>
 
-- 
GitLab