diff options
Diffstat (limited to 'releng/runtime/org.eclipse.fx.runtime.feature')
-rw-r--r-- | releng/runtime/org.eclipse.fx.runtime.feature/feature.xml | 4 | ||||
-rw-r--r-- | releng/runtime/org.eclipse.fx.runtime.feature/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
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 |