Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-26 14:25:54 +0000
committerCurtis Windatt2013-06-26 14:25:54 +0000
commit071c606de4c4f5155d67ebabc4c370af04f37b74 (patch)
tree7bfe31d4bba115cabdc4004a039cba1241eae762 /pom.xml
parent37b4c72b389e73c8dba177a00eb2419f13c13ca5 (diff)
downloadeclipse.platform.debug-071c606de4c4f5155d67ebabc4c370af04f37b74.tar.gz
eclipse.platform.debug-071c606de4c4f5155d67ebabc4c370af04f37b74.tar.xz
eclipse.platform.debug-071c606de4c4f5155d67ebabc4c370af04f37b74.zip
Bug 411166 - Update parent POMs for Luna
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 52a5e35be..692b0cf52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>eclipse.platform.debug</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top