Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-10 08:29:56 +0000
committerAlexander Kurtakov2019-03-10 18:48:52 +0000
commit1b378f8b5be942ea25bb3c6f38c9fb81cf80034d (patch)
treec0358969a4bc30070e59831b118cb7e0e578a86e /features
parentc146b4ffb2c8b5cff0c567d5e31561b3a7eaf40d (diff)
downloadrt.equinox.framework-1b378f8b5be942ea25bb3c6f38c9fb81cf80034d.tar.gz
rt.equinox.framework-1b378f8b5be942ea25bb3c6f38c9fb81cf80034d.tar.xz
rt.equinox.framework-1b378f8b5be942ea25bb3c6f38c9fb81cf80034d.zip
Bug 545223 - Version bumps for 4.12 streamI20190311-0410
Bump equinox executable feature. Change-Id: I815f7a0de1b9a44c7fd8378952a40ecf3803addf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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 c7fab6027..d2968d37a 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.8.300.qualifier"
+ version="3.8.400.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 f3898be49..746baeab6 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.8.300-SNAPSHOT</version>
+ <version>3.8.400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top