Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-06-04 17:16:01 +0000
committerJonah Graham2019-06-04 20:10:18 +0000
commit6df1dace8bcd20e4a5f786be534f12471a2ffc15 (patch)
tree6b2c88bbe14d1ef94d29af4010fc6b549fb615c6 /pom.xml
parentef07729e4503e19eec255e5fdd9a8ec513263cd5 (diff)
downloadorg.eclipse.cdt-6df1dace8bcd20e4a5f786be534f12471a2ffc15.tar.gz
org.eclipse.cdt-6df1dace8bcd20e4a5f786be534f12471a2ffc15.tar.xz
org.eclipse.cdt-6df1dace8bcd20e4a5f786be534f12471a2ffc15.zip
[releng] Update to latest GDB, 8.3, for tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3c2f8607344..7f391dab772 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
users expect. -->
<skipTests>${cdt-other.skip.tests}</skipTests>
<dsf.gdb.tests.gdbPath>/shared/common/gdb/gdb-all/bin</dsf.gdb.tests.gdbPath>
- <cdt.tests.dsf.gdb.versions>gdb.8.2</cdt.tests.dsf.gdb.versions>
+ <cdt.tests.dsf.gdb.versions>gdb.8.3</cdt.tests.dsf.gdb.versions>
</properties>
<licenses>

Back to the top