Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-02-02 12:32:58 +0000
committerTom Schindl2015-02-02 12:32:58 +0000
commit484a271c779c272b8fd84cbbb4fe0f2bd6d2b197 (patch)
treef8274edb31505560f6a39f161521547aa5426b44 /bundles/runtime/org.eclipse.fx.core
parentd961ecfb132b428df19057dfd800bf38ed2a3006 (diff)
downloadorg.eclipse.efxclipse-484a271c779c272b8fd84cbbb4fe0f2bd6d2b197.tar.gz
org.eclipse.efxclipse-484a271c779c272b8fd84cbbb4fe0f2bd6d2b197.tar.xz
org.eclipse.efxclipse-484a271c779c272b8fd84cbbb4fe0f2bd6d2b197.zip
Bug 458937 - Upgrade versions to 2.0.0
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.core')
-rwxr-xr-xbundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF2
-rwxr-xr-xbundles/runtime/org.eclipse.fx.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
index 8ceea99a7..4fcd380de 100755
--- a/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.fx.core
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.annotation;version="1.2.0",
javax.inject;version="1.0.0",
diff --git a/bundles/runtime/org.eclipse.fx.core/pom.xml b/bundles/runtime/org.eclipse.fx.core/pom.xml
index 709506081..130e6cc7a 100755
--- a/bundles/runtime/org.eclipse.fx.core/pom.xml
+++ b/bundles/runtime/org.eclipse.fx.core/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.fx</groupId>
<artifactId>releng</artifactId>
<relativePath>../../../releng/org.eclipse.fx.releng/pom.xml</relativePath>
- <version>1.2.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<build>

Back to the top