Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2022-03-10 06:51:26 +0000
committerAlexander Kurtakov2022-03-10 07:16:34 +0000
commitfd2f4fbc8f5be1ff93d197e974ffd3482788e837 (patch)
tree7d0feaeaef1aae0cbf5fc3130f1dc94d1ffb9c2c
parent0ec41cabcaa9c478421312cc1603dad655b58257 (diff)
downloadrt.equinox.bundles-master.tar.gz
rt.equinox.bundles-master.tar.xz
rt.equinox.bundles-master.zip
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Change-Id: Ie2f8f10372ac6bd206e34647a669fb123815f3d5 Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.bundles/+/191695 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
-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