Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-08-09 14:18:18 +0000
committerThomas Watson2017-08-09 14:50:27 +0000
commit8c131b4fef062b858c96a13c037775cde519faa8 (patch)
tree5be64a66039be4be927d0650ac6cfd24ec1d004a /features
parent3e193d46363000ec2ee01890557c49c52b845326 (diff)
downloadrt.equinox.framework-8c131b4fef062b858c96a13c037775cde519faa8.tar.gz
rt.equinox.framework-8c131b4fef062b858c96a13c037775cde519faa8.tar.xz
rt.equinox.framework-8c131b4fef062b858c96a13c037775cde519faa8.zip
Diffstat (limited to 'features')
-rwxr-xr-xfeatures/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 7a846483d..26de0ae2a 100755
--- 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.7.0.qualifier"
+ version="3.8.0.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 d707a49f2..838681f43 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.7.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top