Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-01-22 08:39:13 +0000
committerSarika Sinha2019-01-22 08:39:13 +0000
commit1e13edbf3ba52a50bae74a261945d8b4f8217d60 (patch)
treedf9c9addbbcb2c11dd99372f1c4bee53a91621f1 /org.eclipse.debug.ui/pom.xml
parente037f52f58741dd018f5dab8a9f107e51ff3d358 (diff)
downloadeclipse.platform.debug-1e13edbf3ba52a50bae74a261945d8b4f8217d60.tar.gz
eclipse.platform.debug-1e13edbf3ba52a50bae74a261945d8b4f8217d60.tar.xz
eclipse.platform.debug-1e13edbf3ba52a50bae74a261945d8b4f8217d60.zip
Bug 334991 - Variables view: Add history with recent expressions to the
Diffstat (limited to 'org.eclipse.debug.ui/pom.xml')
-rw-r--r--org.eclipse.debug.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index 49a95e7ee..936f6452a 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2018 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 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,7 +18,7 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.ui</artifactId>
- <version>3.13.300-SNAPSHOT</version>
+ <version>3.13.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings>

Back to the top