Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-10-24 14:33:52 +0000
committerThomas Watson2014-10-24 14:33:52 +0000
commita01706946791bc076843adb6681a5444dd4fe5e9 (patch)
tree38ad20448c817579ea47ac73e615c72b697b089f
parentdc225e36ded09cf08126fdfaa7fbac8ac9d39707 (diff)
downloadeclipse.platform.runtime-M20141112-0800.tar.gz
eclipse.platform.runtime-M20141112-0800.tar.xz
eclipse.platform.runtime-M20141112-0800.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..f63514e93 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 9b6468748..10d87f130 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>

Back to the top