Set version to 1.2.2
diff --git a/api-test/pom.xml b/api-test/pom.xml
index dd2aaa7..17d4aaa 100644
--- a/api-test/pom.xml
+++ b/api-test/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.api-test</artifactId>
   <name>Apache Sling IDE Tools API Tests</name>
diff --git a/api/META-INF/MANIFEST.MF b/api/META-INF/MANIFEST.MF
index db64a62..298751c 100644
--- a/api/META-INF/MANIFEST.MF
+++ b/api/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE API
 Bundle-SymbolicName: org.apache.sling.ide.api
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Export-Package: org.apache.sling.ide.filter,
diff --git a/api/pom.xml b/api/pom.xml
index dcb0643..5b84fb8 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.api</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/artifacts/META-INF/MANIFEST.MF b/artifacts/META-INF/MANIFEST.MF
index 5f39dda..38d9182 100644
--- a/artifacts/META-INF/MANIFEST.MF
+++ b/artifacts/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE Embedded Artifacts
 Bundle-SymbolicName: org.apache.sling.ide.artifacts
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Import-Package: org.osgi.service.component,
diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index 045503e..5f2c168 100644
--- a/artifacts/pom.xml
+++ b/artifacts/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-tooling</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2</version>
     </parent>
     <artifactId>org.apache.sling.ide.artifacts</artifactId>
     <packaging>eclipse-plugin</packaging>
diff --git a/eclipse-core/META-INF/MANIFEST.MF b/eclipse-core/META-INF/MANIFEST.MF
index 14e53d2..b9da7cf 100644
--- a/eclipse-core/META-INF/MANIFEST.MF
+++ b/eclipse-core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE Eclipse Core
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-core;singleton:=true
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-Activator: org.apache.sling.ide.eclipse.core.internal.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.equinox.ds;bundle-version="1.2.1",
diff --git a/eclipse-core/pom.xml b/eclipse-core/pom.xml
index 2a8d5d0..caaaa50 100644
--- a/eclipse-core/pom.xml
+++ b/eclipse-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-core</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/eclipse-m2e-core/META-INF/MANIFEST.MF b/eclipse-m2e-core/META-INF/MANIFEST.MF
index 0dc1fef..e75cb06 100644
--- a/eclipse-m2e-core/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE M2E Core
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-core;singleton:=true
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ClassPath: .
diff --git a/eclipse-m2e-core/pom.xml b/eclipse-m2e-core/pom.xml
index 1750b85..6770f65 100644
--- a/eclipse-m2e-core/pom.xml
+++ b/eclipse-m2e-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-m2e-core</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/eclipse-m2e-test/META-INF/MANIFEST.MF b/eclipse-m2e-test/META-INF/MANIFEST.MF
index 24538f0..bfa1d5f 100644
--- a/eclipse-m2e-test/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Sling IDE Tools: Eclipse M2Eclipse-based tests
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-test
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Require-Bundle: org.junit,
   org.eclipse.m2e.core,
diff --git a/eclipse-m2e-test/pom.xml b/eclipse-m2e-test/pom.xml
index 8b3ed50..45ff36b 100644
--- a/eclipse-m2e-test/pom.xml
+++ b/eclipse-m2e-test/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-m2e-test</artifactId>
   <packaging>eclipse-test-plugin</packaging>
diff --git a/eclipse-m2e-ui/META-INF/MANIFEST.MF b/eclipse-m2e-ui/META-INF/MANIFEST.MF
index 3a35e64..357e95c 100644
--- a/eclipse-m2e-ui/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@
 Bundle-Name: Sling IDE M2E UI
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-ui;singleton:=true
 Bundle-Activator: org.apache.sling.ide.eclipse.m2e.internal.Activator
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ClassPath: .
 Require-Bundle: org.eclipse.m2e.core;bundle-version="1.4.0",
diff --git a/eclipse-m2e-ui/pom.xml b/eclipse-m2e-ui/pom.xml
index 3ad02e1..b6d9436 100644
--- a/eclipse-m2e-ui/pom.xml
+++ b/eclipse-m2e-ui/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-m2e-ui</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/eclipse-sightly-core/META-INF/MANIFEST.MF b/eclipse-sightly-core/META-INF/MANIFEST.MF
index 4a16e32..19e1493 100644
--- a/eclipse-sightly-core/META-INF/MANIFEST.MF
+++ b/eclipse-sightly-core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE Eclipse Sightly Core
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-core;singleton:=true
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-Activator: org.apache.sling.ide.eclipse.sightly.internal.Activator
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/eclipse-sightly-core/pom.xml b/eclipse-sightly-core/pom.xml
index b7c12d7..8c74078 100644
--- a/eclipse-sightly-core/pom.xml
+++ b/eclipse-sightly-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-sightly-core</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/eclipse-sightly-ui/META-INF/MANIFEST.MF b/eclipse-sightly-ui/META-INF/MANIFEST.MF
index 494b03a..71f64f7 100644
--- a/eclipse-sightly-ui/META-INF/MANIFEST.MF
+++ b/eclipse-sightly-ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE Eclipse Sightly UI
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-ui;singleton:=true
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/eclipse-sightly-ui/pom.xml b/eclipse-sightly-ui/pom.xml
index 2cc4407..6d95adb 100644
--- a/eclipse-sightly-ui/pom.xml
+++ b/eclipse-sightly-ui/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-sightly-ui</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/eclipse-test/META-INF/MANIFEST.MF b/eclipse-test/META-INF/MANIFEST.MF
index 1cbfbc4..3d697a8 100644
--- a/eclipse-test/META-INF/MANIFEST.MF
+++ b/eclipse-test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Sling IDE Tools: Eclipse Tests
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-test
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Require-Bundle: org.junit,
  org.eclipse.core.runtime,
diff --git a/eclipse-test/pom.xml b/eclipse-test/pom.xml
index 1d3f485..f397029 100644
--- a/eclipse-test/pom.xml
+++ b/eclipse-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-tooling</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2</version>
     </parent>
     <artifactId>org.apache.sling.ide.eclipse-test</artifactId>
     <packaging>eclipse-test-plugin</packaging>
diff --git a/eclipse-ui/META-INF/MANIFEST.MF b/eclipse-ui/META-INF/MANIFEST.MF
index 76574ea..61ff394 100644
--- a/eclipse-ui/META-INF/MANIFEST.MF
+++ b/eclipse-ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@
 Bundle-Name: Sling IDE Eclipse UI
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-ui;singleton:=true
 Bundle-Activator: org.apache.sling.ide.eclipse.ui.internal.Activator
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ClassPath: .,
  lib/decentxml-1.4.jar
diff --git a/eclipse-ui/pom.xml b/eclipse-ui/pom.xml
index ff5b89f..70e3bf5 100644
--- a/eclipse-ui/pom.xml
+++ b/eclipse-ui/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-ui</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/feature/feature.xml b/feature/feature.xml
index 645ca3d..621c832 100644
--- a/feature/feature.xml
+++ b/feature/feature.xml
@@ -18,7 +18,7 @@
 <feature
       id="org.apache.sling.ide.feature"
       label="Sling IDE Tools"
-      version="1.2.1.qualifier"
+      version="1.2.2"
       provider-name="The Apache Software Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
diff --git a/feature/pom.xml b/feature/pom.xml
index 4e3bd0b..a443446 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.feature</artifactId>
   <packaging>eclipse-feature</packaging>
diff --git a/impl-resource-test/pom.xml b/impl-resource-test/pom.xml
index ef51cab..e411d2f 100644
--- a/impl-resource-test/pom.xml
+++ b/impl-resource-test/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-resource-test</artifactId>
   <name>Apache Sling IDE Tools Resource-based Implementation Tests</name>
diff --git a/impl-resource/META-INF/MANIFEST.MF b/impl-resource/META-INF/MANIFEST.MF
index 08ed7a8..22a0240 100644
--- a/impl-resource/META-INF/MANIFEST.MF
+++ b/impl-resource/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE Resource Impl
 Bundle-SymbolicName: org.apache.sling.ide.impl-resource
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Require-Bundle: org.eclipse.core.runtime,
  org.apache.sling.ide.api;bundle-version="0.0.1",
  org.apache.commons.httpclient;bundle-version="3.1.0",
diff --git a/impl-resource/pom.xml b/impl-resource/pom.xml
index 4804e2f..f7cfc64 100644
--- a/impl-resource/pom.xml
+++ b/impl-resource/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-resource</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/impl-vlt-test/pom.xml b/impl-vlt-test/pom.xml
index e98405a..839deb3 100644
--- a/impl-vlt-test/pom.xml
+++ b/impl-vlt-test/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-vlt-test</artifactId>
   <name>Apache Sling IDE Tools FileVault Implementation Tests</name>
diff --git a/impl-vlt/META-INF/MANIFEST.MF b/impl-vlt/META-INF/MANIFEST.MF
index 917a0a7..57ed1b4 100644
--- a/impl-vlt/META-INF/MANIFEST.MF
+++ b/impl-vlt/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: The Apache Software Foundation
 Bundle-Name: Sling IDE Vlt Impl
 Bundle-SymbolicName: org.apache.sling.ide.impl-vlt;singleton:=true
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Require-Bundle: org.eclipse.equinox.ds;bundle-version="1.2.1",
diff --git a/impl-vlt/pom.xml b/impl-vlt/pom.xml
index f4041b3..2a668e8 100644
--- a/impl-vlt/pom.xml
+++ b/impl-vlt/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-vlt</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/m2e-feature/feature.xml b/m2e-feature/feature.xml
index 72e05ce..0e385b2 100644
--- a/m2e-feature/feature.xml
+++ b/m2e-feature/feature.xml
@@ -18,7 +18,7 @@
 <feature
       id="org.apache.sling.ide.m2e-feature"
       label="Sling IDE Tools - Maven Integration (Optional)"
-      version="1.2.1.qualifier"
+      version="1.2.2"
       provider-name="The Apache Software Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
diff --git a/m2e-feature/pom.xml b/m2e-feature/pom.xml
index 7f5d772..7e601d7 100644
--- a/m2e-feature/pom.xml
+++ b/m2e-feature/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.m2e-feature</artifactId>
   <packaging>eclipse-feature</packaging>
diff --git a/p2update/pom.xml b/p2update/pom.xml
index 1f05538..f80b1ae 100644
--- a/p2update/pom.xml
+++ b/p2update/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.p2update</artifactId>
   <packaging>eclipse-repository</packaging>
diff --git a/pom.xml b/pom.xml
index 3c5e74a..c25cafa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
     <packaging>pom</packaging>
     <name>Apache Sling IDE Tools</name>
     <url>http://sling.apache.org</url>
diff --git a/sightly-feature/feature.xml b/sightly-feature/feature.xml
index 8fc1ca6..3e91acf 100644
--- a/sightly-feature/feature.xml
+++ b/sightly-feature/feature.xml
@@ -18,7 +18,7 @@
 <feature
       id="org.apache.sling.ide.sightly-feature"
       label="Sling IDE Tools - Sightly Integration (Optional)"
-      version="1.2.1.qualifier"
+      version="1.2.2"
       provider-name="The Apache Software Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
diff --git a/sightly-feature/pom.xml b/sightly-feature/pom.xml
index d6013b3..a674d93 100644
--- a/sightly-feature/pom.xml
+++ b/sightly-feature/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
   <artifactId>org.apache.sling.ide.sightly-feature</artifactId>
   <packaging>eclipse-feature</packaging>
diff --git a/source-bundle/pom.xml b/source-bundle/pom.xml
index 117474d..78b0abd 100644
--- a/source-bundle/pom.xml
+++ b/source-bundle/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-tooling</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2</version>
     </parent>
     
     <artifactId>org.apache.sling.ide.source-bundle</artifactId>
diff --git a/target-definition/pom.xml b/target-definition/pom.xml
index 5355fa4..a4e9f19 100644
--- a/target-definition/pom.xml
+++ b/target-definition/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2</version>
   </parent>
 
   <artifactId>org.apache.sling.ide.target-definition</artifactId>
diff --git a/vlt-wrapper/META-INF/MANIFEST.MF b/vlt-wrapper/META-INF/MANIFEST.MF
index a964155..2ae87b1 100644
--- a/vlt-wrapper/META-INF/MANIFEST.MF
+++ b/vlt-wrapper/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.vlt-wrapper
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ClassPath: .,
diff --git a/vlt-wrapper/pom.xml b/vlt-wrapper/pom.xml
index a24b3c3..b073947 100644
--- a/vlt-wrapper/pom.xml
+++ b/vlt-wrapper/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-tooling</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2</version>
     </parent>
     <artifactId>org.apache.sling.ide.vlt-wrapper</artifactId>
     <packaging>eclipse-plugin</packaging>