Author: rombert
Date: Thu Nov  5 12:09:57 2015
New Revision: 1712750

URL: http://svn.apache.org/viewvc?rev=1712750&view=rev
Log:
Set version to 1.0.11-SNAPSHOT

Modified:
    sling/branches/sling-ide-tooling-1.0.x/api-test/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/api/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/api/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/artifacts/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/artifacts/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/eclipse-core/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/eclipse-core/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/eclipse-test/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/eclipse-test/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/feature/feature.xml
    sling/branches/sling-ide-tooling-1.0.x/feature/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/impl-resource-test/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/impl-resource/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/impl-resource/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/impl-vlt-test/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/impl-vlt/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/impl-vlt/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/m2e-feature/feature.xml
    sling/branches/sling-ide-tooling-1.0.x/m2e-feature/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/p2update/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/source-bundle/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/target-definition/pom.xml
    sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/META-INF/MANIFEST.MF
    sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/pom.xml

Modified: sling/branches/sling-ide-tooling-1.0.x/api-test/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/api-test/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/api-test/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/api-test/pom.xml Thu Nov  5 12:09:57 
2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.api-test</artifactId>
   <name>Sling IDE Tools: API Tests</name>

Modified: sling/branches/sling-ide-tooling-1.0.x/api/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/api/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/api/META-INF/MANIFEST.MF (original)
+++ sling/branches/sling-ide-tooling-1.0.x/api/META-INF/MANIFEST.MF Thu Nov  5 
12:09:57 2015
@@ -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.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.apache.sling.ide.filter,

Modified: sling/branches/sling-ide-tooling-1.0.x/api/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/api/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/api/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/api/pom.xml Thu Nov  5 12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.api</artifactId>
   <packaging>eclipse-plugin</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/artifacts/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/artifacts/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/artifacts/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/artifacts/META-INF/MANIFEST.MF Thu 
Nov  5 12:09:57 2015
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.artifacts
-Bundle-Version: 1.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Import-Package: org.osgi.service.component,

Modified: sling/branches/sling-ide-tooling-1.0.x/artifacts/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/artifacts/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/artifacts/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/artifacts/pom.xml Thu Nov  5 
12:09:57 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>reactor</artifactId>
-        <version>1.0.10</version>
+        <version>1.0.11-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.ide.artifacts</artifactId>
     <packaging>eclipse-plugin</packaging>

Modified: 
sling/branches/sling-ide-tooling-1.0.x/eclipse-core/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-core/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-core/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-core/META-INF/MANIFEST.MF 
Thu Nov  5 12:09:57 2015
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-core;singleton:=true
-Bundle-Version: 1.0.10
+Bundle-Version: 1.0.11.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",

Modified: sling/branches/sling-ide-tooling-1.0.x/eclipse-core/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-core/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-core/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-core/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-core</artifactId>
   <packaging>eclipse-plugin</packaging>

Modified: 
sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- 
sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/META-INF/MANIFEST.MF 
(original)
+++ 
sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/META-INF/MANIFEST.MF 
Thu Nov  5 12:09:57 2015
@@ -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.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.junit
 Fragment-Host: org.apache.sling.ide.eclipse-m2e-ui

Modified: sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-test/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-m2e-test</artifactId>
   <packaging>eclipse-test-plugin</packaging>

Modified: 
sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/META-INF/MANIFEST.MF 
Thu Nov  5 12:09:57 2015
@@ -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.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ClassPath: .
 Require-Bundle: org.eclipse.m2e.core;bundle-version="1.4.0",

Modified: sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-m2e-ui/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-m2e-ui</artifactId>
   <packaging>eclipse-plugin</packaging>

Modified: 
sling/branches/sling-ide-tooling-1.0.x/eclipse-test/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-test/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-test/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-test/META-INF/MANIFEST.MF 
Thu Nov  5 12:09:57 2015
@@ -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.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.junit,
  org.eclipse.core.runtime,

Modified: sling/branches/sling-ide-tooling-1.0.x/eclipse-test/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-test/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-test/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-test/pom.xml Thu Nov  5 
12:09:57 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>reactor</artifactId>
-        <version>1.0.10</version>
+        <version>1.0.11-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.ide.eclipse-test</artifactId>
     <packaging>eclipse-test-plugin</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/META-INF/MANIFEST.MF Thu 
Nov  5 12:09:57 2015
@@ -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.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ClassPath: .,
  lib/decentxml-1.4.jar

Modified: sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/eclipse-ui/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.eclipse-ui</artifactId>
   <packaging>eclipse-plugin</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/feature/feature.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/feature/feature.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/feature/feature.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/feature/feature.xml Thu Nov  5 
12:09:57 2015
@@ -18,7 +18,7 @@
 <feature
       id="org.apache.sling.ide.feature"
       label="Sling IDE Tools"
-      version="1.0.10"
+      version="1.0.11.qualifier"
       provider-name="The Apache Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0";>

Modified: sling/branches/sling-ide-tooling-1.0.x/feature/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/feature/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/feature/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/feature/pom.xml Thu Nov  5 12:09:57 
2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.feature</artifactId>
   <packaging>eclipse-feature</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/impl-resource-test/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/impl-resource-test/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/impl-resource-test/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/impl-resource-test/pom.xml Thu Nov  
5 12:09:57 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-resource-test</artifactId>
   <name>Sling IDE Tools: Resource-based Implementation Tests</name>

Modified: 
sling/branches/sling-ide-tooling-1.0.x/impl-resource/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/impl-resource/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/impl-resource/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/impl-resource/META-INF/MANIFEST.MF 
Thu Nov  5 12:09:57 2015
@@ -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.0.10
+Bundle-Version: 1.0.11.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",

Modified: sling/branches/sling-ide-tooling-1.0.x/impl-resource/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/impl-resource/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/impl-resource/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/impl-resource/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-resource</artifactId>
   <packaging>eclipse-plugin</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/impl-vlt-test/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/impl-vlt-test/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/impl-vlt-test/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/impl-vlt-test/pom.xml Thu Nov  5 
12:09:57 2015
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-vlt-test</artifactId>
   <name>Sling IDE Tools: FileVault Implementation Tests</name>

Modified: sling/branches/sling-ide-tooling-1.0.x/impl-vlt/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/impl-vlt/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/impl-vlt/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/impl-vlt/META-INF/MANIFEST.MF Thu 
Nov  5 12:09:57 2015
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.impl-vlt;singleton:=true
-Bundle-Version: 1.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.eclipse.equinox.ds;bundle-version="1.2.1",

Modified: sling/branches/sling-ide-tooling-1.0.x/impl-vlt/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/impl-vlt/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/impl-vlt/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/impl-vlt/pom.xml Thu Nov  5 12:09:57 
2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.impl-vlt</artifactId>
   <packaging>eclipse-plugin</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/m2e-feature/feature.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/m2e-feature/feature.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/m2e-feature/feature.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/m2e-feature/feature.xml Thu Nov  5 
12:09:57 2015
@@ -18,7 +18,7 @@
 <feature
       id="org.apache.sling.ide.m2e-feature"
       label="Sling IDE Tools, M2e-based"
-      version="1.0.10"
+      version="1.0.11.qualifier"
       provider-name="The Apache Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0";>

Modified: sling/branches/sling-ide-tooling-1.0.x/m2e-feature/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/m2e-feature/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/m2e-feature/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/m2e-feature/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.m2e-feature</artifactId>
   <packaging>eclipse-feature</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/p2update/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/p2update/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/p2update/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/p2update/pom.xml Thu Nov  5 12:09:57 
2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.p2update</artifactId>
   <packaging>eclipse-repository</packaging>

Modified: sling/branches/sling-ide-tooling-1.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/pom.xml Thu Nov  5 12:09:57 2015
@@ -26,7 +26,7 @@
     </parent>
        <groupId>org.apache.sling.ide</groupId>
        <artifactId>reactor</artifactId>
-       <version>1.0.10</version>
+       <version>1.0.11-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Sling IDE Tools: Reactor</name>
     <url>http://sling.apache.org</url>

Modified: sling/branches/sling-ide-tooling-1.0.x/source-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/source-bundle/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/source-bundle/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/source-bundle/pom.xml Thu Nov  5 
12:09:57 2015
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>reactor</artifactId>
-        <version>1.0.10</version>
+        <version>1.0.11-SNAPSHOT</version>
     </parent>
     
     <artifactId>org.apache.sling.ide.source-bundle</artifactId>

Modified: sling/branches/sling-ide-tooling-1.0.x/target-definition/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/target-definition/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/target-definition/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/target-definition/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.sling.ide.target-definition</artifactId>

Modified: 
sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/META-INF/MANIFEST.MF?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/META-INF/MANIFEST.MF 
(original)
+++ sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/META-INF/MANIFEST.MF Thu 
Nov  5 12:09:57 2015
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.sling.ide.vlt-wrapper
-Bundle-Version: 1.0.10
+Bundle-Version: 1.0.11.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ClassPath: .,

Modified: sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/pom.xml?rev=1712750&r1=1712749&r2=1712750&view=diff
==============================================================================
--- sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/pom.xml (original)
+++ sling/branches/sling-ide-tooling-1.0.x/vlt-wrapper/pom.xml Thu Nov  5 
12:09:57 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>reactor</artifactId>
-    <version>1.0.10</version>
+    <version>1.0.11-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.ide.vlt-wrapper</artifactId>
   <packaging>eclipse-plugin</packaging>


Reply via email to