Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/org.eclipse.papyrus.tests.framework/pom.xml')
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
index 1b86a427424..c1dc37d5554 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
+++ b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
@@ -6,12 +6,12 @@
<parent>
<groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.dev.releng</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../../../releng/dev/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.tests.framework</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top