You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/01/16 20:57:47 UTC

[sling-ide-tooling] 02/02: Bump version to 1.2.1-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit b49e3129afc242c76ad601a72ce65572cb1aeb95
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jan 16 22:57:38 2018 +0200

    Bump version to 1.2.1-SNAPSHOT
---
 api-test/pom.xml                          | 2 +-
 api/META-INF/MANIFEST.MF                  | 2 +-
 api/pom.xml                               | 2 +-
 artifacts/META-INF/MANIFEST.MF            | 2 +-
 artifacts/pom.xml                         | 2 +-
 eclipse-core/META-INF/MANIFEST.MF         | 2 +-
 eclipse-core/pom.xml                      | 2 +-
 eclipse-m2e-core/META-INF/MANIFEST.MF     | 2 +-
 eclipse-m2e-core/pom.xml                  | 2 +-
 eclipse-m2e-test/META-INF/MANIFEST.MF     | 2 +-
 eclipse-m2e-test/pom.xml                  | 2 +-
 eclipse-m2e-ui/META-INF/MANIFEST.MF       | 2 +-
 eclipse-m2e-ui/pom.xml                    | 2 +-
 eclipse-sightly-core/META-INF/MANIFEST.MF | 2 +-
 eclipse-sightly-core/pom.xml              | 2 +-
 eclipse-sightly-ui/META-INF/MANIFEST.MF   | 2 +-
 eclipse-sightly-ui/pom.xml                | 2 +-
 eclipse-test/META-INF/MANIFEST.MF         | 2 +-
 eclipse-test/pom.xml                      | 2 +-
 eclipse-ui/META-INF/MANIFEST.MF           | 2 +-
 eclipse-ui/pom.xml                        | 2 +-
 feature/feature.xml                       | 2 +-
 feature/pom.xml                           | 2 +-
 impl-resource-test/pom.xml                | 2 +-
 impl-resource/META-INF/MANIFEST.MF        | 2 +-
 impl-resource/pom.xml                     | 2 +-
 impl-vlt-test/pom.xml                     | 2 +-
 impl-vlt/META-INF/MANIFEST.MF             | 2 +-
 impl-vlt/pom.xml                          | 2 +-
 m2e-feature/feature.xml                   | 2 +-
 m2e-feature/pom.xml                       | 2 +-
 p2update/pom.xml                          | 2 +-
 pom.xml                                   | 2 +-
 sightly-feature/feature.xml               | 2 +-
 sightly-feature/pom.xml                   | 2 +-
 source-bundle/pom.xml                     | 2 +-
 target-definition/pom.xml                 | 2 +-
 vlt-wrapper/META-INF/MANIFEST.MF          | 2 +-
 vlt-wrapper/pom.xml                       | 2 +-
 39 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/api-test/pom.xml b/api-test/pom.xml
index a57cc3b..dd2aaa7 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 2423f48..313edab 100644
--- a/api/META-INF/MANIFEST.MF
+++ b/api/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Slingclipse-api
 Bundle-SymbolicName: org.apache.sling.ide.api
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 9a0a7c4..dcb0643 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 a2f0597..e505eb0 100644
--- a/artifacts/META-INF/MANIFEST.MF
+++ b/artifacts/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.artifacts
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 eb1af20..045503e 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.0</version>
+        <version>1.2.1-SNAPSHOT</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 5efa143..82d8d90 100644
--- a/eclipse-core/META-INF/MANIFEST.MF
+++ b/eclipse-core/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-core;singleton:=true
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 41d2678..2a8d5d0 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 a2d5b7a..e4d02ec 100644
--- a/eclipse-m2e-core/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-core/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-core;singleton:=true
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 2b30ae5..1750b85 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 e13cf75..24538f0 100644
--- a/eclipse-m2e-test/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 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.0
+Bundle-Version: 1.2.1.qualifier
 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 9004daa..8b3ed50 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 8893471..ac13170 100644
--- a/eclipse-m2e-ui/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Slingclipse-M2Eclipse-based-WST-plugin
 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.0
+Bundle-Version: 1.2.1.qualifier
 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 d00faa1..3ad02e1 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 f7dbbf8..638c558 100644
--- a/eclipse-sightly-core/META-INF/MANIFEST.MF
+++ b/eclipse-sightly-core/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-core;singleton:=true
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 b3efd22..b7c12d7 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 7d8dee1..9885820 100644
--- a/eclipse-sightly-ui/META-INF/MANIFEST.MF
+++ b/eclipse-sightly-ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-ui;singleton:=true
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 75b4af1..2cc4407 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 5ca7c96..1cbfbc4 100644
--- a/eclipse-test/META-INF/MANIFEST.MF
+++ b/eclipse-test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Sling IDE Tools: Eclipse Tests
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-test
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 0e4539e..1d3f485 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.0</version>
+        <version>1.2.1-SNAPSHOT</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 dfc8f78..eb44a0e 100644
--- a/eclipse-ui/META-INF/MANIFEST.MF
+++ b/eclipse-ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Slingclipse-WST-plugin
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-ui;singleton:=true
 Bundle-Activator: org.apache.sling.ide.eclipse.ui.internal.Activator
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 2d7c8e8..ff5b89f 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 71620d5..258a577 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.0"
+      version="1.2.1.qualifier"
       provider-name="The Apache Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
diff --git a/feature/pom.xml b/feature/pom.xml
index ad1f6ca..4e3bd0b 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 39c7ff6..ef51cab 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 a2c2c20..dd42c67 100644
--- a/impl-resource/META-INF/MANIFEST.MF
+++ b/impl-resource/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Slingclipse-http
 Bundle-SymbolicName: org.apache.sling.ide.impl-resource
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 8f7d14c..4804e2f 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 8147c6b..e98405a 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 05cd42e..75f571e 100644
--- a/impl-vlt/META-INF/MANIFEST.MF
+++ b/impl-vlt/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.impl-vlt;singleton:=true
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.1.qualifier
 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 ce4a959..f4041b3 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 f4dedc9..a1177df 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.0"
+      version="1.2.1.qualifier"
       provider-name="The Apache Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
diff --git a/m2e-feature/pom.xml b/m2e-feature/pom.xml
index d895a22..7f5d772 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 8762820..1f05538 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.0</version>
+    <version>1.2.1-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.p2update</artifactId>
   <packaging>eclipse-repository</packaging>
diff --git a/pom.xml b/pom.xml
index 17db8c1..3c5e74a 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 66534ec..972bfe8 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.0"
+      version="1.2.1.qualifier"
       provider-name="The Apache Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
diff --git a/sightly-feature/pom.xml b/sightly-feature/pom.xml
index fbecb02..d6013b3 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 db7f0aa..117474d 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.0</version>
+        <version>1.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>org.apache.sling.ide.source-bundle</artifactId>
diff --git a/target-definition/pom.xml b/target-definition/pom.xml
index 4a79345..5355fa4 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.0</version>
+    <version>1.2.1-SNAPSHOT</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 7b28656..a4e13ea 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.0
+Bundle-Version: 1.2.1.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ClassPath: .,
diff --git a/vlt-wrapper/pom.xml b/vlt-wrapper/pom.xml
index fde6f4d..305323c 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.0</version>
+        <version>1.2.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.ide.vlt-wrapper</artifactId>
     <packaging>eclipse-plugin</packaging>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.