Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThoamas Watson2015-04-30 18:24:05 +0000
committerThoamas Watson2015-04-30 18:24:05 +0000
commit0156313f48e98c3e4e93527bc4d6ccf36f871434 (patch)
treedba8aea2b618709053c87c0cc1ead93b475a8375
parent2e1beaff3880cf4da9b02fdcae34ef7f172c7eca (diff)
downloadeclipse.platform.runtime-I20150508-2000.tar.gz
eclipse.platform.runtime-I20150508-2000.tar.xz
eclipse.platform.runtime-I20150508-2000.zip
-rw-r--r--features/org.eclipse.core.runtime.feature/feature.xml2
-rw-r--r--features/org.eclipse.core.runtime.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.core.runtime.feature/feature.xml b/features/org.eclipse.core.runtime.feature/feature.xml
index cbd09757e..6df167bfd 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 713ad3644..e552ebe8f 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>

Back to the top