Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-02-02 12:46:42 +0000
committerTom Schindl2015-02-02 12:50:03 +0000
commit56361c28b31b5823adf1e9e04cf192d3ae815b1b (patch)
tree81d5a7d2df59106bb4a46d0cd690f654e38beb83 /bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui
parent1b609262fc82bc874fc8882b63c6c494b270bbe3 (diff)
downloadorg.eclipse.efxclipse-56361c28b31b5823adf1e9e04cf192d3ae815b1b.tar.gz
org.eclipse.efxclipse-56361c28b31b5823adf1e9e04cf192d3ae815b1b.tar.xz
org.eclipse.efxclipse-56361c28b31b5823adf1e9e04cf192d3ae815b1b.zip
Bug 458937 - Upgrade versions to 2.0.0
Diffstat (limited to 'bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui')
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF2
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF b/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF
index 86ad5208f..18dc3c1b9 100755
--- a/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF
+++ b/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: RRobot UI
Bundle-Vendor: My Company
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-SymbolicName: org.eclipse.fx.ide.rrobot.dsl.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.fx.ide.rrobot.dsl;visibility:=reexport,
diff --git a/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml b/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml
index 3d804cf4a..37718751d 100755
--- a/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml
+++ b/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.fx.ide</groupId>
<artifactId>releng</artifactId>
<relativePath>../../../releng/org.eclipse.fx.ide.releng/pom.xml</relativePath>
- <version>1.2.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<build>

Back to the top