Bump version to 4.2.4-dev
diff --git a/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/feature.xml b/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/feature.xml
index c9e3bb8..cc22299 100644
--- a/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/feature.xml
+++ b/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/feature.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
 		id="org.eclipse.statet.releng.3rdparty"
-		version="4.2.3.qualifier"
+		version="4.2.4.qualifier"
 		provider-name="Eclipse StatET"
 		label="Aggregation of 3rd Party Dependencies for StatET  (Incubation)">
 	
diff --git a/3rdparty/_assemblies/pom.xml b/3rdparty/_assemblies/pom.xml
index e14e1f3..ab8ef50 100644
--- a/3rdparty/_assemblies/pom.xml
+++ b/3rdparty/_assemblies/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>root</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<groupId>org.eclipse.statet.3rdparty-assemblies</groupId>
diff --git a/3rdparty/_assemblies/repository/pom.xml b/3rdparty/_assemblies/repository/pom.xml
index 6b3680f..8c3a731 100644
--- a/3rdparty/_assemblies/repository/pom.xml
+++ b/3rdparty/_assemblies/repository/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty-assemblies</groupId>
 		<artifactId>3rdparty</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.eclipse.statet.releng.3rdparty.repository</artifactId>
diff --git a/3rdparty/apache-commons/org.apache.commons.dbcp/pom.xml b/3rdparty/apache-commons/org.apache.commons.dbcp/pom.xml
index 088f9b3..cdf3547 100644
--- a/3rdparty/apache-commons/org.apache.commons.dbcp/pom.xml
+++ b/3rdparty/apache-commons/org.apache.commons.dbcp/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-commons</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.commons.dbcp</artifactId>
diff --git a/3rdparty/apache-commons/org.apache.commons.pool/pom.xml b/3rdparty/apache-commons/org.apache.commons.pool/pom.xml
index 2dff8ca..768db1b 100644
--- a/3rdparty/apache-commons/org.apache.commons.pool/pom.xml
+++ b/3rdparty/apache-commons/org.apache.commons.pool/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-commons</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.commons.pool</artifactId>
diff --git a/3rdparty/apache-commons/pom.xml b/3rdparty/apache-commons/pom.xml
index 91fee03..b1fbff2 100644
--- a/3rdparty/apache-commons/pom.xml
+++ b/3rdparty/apache-commons/pom.xml
@@ -23,12 +23,12 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>bundle-recipes</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.apache-commons</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET 3rd Party Recipes - Apache Commons</name>
diff --git a/3rdparty/apache-db/org.apache.derby/pom.xml b/3rdparty/apache-db/org.apache.derby/pom.xml
index 52b0abf..eead445 100644
--- a/3rdparty/apache-db/org.apache.derby/pom.xml
+++ b/3rdparty/apache-db/org.apache.derby/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>apache-db</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.derby</artifactId>
diff --git a/3rdparty/apache-db/pom.xml b/3rdparty/apache-db/pom.xml
index b4092c6..29f44bc 100644
--- a/3rdparty/apache-db/pom.xml
+++ b/3rdparty/apache-db/pom.xml
@@ -23,12 +23,12 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>bundle-recipes</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.apache-db</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET 3rd Party Recipes - Apache DB</name>
diff --git a/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/pom.xml b/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/pom.xml
index ec1a895..cca82fc 100644
--- a/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/pom.xml
+++ b/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-lucene</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.lucene.analyzers-common</artifactId>
diff --git a/3rdparty/apache-lucene/org.apache.lucene.core/pom.xml b/3rdparty/apache-lucene/org.apache.lucene.core/pom.xml
index b1eed87..311c3d2 100644
--- a/3rdparty/apache-lucene/org.apache.lucene.core/pom.xml
+++ b/3rdparty/apache-lucene/org.apache.lucene.core/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-lucene</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.lucene.core</artifactId>
diff --git a/3rdparty/apache-lucene/org.apache.lucene.highlighter/pom.xml b/3rdparty/apache-lucene/org.apache.lucene.highlighter/pom.xml
index 323cde4..6ca46e7 100644
--- a/3rdparty/apache-lucene/org.apache.lucene.highlighter/pom.xml
+++ b/3rdparty/apache-lucene/org.apache.lucene.highlighter/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-lucene</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.lucene.highlighter</artifactId>
diff --git a/3rdparty/apache-lucene/org.apache.lucene.join/pom.xml b/3rdparty/apache-lucene/org.apache.lucene.join/pom.xml
index 099f433..9186d17 100644
--- a/3rdparty/apache-lucene/org.apache.lucene.join/pom.xml
+++ b/3rdparty/apache-lucene/org.apache.lucene.join/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-lucene</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.lucene.join</artifactId>
diff --git a/3rdparty/apache-lucene/org.apache.lucene.queries/pom.xml b/3rdparty/apache-lucene/org.apache.lucene.queries/pom.xml
index 2626708..c995e87 100644
--- a/3rdparty/apache-lucene/org.apache.lucene.queries/pom.xml
+++ b/3rdparty/apache-lucene/org.apache.lucene.queries/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-lucene</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.lucene.queries</artifactId>
diff --git a/3rdparty/apache-lucene/org.apache.lucene.queryparser/pom.xml b/3rdparty/apache-lucene/org.apache.lucene.queryparser/pom.xml
index 60e9c53..b2c9669 100644
--- a/3rdparty/apache-lucene/org.apache.lucene.queryparser/pom.xml
+++ b/3rdparty/apache-lucene/org.apache.lucene.queryparser/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.apache-lucene</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.lucene.queryparser</artifactId>
diff --git a/3rdparty/apache-lucene/pom.xml b/3rdparty/apache-lucene/pom.xml
index 5c80929..0c950e4 100644
--- a/3rdparty/apache-lucene/pom.xml
+++ b/3rdparty/apache-lucene/pom.xml
@@ -23,12 +23,12 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>bundle-recipes</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.apache-lucene</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET 3rd Party Recipes - Apache Lucene</name>
diff --git a/3rdparty/bundle-recipes-pom.xml b/3rdparty/bundle-recipes-pom.xml
index f195f67..781867d 100644
--- a/3rdparty/bundle-recipes-pom.xml
+++ b/3rdparty/bundle-recipes-pom.xml
@@ -8,13 +8,13 @@
 	<parent>
 		<groupId>org.eclipse.statet-releng</groupId>
 		<artifactId>parent</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 		<relativePath>../releng/</relativePath>
 	</parent>
 	
 	<groupId>org.eclipse.statet.3rdparty</groupId>
 	<artifactId>bundle-recipes</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<properties>
diff --git a/3rdparty/orbit/pom.xml b/3rdparty/orbit/pom.xml
index 67b1b55..a6fbcf4 100644
--- a/3rdparty/orbit/pom.xml
+++ b/3rdparty/orbit/pom.xml
@@ -23,11 +23,11 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>root</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>3rdparty.orbit</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>eclipse-target-definition</packaging>
 	
 </project>
diff --git a/3rdparty/pom.xml b/3rdparty/pom.xml
index 89a10f8..efe22fb 100644
--- a/3rdparty/pom.xml
+++ b/3rdparty/pom.xml
@@ -23,13 +23,13 @@
 	<parent>
 		<groupId>org.eclipse.statet-releng</groupId>
 		<artifactId>parent</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 		<relativePath>../releng/</relativePath>
 	</parent>
 	
 	<groupId>org.eclipse.statet.3rdparty</groupId>
 	<artifactId>root</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<build>
@@ -43,7 +43,7 @@
 						<artifact>
 							<groupId>org.eclipse.statet.3rdparty</groupId>
 							<artifactId>3rdparty.orbit</artifactId>
-							<version>4.2.3-SNAPSHOT</version>
+							<version>4.2.4-SNAPSHOT</version>
 						</artifact>
 					</target>
 					<targetDefinitionIncludeSource>honor</targetDefinitionIncludeSource>
diff --git a/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/pom.xml b/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/pom.xml
index 73633f2..0daea21 100644
--- a/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/pom.xml
+++ b/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>3rdparty.snakeyaml</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.snakeyaml.snakeyaml</artifactId>
diff --git a/3rdparty/snakeyaml/pom.xml b/3rdparty/snakeyaml/pom.xml
index 155dcb0..f6f335a 100644
--- a/3rdparty/snakeyaml/pom.xml
+++ b/3rdparty/snakeyaml/pom.xml
@@ -23,12 +23,12 @@
 	<parent>
 		<groupId>org.eclipse.statet.3rdparty</groupId>
 		<artifactId>bundle-recipes</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.snakeyaml</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET 3rd Party Recipes - SnakeYAML</name>
diff --git a/releng/eclipse.ide/pom.xml b/releng/eclipse.ide/pom.xml
index 97a1afd..51f2fef 100644
--- a/releng/eclipse.ide/pom.xml
+++ b/releng/eclipse.ide/pom.xml
@@ -23,11 +23,11 @@
 	<parent>
 		<groupId>org.eclipse.statet-releng</groupId>
 		<artifactId>parent</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>eclipse.ide-parent</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET - Parent for Eclipse IDE based applications</name>
@@ -55,7 +55,7 @@
 						<artifact>
 							<groupId>org.eclipse.statet-releng</groupId>
 							<artifactId>target-eclipse.ide</artifactId>
-							<version>4.2.3-SNAPSHOT</version>
+							<version>4.2.4-SNAPSHOT</version>
 						</artifact>
 					</target>
 				</configuration>
diff --git a/releng/pom.xml b/releng/pom.xml
index c62f788..3865b05 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -22,7 +22,7 @@
 	
 	<groupId>org.eclipse.statet-releng</groupId>
 	<artifactId>parent</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET - Maven Parent</name>
@@ -47,7 +47,7 @@
 		<qualifier.format>yyyyMMddHHmm</qualifier.format>
 		<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
 		
-		<statet.version>4.2.3</statet.version>
+		<statet.version>4.2.4</statet.version>
 		<statet.target.id>E202006</statet.target.id>
 		<statet.build.timestamp>${maven.build.timestamp}</statet.build.timestamp>
 		<statet.build.type></statet.build.type>
@@ -78,12 +78,12 @@
 			<dependency>
 				<groupId>org.eclipse.statet.jcommons</groupId>
 				<artifactId>org.eclipse.statet.jcommons.util</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.jcommons</groupId>
 				<artifactId>org.eclipse.statet.jcommons.text.core</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 			
 			<dependency>
@@ -95,33 +95,33 @@
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.data</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.server</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.server.remotetools</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.client</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.services.core</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 			
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.servi</artifactId>
-				<version>4.2.3-SNAPSHOT</version>
+				<version>4.2.4-SNAPSHOT</version>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
diff --git a/releng/spring.boot/pom.xml b/releng/spring.boot/pom.xml
index cc8d1be..a99efee 100644
--- a/releng/spring.boot/pom.xml
+++ b/releng/spring.boot/pom.xml
@@ -22,7 +22,7 @@
 	
 	<groupId>org.eclipse.statet-releng</groupId>
 	<artifactId>spring.boot-parent</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET - Parent for Spring Boot based applications</name>
@@ -48,7 +48,7 @@
 		<qualifier.format>yyyyMMddHHmm</qualifier.format>
 		<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
 		
-		<statet.version>4.2.3</statet.version>
+		<statet.version>4.2.4</statet.version>
 		<statet.build.timestamp>${maven.build.timestamp}</statet.build.timestamp>
 		<statet.build.type></statet.build.type>
 		<statet.build.id>${statet.build.type}${statet.build.timestamp}</statet.build.id>
diff --git a/releng/statet-repository/pom.xml b/releng/statet-repository/pom.xml
index 9b90c53..8b97ed8 100644
--- a/releng/statet-repository/pom.xml
+++ b/releng/statet-repository/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.eclipse.statet-releng</groupId>
 		<artifactId>eclipse.ide-parent</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 		<relativePath>../eclipse.ide/</relativePath>
 	</parent>
 	
diff --git a/releng/target-eclipse.ide/pom.xml b/releng/target-eclipse.ide/pom.xml
index 5af8d39..750c373 100644
--- a/releng/target-eclipse.ide/pom.xml
+++ b/releng/target-eclipse.ide/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.eclipse.statet-releng</groupId>
 		<artifactId>parent</artifactId>
-		<version>4.2.3-SNAPSHOT</version>
+		<version>4.2.4-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>target-eclipse.ide</artifactId>
diff --git a/statet-pom.xml b/statet-pom.xml
index d220a44..1e1681a 100644
--- a/statet-pom.xml
+++ b/statet-pom.xml
@@ -22,7 +22,7 @@
 	
 	<groupId>org.eclipse.statet-releng</groupId>
 	<artifactId>aggregation-statet</artifactId>
-	<version>4.2.3-SNAPSHOT</version>
+	<version>4.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<modules>