diff options
Diffstat (limited to 'examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/pom.xml')
-rw-r--r-- | examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/pom.xml b/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/pom.xml index 23abaaf66c..9b4c3d1f93 100644 --- a/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/pom.xml +++ b/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.emf.ecp</groupId> <artifactId>ecp-examples-parent</artifactId> - <version>1.15.0-SNAPSHOT</version> + <version>1.16.0-SNAPSHOT</version> <relativePath>../../releng/org.eclipse.emf.ecp.releng.examples/</relativePath> </parent> @@ -15,5 +15,5 @@ <packaging>eclipse-plugin</packaging> <groupId>org.eclipse.emf.ecp</groupId> - <version>1.15.0-SNAPSHOT</version> + <version>1.16.0-SNAPSHOT</version> </project> |