Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2014-07-24 16:12:33 +0000
committerMike Rennie2014-07-24 16:12:33 +0000
commitcdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac (patch)
treeed689290dc31d74313bebd4996759652e0f2d340 /org.eclipse.debug.core/pom.xml
parented4a5afff53343242837d9fe7f0014d5419fcb81 (diff)
downloadeclipse.platform.debug-cdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac.tar.gz
eclipse.platform.debug-cdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac.tar.xz
eclipse.platform.debug-cdafcfd59cfc43c4efdf5c5d25abd5eefb4ec3ac.zip
Bug 438621 - [step filtering] Provide an extension point to enhance
methods step filtering - version / header / since tag updates
Diffstat (limited to 'org.eclipse.debug.core/pom.xml')
-rw-r--r--org.eclipse.debug.core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/pom.xml b/org.eclipse.debug.core/pom.xml
index 4051a424f..fc7c24a0d 100644
--- a/org.eclipse.debug.core/pom.xml
+++ b/org.eclipse.debug.core/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.core</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top