Bug 465876 - Repo Versioning Reports for M7
diff --git a/features/org.eclipse.core.runtime.feature/feature.xml b/features/org.eclipse.core.runtime.feature/feature.xml
index cbd0975..6df167b 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.100.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 713ad36..e552ebe 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.100-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>