Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-04-03 22:58:54 +0000
committerJonah Graham2021-04-04 00:23:09 +0000
commitf0d7dd7864dc89b1503aebe5a772e72b617c92f4 (patch)
treedb9e70f33b313df35e9d789fcab4a146ff1b3482 /pom.xml
parent149aca51f96166d2502f0195a5d8b8b183b5ccf0 (diff)
downloadorg.eclipse.cdt-f0d7dd7864dc89b1503aebe5a772e72b617c92f4.tar.gz
org.eclipse.cdt-f0d7dd7864dc89b1503aebe5a772e72b617c92f4.tar.xz
org.eclipse.cdt-f0d7dd7864dc89b1503aebe5a772e72b617c92f4.zip
Document and update cdt.tests.dsf.gdb.versions build variable
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 75ed514120e..f5cda592294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,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.3</cdt.tests.dsf.gdb.versions>
+ <cdt.tests.dsf.gdb.versions>gdb.10.1</cdt.tests.dsf.gdb.versions>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildId>${buildTimestamp}</buildId>

Back to the top