Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-07-27 11:06:25 +0000
committerTom Schindl2015-07-27 11:06:25 +0000
commitc23e796217cd8e561561a9a3093e205badfb72c6 (patch)
tree0c67cc5ca9205269381258abf9f8847e3e39f15f
parent20f3fb500d37f4692c5b6d83232431549b72f28b (diff)
downloadorg.eclipse.efxclipse-c23e796217cd8e561561a9a3093e205badfb72c6.tar.gz
org.eclipse.efxclipse-c23e796217cd8e561561a9a3093e205badfb72c6.tar.xz
org.eclipse.efxclipse-c23e796217cd8e561561a9a3093e205badfb72c6.zip
Bug 473634 - Update generated pom.xml to tycho 0.23.1
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/RootPomGenerator.xtend2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/RootPomGenerator.xtend b/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/RootPomGenerator.xtend
index a6cd6b41e..849055686 100755
--- a/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/RootPomGenerator.xtend
+++ b/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/RootPomGenerator.xtend
@@ -32,7 +32,7 @@ class RootPomGenerator implements Generator<DynamicFile> {
name,
groupId,
artifactId,
- null, null, null, null,toPomVersion(version),"0.21.0","4.11","1.8.4","4.2","1.0.0","2.2.0-SNAPSHOT",modules,repos); //FIXME Versions based on release!!!
+ null, null, null, null,toPomVersion(version),"0.23.1","4.11","1.8.4","4.2","1.0.0","2.2.0-SNAPSHOT",modules,repos); //FIXME Versions based on release!!!
return new ByteArrayInputStream(generate(pomdata).toString.bytes);
}

Back to the top