Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2016-04-27 20:36:42 +0000
committerTom Schindl2016-04-27 20:36:42 +0000
commit8eb92a13e7654743b2e2a264a6907012c55435a8 (patch)
tree24e18ac9342e33720c6657e4c8c46f14d80f925e /releng
parent61adaa85870f2723b4cd0153a80de30035a00f20 (diff)
downloadorg.eclipse.efxclipse-8eb92a13e7654743b2e2a264a6907012c55435a8.tar.gz
org.eclipse.efxclipse-8eb92a13e7654743b2e2a264a6907012c55435a8.tar.xz
org.eclipse.efxclipse-8eb92a13e7654743b2e2a264a6907012c55435a8.zip
update to version 2.4.0
Diffstat (limited to 'releng')
-rw-r--r--releng/runtime/org.eclipse.fx.runtime.min.feature/feature.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/releng/runtime/org.eclipse.fx.runtime.min.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.min.feature/feature.xml
index f4fd83dfd..36da37b45 100644
--- a/releng/runtime/org.eclipse.fx.runtime.min.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.runtime.min.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.fx.runtime.min.feature"
label="e(fx)clipse - Minimal JavaFX OSGi integration bundles"
- version="2.3.0.qualifier"
+ version="2.4.0.qualifier"
provider-name="Eclipse.org">
<description>
diff --git a/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml b/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml
index ce3f7f19a..5b84b1645 100644
--- a/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml
+++ b/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.fx.shared</groupId>
<artifactId>releng</artifactId>
<relativePath>../../org.eclipse.fx.shared.releng/pom.xml</relativePath>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.4.0-SNAPSHOT</version>
</parent>
</project> \ No newline at end of file

Back to the top