Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-01-31 10:08:56 +0000
committerQuentin Le Menez2018-01-31 10:08:56 +0000
commitbcfc67a70148bdacffc1ebc3bb67f4fe4c202411 (patch)
treec1c26d2d053b8ac23995882155a6d085368901bc /tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF
parenta2f14f4dba117e84fe0e375f0a024ea391b85fef (diff)
downloadorg.eclipse.papyrus-bcfc67a70148bdacffc1ebc3bb67f4fe4c202411.tar.gz
org.eclipse.papyrus-bcfc67a70148bdacffc1ebc3bb67f4fe4c202411.tar.xz
org.eclipse.papyrus-bcfc67a70148bdacffc1ebc3bb67f4fe4c202411.zip
Bug 529707 Correct the plugin versions in order to avoid clashing dependencies
Change-Id: Id1e8a4c1d81c9d7ccd04ca6de352e017eba85cab Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF
index 4497bbf6a6d..84296dda6b1 100644
--- a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF
@@ -38,7 +38,7 @@ Export-Package: org.eclipse.papyrus.editor.integration.tests,
org.eclipse.papyrus.editor.integration.tests.tests
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.100.qualifier
Bundle-Name: Papyrus Editor Integration Tests
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.editor.integration.tests.Activator

Back to the top