Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-02-03 18:52:55 +0000
committerTom Schindl2014-02-03 23:04:09 +0000
commit4dd1f873961389e214d36b1665a54be35c1a78a0 (patch)
tree9acbb5d9e23b9054299711638bde42f699743ed9 /releng/runtime
parentb2fcaa674325c4242cfa1772b455bc6d53d44794 (diff)
downloadorg.eclipse.efxclipse-4dd1f873961389e214d36b1665a54be35c1a78a0.tar.gz
org.eclipse.efxclipse-4dd1f873961389e214d36b1665a54be35c1a78a0.tar.xz
org.eclipse.efxclipse-4dd1f873961389e214d36b1665a54be35c1a78a0.zip
Bug 421141 - Runtime integration for Luna
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/feature.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/pom.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/pom.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/releng/runtime/org.eclipse.fx.core.feature/feature.xml b/releng/runtime/org.eclipse.fx.core.feature/feature.xml
index 9b6e9988a..30d5de0ae 100644
--- a/releng/runtime/org.eclipse.fx.core.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.fx.core.feature"
label="e(fx)clipse core Feature"
- version="0.9.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="BestSolution.at">
<description url="http://www.example.com/description">
diff --git a/releng/runtime/org.eclipse.fx.core.feature/pom.xml b/releng/runtime/org.eclipse.fx.core.feature/pom.xml
index 5bff0dd3b..65712f29b 100644
--- a/releng/runtime/org.eclipse.fx.core.feature/pom.xml
+++ b/releng/runtime/org.eclipse.fx.core.feature/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.fx</groupId>
<artifactId>releng</artifactId>
<relativePath>../../org.eclipse.fx.releng/pom.xml</relativePath>
- <version>0.9.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
</project> \ No newline at end of file
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
index ef80be438..1a649360e 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.fx.target.feature"
label="Target Platform Feature"
- version="0.9.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="BestSolution.at">
<description url="http://www.example.com/description">
diff --git a/releng/runtime/org.eclipse.fx.target.feature/pom.xml b/releng/runtime/org.eclipse.fx.target.feature/pom.xml
index f832a3ea6..86334c4d5 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/pom.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.fx</groupId>
<artifactId>releng</artifactId>
<relativePath>../../org.eclipse.fx.releng/pom.xml</relativePath>
- <version>0.9.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
</project> \ No newline at end of file
diff --git a/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml
index 441dea18c..28796022f 100644
--- a/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.rcp.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.fx.target.rcp.feature"
label="RCP 3.x Target Platform Feature"
- version="0.9.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="BestSolution.at">
<description url="http://www.example.com/description">
diff --git a/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml b/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml
index 0f1b29f71..c35cf8b18 100644
--- a/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml
+++ b/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.fx</groupId>
<artifactId>releng</artifactId>
<relativePath>../../org.eclipse.fx.releng/pom.xml</relativePath>
- <version>0.9.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
</project> \ No newline at end of file

Back to the top