Bug 443353 - Increase (and better check) feature versions
diff --git a/features/org.eclipse.core.runtime.feature/feature.xml b/features/org.eclipse.core.runtime.feature/feature.xml
index cbd0975..f63514e 100644
--- a/features/org.eclipse.core.runtime.feature/feature.xml
+++ b/features/org.eclipse.core.runtime.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.core.runtime.feature"

       label="%featureName"

-      version="1.1.1.qualifier"

+      version="1.1.2.qualifier"

       provider-name="%providerName"

       license-feature="org.eclipse.license"

       license-feature-version="0.0.0">

diff --git a/features/org.eclipse.core.runtime.feature/pom.xml b/features/org.eclipse.core.runtime.feature/pom.xml
index 9b64687..10d87f1 100644
--- a/features/org.eclipse.core.runtime.feature/pom.xml
+++ b/features/org.eclipse.core.runtime.feature/pom.xml
@@ -19,6 +19,6 @@
   </parent>
   <groupId>org.eclipse.core.feature</groupId>
   <artifactId>org.eclipse.core.runtime.feature</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.2-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>