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/pom.xml
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/pom.xml')
-rw-r--r--tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
index 50e0ae481eb..eff098d7c2d 100644
--- a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
+++ b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.papyrus.tests</groupId>
<artifactId>org.eclipse.papyrus.editor.integration.tests</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top