Bump version to 4.2.0-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 7f9be44..eeef96e 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.1.0.qualifier"
+		version="4.2.0.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 ea0b27e..7b5e932 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 98944fa..22017c4 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 e39f132..0edde5d 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 e72ea88..1399289 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.commons.pool</artifactId>
diff --git a/3rdparty/apache-commons/pom.xml b/3rdparty/apache-commons/pom.xml
index 1c0d007..3ea946f 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.apache-commons</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-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 adfbd81..0b2e736 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.derby</artifactId>
diff --git a/3rdparty/apache-db/pom.xml b/3rdparty/apache-db/pom.xml
index 7847096..8f376e5 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.apache-db</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-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 ee0fbe5..178bbbb 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 ab98025..8560b48 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 ac286e1..367b26d 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 117dc3e..fb92205 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 4eafb6f..e850d7a 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-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 291010a..5b8b919 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.apache.lucene.queryparser</artifactId>
diff --git a/3rdparty/apache-lucene/pom.xml b/3rdparty/apache-lucene/pom.xml
index 1c51bf4..4c2ab27 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.apache-lucene</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-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 82ad4d3..a40a310 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 		<relativePath>../releng/</relativePath>
 	</parent>
 	
 	<groupId>org.eclipse.statet.3rdparty</groupId>
 	<artifactId>bundle-recipes</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<properties>
diff --git a/3rdparty/orbit/pom.xml b/3rdparty/orbit/pom.xml
index 685dcf0..62a25e7 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>3rdparty.orbit</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-SNAPSHOT</version>
 	<packaging>eclipse-target-definition</packaging>
 	
 </project>
diff --git a/3rdparty/pom.xml b/3rdparty/pom.xml
index 0488374..0fbb35a 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 		<relativePath>../releng/</relativePath>
 	</parent>
 	
 	<groupId>org.eclipse.statet.3rdparty</groupId>
 	<artifactId>root</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<build>
@@ -43,7 +43,7 @@
 						<artifact>
 							<groupId>org.eclipse.statet.3rdparty</groupId>
 							<artifactId>3rdparty.orbit</artifactId>
-							<version>4.1.0-SNAPSHOT</version>
+							<version>4.2.0-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 7a09595..733c733 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>org.snakeyaml.snakeyaml</artifactId>
diff --git a/3rdparty/snakeyaml/pom.xml b/3rdparty/snakeyaml/pom.xml
index 23d4d20..20e706f 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 		<relativePath>../bundle-recipes-pom.xml</relativePath>
 	</parent>
 	
 	<artifactId>3rdparty.snakeyaml</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-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 be2ef7f..bc8665e 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>eclipse.ide-parent</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-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.1.0-SNAPSHOT</version>
+							<version>4.2.0-SNAPSHOT</version>
 						</artifact>
 					</target>
 				</configuration>
diff --git a/releng/pom.xml b/releng/pom.xml
index a1543eb..bde83da 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -22,7 +22,7 @@
 	
 	<groupId>org.eclipse.statet-releng</groupId>
 	<artifactId>parent</artifactId>
-	<version>4.1.0-SNAPSHOT</version>
+	<version>4.2.0-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.1.0</statet.version>
+		<statet.version>4.2.0</statet.version>
 		<statet.target.id>E201912</statet.target.id>
 		<statet.build.timestamp>${maven.build.timestamp}</statet.build.timestamp>
 		<statet.build.type></statet.build.type>
@@ -77,12 +77,12 @@
 			<dependency>
 				<groupId>org.eclipse.statet.jcommons</groupId>
 				<artifactId>org.eclipse.statet.jcommons.util</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.jcommons</groupId>
 				<artifactId>org.eclipse.statet.jcommons.text.core</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 			
 			<dependency>
@@ -94,33 +94,33 @@
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.data</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.server</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.server.remotetools</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.client</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.services.core</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 			
 			<dependency>
 				<groupId>org.eclipse.statet.rj</groupId>
 				<artifactId>org.eclipse.statet.rj.servi</artifactId>
-				<version>4.1.0-SNAPSHOT</version>
+				<version>4.2.0-SNAPSHOT</version>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
diff --git a/releng/spring.boot/pom.xml b/releng/spring.boot/pom.xml
index 3d889b7..102850c 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.1.0-SNAPSHOT</version>
+	<version>4.2.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<name>Eclipse StatET - Parent for Spring Boot based applications</name>
@@ -44,7 +44,7 @@
 		<qualifier.format>yyyyMMddHHmm</qualifier.format>
 		<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
 		
-		<statet.version>4.1.0</statet.version>
+		<statet.version>4.2.0</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 637a94a..88c0f0e 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 		<relativePath>../eclipse.ide/</relativePath>
 	</parent>
 	
diff --git a/releng/target-eclipse.ide/pom.xml b/releng/target-eclipse.ide/pom.xml
index a0d2e69..e49cd52 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.1.0-SNAPSHOT</version>
+		<version>4.2.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>target-eclipse.ide</artifactId>
diff --git a/statet-pom.xml b/statet-pom.xml
index 85e345e..b9aa79e 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.1.0-SNAPSHOT</version>
+	<version>4.2.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	
 	<modules>