Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2013-04-02 16:49:42 +0000
committerCurtis Windatt2013-04-02 16:49:42 +0000
commit292e326c834a95179dea5738e8cb467a0ca64543 (patch)
treed65715e5672f8d814cab4f89157a1c2f3795f1dd
parent5470662974f617a8a7e84478a71969e27c7971f7 (diff)
downloadeclipse.jdt.debug-292e326c834a95179dea5738e8cb467a0ca64543.tar.gz
eclipse.jdt.debug-292e326c834a95179dea5738e8cb467a0ca64543.tar.xz
eclipse.jdt.debug-292e326c834a95179dea5738e8cb467a0ca64543.zip
Fix POM versions
-rw-r--r--org.eclipse.jdt.launching.ui.macosx/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.launching.ui.macosx/pom.xml b/org.eclipse.jdt.launching.ui.macosx/pom.xml
index 4dc5ddec3..92a6a753f 100644
--- a/org.eclipse.jdt.launching.ui.macosx/pom.xml
+++ b/org.eclipse.jdt.launching.ui.macosx/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.launching.ui.macosx</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top