Up to version 2.2.0

Given the recent usability change for the recorder, next release
can't be a simple "maintenance" release.
So we have to upgrate the minor.

Change-Id: I90042d55516f48c8e91a7a01f3c8c530003bbf97
diff --git a/devtools/target-platforms/indigo/pom.xml b/devtools/target-platforms/indigo/pom.xml
index cf3981f..b1b6860 100644
--- a/devtools/target-platforms/indigo/pom.xml
+++ b/devtools/target-platforms/indigo/pom.xml
@@ -19,6 +19,6 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>target-platforms</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   </parent>
 </project>
diff --git a/devtools/target-platforms/juno/pom.xml b/devtools/target-platforms/juno/pom.xml
index eef3bdd..686e659 100644
--- a/devtools/target-platforms/juno/pom.xml
+++ b/devtools/target-platforms/juno/pom.xml
@@ -19,6 +19,6 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>target-platforms</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   </parent>
 </project>
diff --git a/devtools/target-platforms/kepler/pom.xml b/devtools/target-platforms/kepler/pom.xml
index 8737c33..3d0aec9 100644
--- a/devtools/target-platforms/kepler/pom.xml
+++ b/devtools/target-platforms/kepler/pom.xml
@@ -19,6 +19,6 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>target-platforms</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   </parent>
 </project>
diff --git a/devtools/target-platforms/pom.xml b/devtools/target-platforms/pom.xml
index f12a961..848c861 100644
--- a/devtools/target-platforms/pom.xml
+++ b/devtools/target-platforms/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/org.eclipse.swt.examples/META-INF/MANIFEST.MF b/org.eclipse.swt.examples/META-INF/MANIFEST.MF
index 8b8ad26..daa3fbd 100644
--- a/org.eclipse.swt.examples/META-INF/MANIFEST.MF
+++ b/org.eclipse.swt.examples/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Eclipse SWT Example plugin (based on Eclipse's SWT Examples) (incubation)
 Bundle-SymbolicName: org.eclipse.swt.examples;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .
 Export-Package: org.eclipse.jface.snippets.viewers,
diff --git a/org.eclipse.swt.examples/pom.xml b/org.eclipse.swt.examples/pom.xml
index ae3e951..98a6105 100644
--- a/org.eclipse.swt.examples/pom.xml
+++ b/org.eclipse.swt.examples/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.ant.junit/META-INF/MANIFEST.MF b/org.eclipse.swtbot.ant.junit/META-INF/MANIFEST.MF
index 2b32a13..f7d70b7 100755
--- a/org.eclipse.swtbot.ant.junit/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.ant.junit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Headless Ant support for JUnit
 Bundle-SymbolicName: org.eclipse.swtbot.ant.junit
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Fragment-Host: org.apache.ant
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime.compatibility,
diff --git a/org.eclipse.swtbot.ant.junit/pom.xml b/org.eclipse.swtbot.ant.junit/pom.xml
index 427d5fc..dd73c45 100644
--- a/org.eclipse.swtbot.ant.junit/pom.xml
+++ b/org.eclipse.swtbot.ant.junit/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.core/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.core/META-INF/MANIFEST.MF
index 48536f7..7f76214 100644
--- a/org.eclipse.swtbot.eclipse.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Test Launcher Application Plug-in
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.core;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Import-Package: org.eclipse.core.runtime;version="3.4.0",
diff --git a/org.eclipse.swtbot.eclipse.core/pom.xml b/org.eclipse.swtbot.eclipse.core/pom.xml
index e4ad87f..6a8166f 100644
--- a/org.eclipse.swtbot.eclipse.core/pom.xml
+++ b/org.eclipse.swtbot.eclipse.core/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.dsl/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.dsl/META-INF/MANIFEST.MF
index f8306e2..356d023 100644
--- a/org.eclipse.swtbot.eclipse.dsl/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.dsl/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Dsl for Eclipse IDE (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.dsl
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Activator: org.eclipse.swtbot.eclipse.dsl.Activator
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.swtbot.eclipse.dsl/pom.xml b/org.eclipse.swtbot.eclipse.dsl/pom.xml
index 4b16875..bd97e17 100644
--- a/org.eclipse.swtbot.eclipse.dsl/pom.xml
+++ b/org.eclipse.swtbot.eclipse.dsl/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF
index fe419d5..63008c5 100644
--- a/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Eclipse Control Finder Plug-in Test (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.finder.test;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Require-Bundle: org.eclipse.jface.text,
  org.eclipse.core.resources,
  org.eclipse.ui,
diff --git a/org.eclipse.swtbot.eclipse.finder.test/pom.xml b/org.eclipse.swtbot.eclipse.finder.test/pom.xml
index 7c962d0..5f0c31b 100644
--- a/org.eclipse.swtbot.eclipse.finder.test/pom.xml
+++ b/org.eclipse.swtbot.eclipse.finder.test/pom.xml
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<properties>
diff --git a/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF
index 2157484..b1cbca6 100644
--- a/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Eclipse Control Finder Plug-in (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.finder;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: Eclipse.org - SWTBot
 Export-Package: org.eclipse.swtbot.eclipse.finder,
diff --git a/org.eclipse.swtbot.eclipse.finder/pom.xml b/org.eclipse.swtbot.eclipse.finder/pom.xml
index 63ab592..23355f8 100644
--- a/org.eclipse.swtbot.eclipse.finder/pom.xml
+++ b/org.eclipse.swtbot.eclipse.finder/pom.xml
@@ -18,8 +18,8 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
   <packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.gef.finder/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.gef.finder/META-INF/MANIFEST.MF
index a14bc4d..3f24a94 100644
--- a/org.eclipse.swtbot.eclipse.gef.finder/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.gef.finder/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Gef Plug-in (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.gef.finder;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.eclipse.swtbot.eclipse.gef.finder,
  org.eclipse.swtbot.eclipse.gef.finder.finders,
diff --git a/org.eclipse.swtbot.eclipse.gef.finder/pom.xml b/org.eclipse.swtbot.eclipse.gef.finder/pom.xml
index 76ed5dd..f9bb9bd 100644
--- a/org.eclipse.swtbot.eclipse.gef.finder/pom.xml
+++ b/org.eclipse.swtbot.eclipse.gef.finder/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.gef/feature.xml b/org.eclipse.swtbot.eclipse.gef/feature.xml
index 27805ff..c8179f5 100644
--- a/org.eclipse.swtbot.eclipse.gef/feature.xml
+++ b/org.eclipse.swtbot.eclipse.gef/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot.eclipse.gef"
       label="SWTBot for GEF Testing"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       plugin="org.eclipse.swtbot.eclipse.ui"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.swtbot.eclipse.gef/pom.xml b/org.eclipse.swtbot.eclipse.gef/pom.xml
index 6349ace..7b34562 100644
--- a/org.eclipse.swtbot.eclipse.gef/pom.xml
+++ b/org.eclipse.swtbot.eclipse.gef/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.swtbot.eclipse.junit.headless/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.junit.headless/META-INF/MANIFEST.MF
index 2440428..fa6cac1 100644
--- a/org.eclipse.swtbot.eclipse.junit.headless/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.junit.headless/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Headless JUnit4 Launch Plug-in (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.junit.headless;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.swtbot.eclipse.junit.headless/pom.xml b/org.eclipse.swtbot.eclipse.junit.headless/pom.xml
index 9e4c057..8f29edd 100644
--- a/org.eclipse.swtbot.eclipse.junit.headless/pom.xml
+++ b/org.eclipse.swtbot.eclipse.junit.headless/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
index b0544ec..6eba55e 100644
--- a/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Eclipse Spy (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.spy;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Activator: org.eclipse.swtbot.eclipse.spy.Activator
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .
diff --git a/org.eclipse.swtbot.eclipse.spy/pom.xml b/org.eclipse.swtbot.eclipse.spy/pom.xml
index 4ab52ab..c1be0f6 100644
--- a/org.eclipse.swtbot.eclipse.spy/pom.xml
+++ b/org.eclipse.swtbot.eclipse.spy/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.test.junit/feature.xml b/org.eclipse.swtbot.eclipse.test.junit/feature.xml
index 5c55475..7bc9071 100644
--- a/org.eclipse.swtbot.eclipse.test.junit/feature.xml
+++ b/org.eclipse.swtbot.eclipse.test.junit/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot.eclipse.test.junit"
       label="SWTBot JUnit Headless launchers for Eclipse"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/org.eclipse.swtbot.eclipse.test.junit/pom.xml b/org.eclipse.swtbot.eclipse.test.junit/pom.xml
index d09e333..28e96ab 100644
--- a/org.eclipse.swtbot.eclipse.test.junit/pom.xml
+++ b/org.eclipse.swtbot.eclipse.test.junit/pom.xml
@@ -20,7 +20,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.ui.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.ui.test/META-INF/MANIFEST.MF
index e3aebce..ebf63de 100644
--- a/org.eclipse.swtbot.eclipse.ui.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.ui.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Eclipse Ui Test Plug-in
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.ui.test
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Fragment-Host: org.eclipse.swtbot.eclipse.ui
diff --git a/org.eclipse.swtbot.eclipse.ui.test/pom.xml b/org.eclipse.swtbot.eclipse.ui.test/pom.xml
index 9987e4b..447a672 100644
--- a/org.eclipse.swtbot.eclipse.ui.test/pom.xml
+++ b/org.eclipse.swtbot.eclipse.ui.test/pom.xml
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<properties>
@@ -77,4 +77,4 @@
 		</plugins>
 	</build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse.ui/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.ui/META-INF/MANIFEST.MF
index 2dee604..6c8cedf 100644
--- a/org.eclipse.swtbot.eclipse.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Eclipse UI Plug-in (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.eclipse.ui;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Activator: org.eclipse.swtbot.eclipse.ui.Activator
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: Eclipse.org - SWTBot
diff --git a/org.eclipse.swtbot.eclipse.ui/pom.xml b/org.eclipse.swtbot.eclipse.ui/pom.xml
index 15ab6ef..bd6357d 100644
--- a/org.eclipse.swtbot.eclipse.ui/pom.xml
+++ b/org.eclipse.swtbot.eclipse.ui/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.eclipse/feature.xml b/org.eclipse.swtbot.eclipse/feature.xml
index a4ac687..0fc2bae 100644
--- a/org.eclipse.swtbot.eclipse/feature.xml
+++ b/org.eclipse.swtbot.eclipse/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot.eclipse"
       label="SWTBot for Eclipse Testing"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       plugin="org.eclipse.swtbot.eclipse.ui"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.swtbot.eclipse/pom.xml b/org.eclipse.swtbot.eclipse/pom.xml
index 923a4c8..bb467f1 100644
--- a/org.eclipse.swtbot.eclipse/pom.xml
+++ b/org.eclipse.swtbot.eclipse/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF
index f94eaf4..ef00ed5 100644
--- a/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Forms Tests
 Bundle-SymbolicName: org.eclipse.swtbot.forms.finder.test;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.swt,
  org.eclipse.jface,
diff --git a/org.eclipse.swtbot.forms.finder.test/pom.xml b/org.eclipse.swtbot.forms.finder.test/pom.xml
index 46575df..06ed47a 100644
--- a/org.eclipse.swtbot.forms.finder.test/pom.xml
+++ b/org.eclipse.swtbot.forms.finder.test/pom.xml
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<properties>
@@ -77,4 +77,4 @@
 		</plugins>
 	</build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.forms.finder/META-INF/MANIFEST.MF b/org.eclipse.swtbot.forms.finder/META-INF/MANIFEST.MF
index a84a4b7..b7f2def 100644
--- a/org.eclipse.swtbot.forms.finder/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.forms.finder/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.swtbot.forms.finder
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.swtbot.swt.finder,
  org.hamcrest.core;bundle-version="1.1.0"
diff --git a/org.eclipse.swtbot.forms.finder/pom.xml b/org.eclipse.swtbot.forms.finder/pom.xml
index b62dbe1..f2f7f51 100644
--- a/org.eclipse.swtbot.forms.finder/pom.xml
+++ b/org.eclipse.swtbot.forms.finder/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.forms/feature.xml b/org.eclipse.swtbot.forms/feature.xml
index e141264..fb56064 100644
--- a/org.eclipse.swtbot.forms/feature.xml
+++ b/org.eclipse.swtbot.forms/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot.forms"
       label="SWTBot for Eclipse Forms Testing"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       plugin="org.eclipse.swtbot.eclipse.ui"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.swtbot.forms/pom.xml b/org.eclipse.swtbot.forms/pom.xml
index c17cddf..8756391 100644
--- a/org.eclipse.swtbot.forms/pom.xml
+++ b/org.eclipse.swtbot.forms/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 	  	<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.swtbot.generator.feature/feature.xml b/org.eclipse.swtbot.generator.feature/feature.xml
index 1440ace..e657ffb 100644
--- a/org.eclipse.swtbot.generator.feature/feature.xml
+++ b/org.eclipse.swtbot.generator.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot.generator.feature"
       label="SWTBot Recorder and Test Generator (Provisional)"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       plugin="org.eclipse.swtbot.eclipse.ui"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.swtbot.generator.feature/pom.xml b/org.eclipse.swtbot.generator.feature/pom.xml
index e6e3faa..7e3658b 100644
--- a/org.eclipse.swtbot.generator.feature/pom.xml
+++ b/org.eclipse.swtbot.generator.feature/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.swtbot.generator.jdt.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.generator.jdt.test/META-INF/MANIFEST.MF
index a8251d4..1e56671 100644
--- a/org.eclipse.swtbot.generator.jdt.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.generator.jdt.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Tests for SWTBot Test Recorder & Generator JDT
 Bundle-SymbolicName: org.eclipse.swtbot.generator.jdt.test
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.junit;bundle-version="4.7.0",
diff --git a/org.eclipse.swtbot.generator.jdt.test/pom.xml b/org.eclipse.swtbot.generator.jdt.test/pom.xml
index 21fc294..657aadb 100644
--- a/org.eclipse.swtbot.generator.jdt.test/pom.xml
+++ b/org.eclipse.swtbot.generator.jdt.test/pom.xml
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.swtbot.generator.jdt/META-INF/MANIFEST.MF b/org.eclipse.swtbot.generator.jdt/META-INF/MANIFEST.MF
index f8e79b8..e9e0d44 100644
--- a/org.eclipse.swtbot.generator.jdt/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.generator.jdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Code Generator JDT Plug-in (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.generator.jdt;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-ClassPath: .
diff --git a/org.eclipse.swtbot.generator.jdt/pom.xml b/org.eclipse.swtbot.generator.jdt/pom.xml
index 6bf8a32..092601d 100644
--- a/org.eclipse.swtbot.generator.jdt/pom.xml
+++ b/org.eclipse.swtbot.generator.jdt/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
 </project>
diff --git a/org.eclipse.swtbot.generator.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.generator.test/META-INF/MANIFEST.MF
index dd1e356..7223b71 100644
--- a/org.eclipse.swtbot.generator.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.generator.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Tests for SWTBot Test Recorder & Generator
 Bundle-SymbolicName: org.eclipse.swtbot.generator.test
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.junit;bundle-version="4.7.0",
diff --git a/org.eclipse.swtbot.generator.test/pom.xml b/org.eclipse.swtbot.generator.test/pom.xml
index ddf33e8..1b8ad9c 100644
--- a/org.eclipse.swtbot.generator.test/pom.xml
+++ b/org.eclipse.swtbot.generator.test/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/org.eclipse.swtbot.generator.ui/META-INF/MANIFEST.MF b/org.eclipse.swtbot.generator.ui/META-INF/MANIFEST.MF
index 5b1a2ea..fab37b0 100644
--- a/org.eclipse.swtbot.generator.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.generator.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.swtbot.generator.ui;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: %bundleVendor
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.swtbot.generator.ui/pom.xml b/org.eclipse.swtbot.generator.ui/pom.xml
index 85fe2c8..a828665 100644
--- a/org.eclipse.swtbot.generator.ui/pom.xml
+++ b/org.eclipse.swtbot.generator.ui/pom.xml
@@ -15,7 +15,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.generator/META-INF/MANIFEST.MF b/org.eclipse.swtbot.generator/META-INF/MANIFEST.MF
index 34b6e57..19ba125 100644
--- a/org.eclipse.swtbot.generator/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.generator/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Code Generator Plug-in (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.generator;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-ClassPath: .
diff --git a/org.eclipse.swtbot.generator/pom.xml b/org.eclipse.swtbot.generator/pom.xml
index ee441c6..8625770 100644
--- a/org.eclipse.swtbot.generator/pom.xml
+++ b/org.eclipse.swtbot.generator/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.go/META-INF/MANIFEST.MF b/org.eclipse.swtbot.go/META-INF/MANIFEST.MF
index 3985d10..2951ffc 100644
--- a/org.eclipse.swtbot.go/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.go/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Go Convenience Plugin (Incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.go
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Require-Bundle: org.eclipse.swtbot.eclipse.core;visibility:=reexport,
  org.eclipse.swtbot.eclipse.finder;visibility:=reexport,
  org.eclipse.swtbot.swt.finder;visibility:=reexport,
diff --git a/org.eclipse.swtbot.go/pom.xml b/org.eclipse.swtbot.go/pom.xml
index 4f39c81..c4c0159 100644
--- a/org.eclipse.swtbot.go/pom.xml
+++ b/org.eclipse.swtbot.go/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.ide/feature.xml b/org.eclipse.swtbot.ide/feature.xml
index b0d69d0..73e5549 100644
--- a/org.eclipse.swtbot.ide/feature.xml
+++ b/org.eclipse.swtbot.ide/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot.ide"
       label="SWTBot IDE Features"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       plugin="org.eclipse.swtbot.eclipse.ui"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.swtbot.ide/pom.xml b/org.eclipse.swtbot.ide/pom.xml
index 95c5227..74b29d3 100644
--- a/org.eclipse.swtbot.ide/pom.xml
+++ b/org.eclipse.swtbot.ide/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.swtbot.junit4_x/META-INF/MANIFEST.MF b/org.eclipse.swtbot.junit4_x/META-INF/MANIFEST.MF
index 3d9a9f7..41be876 100644
--- a/org.eclipse.swtbot.junit4_x/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.junit4_x/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot JUnit 4.x Runners (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.junit4_x
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.eclipse.swtbot.swt.finder.junit
diff --git a/org.eclipse.swtbot.junit4_x/pom.xml b/org.eclipse.swtbot.junit4_x/pom.xml
index 7710867..9c86370 100644
--- a/org.eclipse.swtbot.junit4_x/pom.xml
+++ b/org.eclipse.swtbot.junit4_x/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.swt.demo/META-INF/MANIFEST.MF b/org.eclipse.swtbot.swt.demo/META-INF/MANIFEST.MF
index b8481e6..30269e2 100644
--- a/org.eclipse.swtbot.swt.demo/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.swt.demo/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot Demo Plug-in (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.swt.demo;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Activator: org.eclipse.swtbot.swt.demo.Activator
 Bundle-Vendor: Eclipse.org - SWTBot
 Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.swtbot.swt.demo/pom.xml b/org.eclipse.swtbot.swt.demo/pom.xml
index 4eaaa6d..ab52d41 100644
--- a/org.eclipse.swtbot.swt.demo/pom.xml
+++ b/org.eclipse.swtbot.swt.demo/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.swt.finder.test.keyboards/META-INF/MANIFEST.MF b/org.eclipse.swtbot.swt.finder.test.keyboards/META-INF/MANIFEST.MF
index 11ef474..e7820c5 100644
--- a/org.eclipse.swtbot.swt.finder.test.keyboards/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.swt.finder.test.keyboards/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Dummy keyboards layouts for Testing
 Bundle-SymbolicName: org.eclipse.swtbot.swt.finder.test.keyboards
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-Vendor: Eclipse.org
 Fragment-Host: org.eclipse.swtbot.swt.finder;bundle-version="2.1.0"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml b/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml
index db4a11d..31ba2a4 100644
--- a/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml
+++ b/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF
index 5c8774c..d3449cb 100644
--- a/org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot SWT Control Finder plugin (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.swt.finder.test;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Require-Bundle: org.eclipse.swt,
  org.eclipse.jface,
  org.eclipse.swt.examples,
diff --git a/org.eclipse.swtbot.swt.finder.test/pom.xml b/org.eclipse.swtbot.swt.finder.test/pom.xml
index 57037e9..3174b60 100644
--- a/org.eclipse.swtbot.swt.finder.test/pom.xml
+++ b/org.eclipse.swtbot.swt.finder.test/pom.xml
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<build>
diff --git a/org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF b/org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF
index 8101836..946cb37 100644
--- a/org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: SWTBot SWT Control Finder plugin (incubation)
 Bundle-SymbolicName: org.eclipse.swtbot.swt.finder;singleton:=true
-Bundle-Version: 2.1.2.qualifier
+Bundle-Version: 2.2.0.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .
 Export-Package: org.eclipse.swtbot.swt.finder,
diff --git a/org.eclipse.swtbot.swt.finder/pom.xml b/org.eclipse.swtbot.swt.finder/pom.xml
index 18d4ea1..649b820 100644
--- a/org.eclipse.swtbot.swt.finder/pom.xml
+++ b/org.eclipse.swtbot.swt.finder/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.test/feature.xml b/org.eclipse.swtbot.test/feature.xml
index 0bc7d29..de17919 100644
--- a/org.eclipse.swtbot.test/feature.xml
+++ b/org.eclipse.swtbot.test/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot.test"
       label="SWTBot Tests Feature"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/org.eclipse.swtbot.test/pom.xml b/org.eclipse.swtbot.test/pom.xml
index e55f13b..fd77db3 100644
--- a/org.eclipse.swtbot.test/pom.xml
+++ b/org.eclipse.swtbot.test/pom.xml
@@ -20,7 +20,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/org.eclipse.swtbot.updatesite/pom.xml b/org.eclipse.swtbot.updatesite/pom.xml
index 8cef504..56da6a0 100644
--- a/org.eclipse.swtbot.updatesite/pom.xml
+++ b/org.eclipse.swtbot.updatesite/pom.xml
@@ -19,7 +19,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/org.eclipse.swtbot/feature.xml b/org.eclipse.swtbot/feature.xml
index 20e7b16..fcb61b8 100644
--- a/org.eclipse.swtbot/feature.xml
+++ b/org.eclipse.swtbot/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.swtbot"
       label="SWTBot for SWT Testing"
-      version="2.1.2.qualifier"
+      version="2.2.0.qualifier"
       provider-name="Eclipse.org"
       plugin="org.eclipse.swtbot.eclipse.ui"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.swtbot/pom.xml b/org.eclipse.swtbot/pom.xml
index c64466d..94015da 100644
--- a/org.eclipse.swtbot/pom.xml
+++ b/org.eclipse.swtbot/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.eclipse.swtbot</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.ui.forms.examples/pom.xml b/org.eclipse.ui.forms.examples/pom.xml
index 12b33d9..aa519e4 100644
--- a/org.eclipse.ui.forms.examples/pom.xml
+++ b/org.eclipse.ui.forms.examples/pom.xml
@@ -20,7 +20,7 @@
   <parent>
   	<groupId>org.eclipse.swtbot</groupId>
   	<artifactId>parent</artifactId>
-  	<version>2.1.2-SNAPSHOT</version>
+  	<version>2.2.0-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index cbe4ebc..c9615ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 	<groupId>org.eclipse.swtbot</groupId>

 	<artifactId>parent</artifactId>

 	<name>Eclipse SWTBot</name>

-	<version>2.1.2-SNAPSHOT</version>

+	<version>2.2.0-SNAPSHOT</version>

 	<packaging>pom</packaging>

 

 	<prerequisites>

@@ -375,7 +375,7 @@
 								<artifact>

 									<groupId>org.eclipse.swtbot.target-platforms</groupId>

 									<artifactId>indigo</artifactId>

-									<version>2.1.2-SNAPSHOT</version>

+									<version>2.2.0-SNAPSHOT</version>

 								</artifact>

 							</target>

 						</configuration>

@@ -400,7 +400,7 @@
 								<artifact>

 									<groupId>org.eclipse.swtbot.target-platforms</groupId>

 									<artifactId>juno</artifactId>

-									<version>2.1.2-SNAPSHOT</version>

+									<version>2.2.0-SNAPSHOT</version>

 								</artifact>

 							</target>

 						</configuration>

@@ -424,7 +424,7 @@
 								<artifact>

 									<groupId>org.eclipse.swtbot.target-platforms</groupId>

 									<artifactId>kepler</artifactId>

-									<version>2.1.2-SNAPSHOT</version>

+									<version>2.2.0-SNAPSHOT</version>

 								</artifact>

 							</target>

 						</configuration>