Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-10-23 09:54:42 +0000
committerTom Schindl2014-10-23 09:54:42 +0000
commit151ba73dcb81cce8cc325075ddf19c53d88bf58b (patch)
treeefa4a3d08cc9b0e46e1c5ed7a15788dd2f61e4fa /releng/runtime/org.eclipse.fx.target.rcp4.feature
parentd945a67027c71b931b68ac7eefa9409bcf845eda (diff)
downloadorg.eclipse.efxclipse-151ba73dcb81cce8cc325075ddf19c53d88bf58b.tar.gz
org.eclipse.efxclipse-151ba73dcb81cce8cc325075ddf19c53d88bf58b.tar.xz
org.eclipse.efxclipse-151ba73dcb81cce8cc325075ddf19c53d88bf58b.zip
upgrading to 1.1.0
Diffstat (limited to 'releng/runtime/org.eclipse.fx.target.rcp4.feature')
-rw-r--r--releng/runtime/org.eclipse.fx.target.rcp4.feature/feature.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.target.rcp4.feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/releng/runtime/org.eclipse.fx.target.rcp4.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.rcp4.feature/feature.xml
index 0a4e9364b..ed1758b79 100644
--- a/releng/runtime/org.eclipse.fx.target.rcp4.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.rcp4.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.fx.target.rcp4.feature"
label="RCP e4 Target Platform Feature"
- version="1.0.0.qualifier"
+ version="1.1.0.qualifier"
provider-name="BestSolution.at">
<description url="http://www.example.com/description">
diff --git a/releng/runtime/org.eclipse.fx.target.rcp4.feature/pom.xml b/releng/runtime/org.eclipse.fx.target.rcp4.feature/pom.xml
index 76f5680a4..14d710b08 100644
--- a/releng/runtime/org.eclipse.fx.target.rcp4.feature/pom.xml
+++ b/releng/runtime/org.eclipse.fx.target.rcp4.feature/pom.xml
@@ -5,12 +5,12 @@
<groupId>org.eclipse.fx.runtime</groupId>
<artifactId>org.eclipse.fx.target.rcp4.feature</artifactId>
<packaging>eclipse-feature</packaging>
-
+
<parent>
<groupId>org.eclipse.fx</groupId>
<artifactId>releng</artifactId>
<relativePath>../../org.eclipse.fx.releng/pom.xml</relativePath>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
</project> \ No newline at end of file

Back to the top