Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.equinox.core.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.core.feature/pom.xml2
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml2
-rw-r--r--features/org.eclipse.equinox.core.sdk/pom.xml2
-rw-r--r--features/org.eclipse.equinox.server.core/feature.xml2
-rw-r--r--features/org.eclipse.equinox.server.core/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.core.feature/feature.xml b/features/org.eclipse.equinox.core.feature/feature.xml
index fb5c9ebe9..4b91e440f 100644
--- a/features/org.eclipse.equinox.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.core.feature"
label="%featureName"
- version="1.13.500.qualifier"
+ version="1.13.600.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.core.feature/pom.xml b/features/org.eclipse.equinox.core.feature/pom.xml
index f683d17d3..87d3d1846 100644
--- a/features/org.eclipse.equinox.core.feature/pom.xml
+++ b/features/org.eclipse.equinox.core.feature/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.equinox.core.feature</artifactId>
- <version>1.13.500-SNAPSHOT</version>
+ <version>1.13.600-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 44cfa4b37..b74db667d 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.core.sdk"
label="%featureName"
- version="3.23.300.qualifier"
+ version="3.23.400.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.core.sdk/pom.xml b/features/org.eclipse.equinox.core.sdk/pom.xml
index 05e8513f8..575be819c 100644
--- a/features/org.eclipse.equinox.core.sdk/pom.xml
+++ b/features/org.eclipse.equinox.core.sdk/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.equinox.core.sdk</artifactId>
- <version>3.23.300-SNAPSHOT</version>
+ <version>3.23.400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.equinox.server.core/feature.xml b/features/org.eclipse.equinox.server.core/feature.xml
index 9646e02c8..1f38e3312 100644
--- a/features/org.eclipse.equinox.server.core/feature.xml
+++ b/features/org.eclipse.equinox.server.core/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.server.core"
label="%featureName"
- version="1.14.500.qualifier"
+ version="1.14.600.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.equinox.server.core/pom.xml b/features/org.eclipse.equinox.server.core/pom.xml
index e66a8aee5..deb6f8e0b 100644
--- a/features/org.eclipse.equinox.server.core/pom.xml
+++ b/features/org.eclipse.equinox.server.core/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
<artifactId>org.eclipse.equinox.server.core</artifactId>
- <version>1.14.500-SNAPSHOT</version>
+ <version>1.14.600-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top