Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-30 18:29:09 +0000
committerThomas Watson2015-04-30 18:29:09 +0000
commit76e1baadc29759dbdf6e11a8f1e386fb709c3c9a (patch)
tree64a15eb99195ce09b3ed60756910047c4d42a631 /features
parentbc0db6c5efec447780c42cb431fad1d4db1dcc6a (diff)
downloadrt.equinox.framework-76e1baadc29759dbdf6e11a8f1e386fb709c3c9a.tar.gz
rt.equinox.framework-76e1baadc29759dbdf6e11a8f1e386fb709c3c9a.tar.xz
rt.equinox.framework-76e1baadc29759dbdf6e11a8f1e386fb709c3c9a.zip
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.executable.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index 82b718968..1c13db7d7 100644
--- a/features/org.eclipse.equinox.executable.feature/feature.xml
+++ b/features/org.eclipse.equinox.executable.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.executable"
label="%featureName"
- version="3.6.100.qualifier"
+ version="3.6.200.qualifier"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index ce6b54811..9b44b858d 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.equinox.executable</artifactId>
- <version>3.6.100-SNAPSHOT</version>
+ <version>3.6.200-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top