diff options
author | Vincent Lorenzo | 2015-03-23 16:33:21 +0000 |
---|---|---|
committer | Vincent Lorenzo | 2015-03-30 15:45:52 +0000 |
commit | ab870557fb10b9733c22e6f6b34f734ee78adb11 (patch) | |
tree | 4fded2f0f886af39f44a49cac43b3c8ddfc70a0f /examples | |
parent | 89efe5836de5f13d1c22bc834939e5241b6a2dfd (diff) | |
download | org.eclipse.papyrus-ab870557fb10b9733c22e6f6b34f734ee78adb11.tar.gz org.eclipse.papyrus-ab870557fb10b9733c22e6f6b34f734ee78adb11.tar.xz org.eclipse.papyrus-ab870557fb10b9733c22e6f6b34f734ee78adb11.zip |
Fix number version for textual editors in papyrus
Diffstat (limited to 'examples')
-rw-r--r-- | examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml b/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml index 88e5c73b2c2..df196488911 100644 --- a/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml +++ b/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>org.eclipse.papyrus</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.0.2-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>../../../../releng/top-pom-main.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.textual.editors.example</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.0.2-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
\ No newline at end of file |