Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/org.eclipse.fx.shared.releng/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.fx.shared.releng/pom.xml b/releng/org.eclipse.fx.shared.releng/pom.xml
index c5aefc1bd..a8dedae6b 100755
--- a/releng/org.eclipse.fx.shared.releng/pom.xml
+++ b/releng/org.eclipse.fx.shared.releng/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.eclipse.fx.shared</groupId>
<artifactId>releng</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>0.21.0</tycho-version>
@@ -30,11 +30,11 @@
<module>../../bundles/runtime/org.eclipse.fx.javafx</module>
<module>../../bundles/runtime/org.eclipse.fx.osgi</module>
<module>../../bundles/runtime/org.eclipse.fx.ui.workbench3</module>
-
+
<!-- Features -->
<module>../runtime/org.eclipse.fx.core.shared.feature</module>
<module>../runtime/org.eclipse.fx.runtime.min.feature</module>
-
+
<module>../org.eclipse.fx.core.shared.updatesite</module>
<module>../org.eclipse.fx.shared.doc</module>
</modules>
@@ -87,7 +87,7 @@
</execution>
</executions>
</plugin>
-
+
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
@@ -158,7 +158,7 @@
<scope>system</scope>
<systemPath>${java.home}/lib/jfxrt.jar</systemPath>
</extraClasspathElement>
- </extraClasspathElements>
+ </extraClasspathElements>
</configuration>
</plugin>
<plugin>

Back to the top