Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-08-11 13:23:49 +0000
committerThomas Watson2017-08-11 13:25:04 +0000
commit676f51d077edfe0db20b70f9c03a4d584bab170f (patch)
treea1ddfd94993d699ae73c35c41163f7397b92f8ca
parent2c8c788dacedb082584bd9854bed71dd7d6bcac0 (diff)
downloadrt.equinox.framework-676f51d077edfe0db20b70f9c03a4d584bab170f.tar.gz
rt.equinox.framework-676f51d077edfe0db20b70f9c03a4d584bab170f.tar.xz
rt.equinox.framework-676f51d077edfe0db20b70f9c03a4d584bab170f.zip
Change-Id: I6392a5b4aeed03ca292cea7f4e7fbf64986e8667 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rwxr-xr-xfeatures/org.eclipse.equinox.executable.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml2
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml2
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index 7a846483d..bcdc73054 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.7.1.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 8ac08008e..4f2da3746 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.7.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml b/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
index f5ebe95d5..bcf026914 100644
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
+++ b/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osgi.compatibility.plugins.feature"
label="%featureName"
- version="1.1.0.qualifier"
+ version="1.1.1.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml b/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
index 377ffe0ed..2e50e286e 100644
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
+++ b/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.osgi.compatibility.plugins.feature</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top