Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2015-02-27 11:35:06 +0000
committerSarika Sinha2015-02-27 11:35:06 +0000
commitfb045721710e2411a8aae9549cbdd1e9f629c62b (patch)
tree22b76b0f28b0952bbfba2755cd578ed5b1a97d66 /org.eclipse.debug.examples.mixedmode/pom.xml
parentcb8b3aa793b6a92b5bf3aa6c36bdeb4d35328a46 (diff)
downloadeclipse.platform.debug-fb045721710e2411a8aae9549cbdd1e9f629c62b.tar.gz
eclipse.platform.debug-fb045721710e2411a8aae9549cbdd1e9f629c62b.tar.xz
eclipse.platform.debug-fb045721710e2411a8aae9549cbdd1e9f629c62b.zip
Bug 461029 - Move Platform Debug project to 1.7 compliance
Diffstat (limited to 'org.eclipse.debug.examples.mixedmode/pom.xml')
-rw-r--r--org.eclipse.debug.examples.mixedmode/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.mixedmode/pom.xml b/org.eclipse.debug.examples.mixedmode/pom.xml
index 044b336da..b1a6d2d30 100644
--- a/org.eclipse.debug.examples.mixedmode/pom.xml
+++ b/org.eclipse.debug.examples.mixedmode/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.examples.mixedmode</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top