Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 6ba08dc0744..813f10004f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>10.3.0-SNAPSHOT</version>
+ <version>10.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>CDT Parent</name>
@@ -48,7 +48,7 @@
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
- <comparator.repo>https://download.eclipse.org/tools/cdt/releases/10.2/cdt-10.2.0/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/tools/cdt/releases/10.3/cdt-10.3.0/</comparator.repo>
<!-- these parameters are to control baseline replace and compare. On a local build you want
to avoid baseline replace and compare, especially if you have different versions of Java than
the baseline was built with. This is the default.

Back to the top