Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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