Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2016-04-27 20:38:16 +0000
committerTom Schindl2016-04-27 20:38:16 +0000
commitf365f867dc434f0aff6ba12d89a34883b9c883f9 (patch)
tree237d706d5315ed88793cf6438bb242e04c74305b /releng/runtime
parent1ee1760f5a280ca9cff38ca95d1f7a3ca05ebad2 (diff)
downloadorg.eclipse.efxclipse-f365f867dc434f0aff6ba12d89a34883b9c883f9.tar.gz
org.eclipse.efxclipse-f365f867dc434f0aff6ba12d89a34883b9c883f9.tar.xz
org.eclipse.efxclipse-f365f867dc434f0aff6ba12d89a34883b9c883f9.zip
update to version 2.4.0
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.core.shared.feature/feature.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/releng/runtime/org.eclipse.fx.core.shared.feature/feature.xml b/releng/runtime/org.eclipse.fx.core.shared.feature/feature.xml
index c940703bb..8d41177a6 100644
--- a/releng/runtime/org.eclipse.fx.core.shared.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.core.shared.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.fx.core.shared.feature"
label="Feature"
- version="2.3.0.qualifier"
+ version="2.4.0.qualifier"
provider-name="Eclipse.org">
<description>
diff --git a/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml b/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml
index 9d5fd9e3b..13a2d88dd 100644
--- a/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml
+++ b/releng/runtime/org.eclipse.fx.core.shared.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