diff options
author | Tom Schindl | 2014-10-23 09:54:42 +0000 |
---|---|---|
committer | Tom Schindl | 2014-10-23 09:54:42 +0000 |
commit | 151ba73dcb81cce8cc325075ddf19c53d88bf58b (patch) | |
tree | efa4a3d08cc9b0e46e1c5ed7a15788dd2f61e4fa /releng/runtime | |
parent | d945a67027c71b931b68ac7eefa9409bcf845eda (diff) | |
download | org.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')
16 files changed, 30 insertions, 30 deletions
diff --git a/releng/runtime/org.eclipse.fx.core.feature/feature.xml b/releng/runtime/org.eclipse.fx.core.feature/feature.xml index 645bd3836..b3244d9d0 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="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.core.feature/pom.xml b/releng/runtime/org.eclipse.fx.core.feature/pom.xml index 65712f29b..96dd1053c 100644 --- a/releng/runtime/org.eclipse.fx.core.feature/pom.xml +++ b/releng/runtime/org.eclipse.fx.core.feature/pom.xml @@ -5,12 +5,12 @@ <groupId>org.eclipse.fx.runtime</groupId>
<artifactId>org.eclipse.fx.core.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 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 378318989..9240911d9 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="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.core.shared.feature/pom.xml b/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml index 02210d492..4c122eb44 100644 --- a/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml +++ b/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml @@ -5,12 +5,12 @@ <groupId>org.eclipse.fx.shared</groupId>
<artifactId>org.eclipse.fx.core.shared.feature</artifactId>
<packaging>eclipse-feature</packaging>
-
+
<parent>
<groupId>org.eclipse.fx.shared</groupId>
<artifactId>releng</artifactId>
<relativePath>../../org.eclipse.fx.shared.releng/pom.xml</relativePath>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
</project>
\ No newline at end of file diff --git a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml index 4d4aa0918..bf38626c4 100644 --- a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml +++ b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.fx.runtime.feature" label="Rutime Bundle Collector Feature" - version="1.0.0.qualifier" + version="1.1.0.qualifier" provider-name="BestSolution.at"> <description url="http://www.example.com/description"> @@ -527,7 +527,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U install-size="0" version="0.0.0" unpack="false"/> - + <plugin id="org.eclipse.fx.core.fxml.source" download-size="0" diff --git a/releng/runtime/org.eclipse.fx.runtime.feature/pom.xml b/releng/runtime/org.eclipse.fx.runtime.feature/pom.xml index dc1bdd80f..1a02789d0 100644 --- a/releng/runtime/org.eclipse.fx.runtime.feature/pom.xml +++ b/releng/runtime/org.eclipse.fx.runtime.feature/pom.xml @@ -5,12 +5,12 @@ <groupId>org.eclipse.fx.runtime</groupId>
<artifactId>org.eclipse.fx.runtime.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 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 556ef4f80..41d8ad9c7 100644 --- a/releng/runtime/org.eclipse.fx.runtime.min.feature/feature.xml +++ b/releng/runtime/org.eclipse.fx.runtime.min.feature/feature.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="org.eclipse.fx.runtime.min.feature" - label="Feature" - version="1.0.0.qualifier" + label="e(fx)clipse - Minimal JavaFX OSGi integration bundles" + version="1.1.0.qualifier" provider-name="BestSolution.at"> <description url="http://www.example.com/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 6708e9a6e..dfb27fca3 100644 --- a/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml +++ b/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml @@ -5,12 +5,12 @@ <groupId>org.eclipse.fx.runtime</groupId>
<artifactId>org.eclipse.fx.runtime.min.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 diff --git a/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml b/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml index b2592714e..01e7c0403 100644 --- a/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml +++ b/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.fx.swtfx.feature" label="SWT on JavaFX implementation" - 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.swtfx.feature/pom.xml b/releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml index 6f7ff8da6..374c583f9 100644 --- a/releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml +++ b/releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml @@ -5,12 +5,12 @@ <groupId>org.eclipse.fx.runtime.experimental</groupId>
<artifactId>org.eclipse.fx.swtfx.feature</artifactId>
<packaging>eclipse-feature</packaging>
-
+
<parent>
<groupId>org.eclipse.fx.experimental</groupId>
<artifactId>releng</artifactId>
<relativePath>../../org.eclipse.fx.experimental.releng/pom.xml</relativePath>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
</project>
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml index a3e07d0ba..502ff79a2 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="1.0.0.qualifier" + version="1.1.0.qualifier" provider-name="BestSolution.at"> <description url="http://www.example.com/description"> @@ -2195,7 +2195,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U install-size="0" version="0.0.0" unpack="false"/> - + <plugin id="org.slf4j.ext" download-size="0" @@ -2265,7 +2265,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U install-size="0" version="0.0.0" unpack="false"/> - + <plugin id="ch.qos.logback.core" download-size="0" @@ -2279,7 +2279,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U install-size="0" version="0.0.0" unpack="false"/> - + <plugin id="ch.qos.logback.slf4j" download-size="0" @@ -2293,7 +2293,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U install-size="0" version="0.0.0" unpack="false"/> - + <plugin id="ch.qos.logback.classic" download-size="0" diff --git a/releng/runtime/org.eclipse.fx.target.feature/pom.xml b/releng/runtime/org.eclipse.fx.target.feature/pom.xml index 86334c4d5..804a5c813 100644 --- a/releng/runtime/org.eclipse.fx.target.feature/pom.xml +++ b/releng/runtime/org.eclipse.fx.target.feature/pom.xml @@ -5,12 +5,12 @@ <groupId>org.eclipse.fx.runtime</groupId>
<artifactId>org.eclipse.fx.target.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 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 b50089206..74ac64663 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="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.rcp.feature/pom.xml b/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml index c35cf8b18..6fee79a13 100644 --- a/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml +++ b/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml @@ -5,12 +5,12 @@ <groupId>org.eclipse.fx.runtime</groupId>
<artifactId>org.eclipse.fx.target.rcp.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 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 |