diff --git a/Jenkinsfile b/Jenkinsfile
index 070af376..6d02ccff 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
// check every 5 minutes for changes to the staging repo's content.jar
URLTrigger(cronTabSpec: 'H/5 * * * *', entries: [URLTriggerEntry(
- url: 'https://download.eclipse.org/staging/2025-12/content.jar',
+ url: 'https://download.eclipse.org/staging/2026-03/content.jar',
contentTypes: [
MD5Sum()
]
diff --git a/README.md b/README.md
index c9417c39..affc7238 100644
--- a/README.md
+++ b/README.md
@@ -72,14 +72,14 @@ internal signing service and can be activated only if the build is running there
### Additional Configuration Possibilities
By default, the EPP build uses the content of the Eclipse Simultaneous Release _Staging_
-repository at as input. Sometimes it is
+repository at as input. Sometimes it is
desired to build against another release (e.g., a different milestone), or against a local
mirror of this repository. This can be achieved by setting the Java property
`eclipse.simultaneous.release.repository`to another URL. As an example, by adding the
following argument to the Maven command line, the EPP build will read its input from the
-composite Eclipse 2025-12 repository:
+composite Eclipse 2026-03 repository:
- -Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2025-12"
+ -Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2026-03"
### EPP Configuration File format
diff --git a/RELEASING.md b/RELEASING.md
index 4bc0902e..f90f4cd7 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -109,7 +109,7 @@ Scroll down for the per-milestone/RC steps.
To test the upgrade an equivalent to the simrel release composite site needs to done.
Add the following software sites to available software, check for updates and then make sure stuff works.
In particular check error log and that core features, e.g., JDT, Platform, have been upgraded.
- - `https://download.eclipse.org/staging/2025-12/` -
+ - `https://download.eclipse.org/staging/2026-03/` -
_NOTE_ Use `SIMREL_REPO` if the staging repo has been updated since the `SIMREL_REPO` location was created.
- `https://download.eclipse.org/technology/epp/staging/repository/`
- `https://download.eclipse.org/justj/epp/milestone/latest` -
diff --git a/packages/org.eclipse.epp.package.committers.feature/epp.website.xml b/packages/org.eclipse.epp.package.committers.feature/epp.website.xml
index 0355b75f..3f5d9fe8 100644
--- a/packages/org.eclipse.epp.package.committers.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.committers.feature/epp.website.xml
@@ -29,11 +29,11 @@ Click here to open a b
-
+
diff --git a/packages/org.eclipse.epp.package.committers.feature/feature.properties b/packages/org.eclipse.epp.package.committers.feature/feature.properties
index 0fa37fc8..fb64a520 100644
--- a/packages/org.eclipse.epp.package.committers.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.committers.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@ The Eclipse Platform, and all the tools needed to develop and debug it: Java and
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.committers.feature/feature.xml b/packages/org.eclipse.epp.package.committers.feature/feature.xml
index 398d2ad5..c0cd9658 100644
--- a/packages/org.eclipse.epp.package.committers.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.committers.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -269,7 +269,7 @@ United States, other countries, or both.
-
+
@@ -307,8 +307,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.committers.product/pom.xml b/packages/org.eclipse.epp.package.committers.product/pom.xml
index 268529aa..ac2239ad 100644
--- a/packages/org.eclipse.epp.package.committers.product/pom.xml
+++ b/packages/org.eclipse.epp.package.committers.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.cpp.feature/feature.properties b/packages/org.eclipse.epp.package.cpp.feature/feature.properties
index 9f30ae06..5b7a840e 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.cpp.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@ An IDE for C/C++ developers.\n\
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.cpp.feature/feature.xml b/packages/org.eclipse.epp.package.cpp.feature/feature.xml
index 3b97ab2f..00fd5ea6 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.cpp.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -269,7 +269,7 @@ United States, other countries, or both.
-
+
@@ -318,8 +318,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.cpp.product/pom.xml b/packages/org.eclipse.epp.package.cpp.product/pom.xml
index 4064b675..d9d71c24 100644
--- a/packages/org.eclipse.epp.package.cpp.product/pom.xml
+++ b/packages/org.eclipse.epp.package.cpp.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.dsl.feature/feature.properties b/packages/org.eclipse.epp.package.dsl.feature/feature.properties
index df0fe33e..fbfd0ba3 100644
--- a/packages/org.eclipse.epp.package.dsl.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.dsl.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -14,7 +14,7 @@ description = \
This package contains a collection of Eclipse DSL Project components, including Xtend, Xtext, Xcore, EMF and EMFT elements. It includes a complete SDK, developer tools and source code. Note that the DSL package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.dsl.feature/feature.xml b/packages/org.eclipse.epp.package.dsl.feature/feature.xml
index 62f15dc0..d7f68f20 100644
--- a/packages/org.eclipse.epp.package.dsl.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.dsl.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -262,7 +262,7 @@ United States, other countries, or both.
-
+
@@ -295,8 +295,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.dsl.product/pom.xml b/packages/org.eclipse.epp.package.dsl.product/pom.xml
index c233fa06..f303f6ed 100644
--- a/packages/org.eclipse.epp.package.dsl.product/pom.xml
+++ b/packages/org.eclipse.epp.package.dsl.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties b/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties
index e0517e58..48b4af46 100644
--- a/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@ An IDE for Embedded C/C++ developers.\n\
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list and the embed-cdt project.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml b/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml
index efa036f9..465c347f 100644
--- a/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -269,7 +269,7 @@ United States, other countries, or both.
-
+
@@ -332,8 +332,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.embedcpp.product/pom.xml b/packages/org.eclipse.epp.package.embedcpp.product/pom.xml
index 8cc2aa35..9b41bef8 100644
--- a/packages/org.eclipse.epp.package.embedcpp.product/pom.xml
+++ b/packages/org.eclipse.epp.package.embedcpp.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.java.feature/feature.properties b/packages/org.eclipse.epp.package.java.feature/feature.properties
index d7f61434..831b4c2e 100644
--- a/packages/org.eclipse.epp.package.java.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.java.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@ The essential tools for any Java developer, including a Java IDE, a Git client,
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.java.feature/feature.xml b/packages/org.eclipse.epp.package.java.feature/feature.xml
index 344720e1..6dd3f81a 100644
--- a/packages/org.eclipse.epp.package.java.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.java.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -271,7 +271,7 @@ United States, other countries, or both.
-
+
@@ -302,8 +302,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.java.product/pom.xml b/packages/org.eclipse.epp.package.java.product/pom.xml
index 4894753a..b4038f8e 100644
--- a/packages/org.eclipse.epp.package.java.product/pom.xml
+++ b/packages/org.eclipse.epp.package.java.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.jee.feature/feature.properties b/packages/org.eclipse.epp.package.jee.feature/feature.properties
index f25d99d4..bc93151c 100644
--- a/packages/org.eclipse.epp.package.jee.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.jee.feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2010, 2025 IBM Corporation and others.
+# Copyright (c) 2010, 2026 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -29,7 +29,7 @@ Note that this package includes some incubating components, as indicated by feat
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2011, 2025 IBM Corporation and others.\n\
+Copyright (c) 2011, 2026 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.jee.feature/feature.xml b/packages/org.eclipse.epp.package.jee.feature/feature.xml
index e8eb7d43..ab19ee15 100644
--- a/packages/org.eclipse.epp.package.jee.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.jee.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -273,7 +273,7 @@ United States, other countries, or both.
-
+
@@ -371,8 +371,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.jee.product/pom.xml b/packages/org.eclipse.epp.package.jee.product/pom.xml
index f8618bc2..47f00fc2 100644
--- a/packages/org.eclipse.epp.package.jee.product/pom.xml
+++ b/packages/org.eclipse.epp.package.jee.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.modeling.feature/feature.properties b/packages/org.eclipse.epp.package.modeling.feature/feature.properties
index 7d61ee25..ee035b7c 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.modeling.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -14,7 +14,7 @@ description = \
This modeling package contains a collection of Eclipse Modeling Project components, including EMF, GMF, MDT XSD/OCL/UML2, M2M, M2T, and EMFT elements. It includes a complete SDK, developer tools and source code. Note that the Modeling package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.modeling.feature/feature.xml b/packages/org.eclipse.epp.package.modeling.feature/feature.xml
index 8eb1b6f4..71787b4a 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -269,7 +269,7 @@ United States, other countries, or both.
-
+
@@ -313,8 +313,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.modeling.product/pom.xml b/packages/org.eclipse.epp.package.modeling.product/pom.xml
index 9591f886..dabecbe1 100644
--- a/packages/org.eclipse.epp.package.modeling.product/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.php.feature/feature.properties b/packages/org.eclipse.epp.package.php.feature/feature.properties
index 07a69366..891968b3 100644
--- a/packages/org.eclipse.epp.package.php.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.php.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@ The essential starting point for PHP developers, including PHP language support,
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.php.feature/feature.xml b/packages/org.eclipse.epp.package.php.feature/feature.xml
index 7f6405e4..d8af94e6 100644
--- a/packages/org.eclipse.epp.package.php.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.php.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -269,7 +269,7 @@ United States, other countries, or both.
-
+
@@ -299,8 +299,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.php.product/pom.xml b/packages/org.eclipse.epp.package.php.product/pom.xml
index 93f67b35..983875cc 100644
--- a/packages/org.eclipse.epp.package.php.product/pom.xml
+++ b/packages/org.eclipse.epp.package.php.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.rcp.feature/feature.properties b/packages/org.eclipse.epp.package.rcp.feature/feature.properties
index 6b100c72..01ee5040 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.rcp.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -15,7 +15,7 @@ A complete set of tools for developers who want to create Eclipse plug-ins, Rich
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.rcp.feature/feature.xml b/packages/org.eclipse.epp.package.rcp.feature/feature.xml
index 00b9a608..775f45a1 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.rcp.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -271,7 +271,7 @@ United States, other countries, or both.
-
+
@@ -314,8 +314,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.rcp.product/pom.xml b/packages/org.eclipse.epp.package.rcp.product/pom.xml
index 49a99303..d578cb37 100644
--- a/packages/org.eclipse.epp.package.rcp.product/pom.xml
+++ b/packages/org.eclipse.epp.package.rcp.product/pom.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/packages/org.eclipse.epp.package.scout.feature/feature.properties b/packages/org.eclipse.epp.package.scout.feature/feature.properties
index ab38d521..0973e127 100644
--- a/packages/org.eclipse.epp.package.scout.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.scout.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2007, 2025 Eclipse contributors and others.
+# Copyright (c) 2007, 2026 Eclipse contributors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
@@ -16,7 +16,7 @@ The HTML5 front-end of Scout applications comes with multi-device support and is
Note that this package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = \
-Copyright (c) 2007, 2025 Eclipse contributors and others.\n\
+Copyright (c) 2007, 2026 Eclipse contributors and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/packages/org.eclipse.epp.package.scout.feature/feature.xml b/packages/org.eclipse.epp.package.scout.feature/feature.xml
index cc9afbed..4f024ed9 100644
--- a/packages/org.eclipse.epp.package.scout.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.scout.feature/feature.xml
@@ -2,7 +2,7 @@
-
+
@@ -269,7 +269,7 @@ United States, other countries, or both.
-
+
@@ -299,8 +299,8 @@ United States, other countries, or both.
-
-
+
+
diff --git a/packages/org.eclipse.epp.package.scout.product/pom.xml b/packages/org.eclipse.epp.package.scout.product/pom.xml
index 90593dae..1034b302 100644
--- a/packages/org.eclipse.epp.package.scout.product/pom.xml
+++ b/packages/org.eclipse.epp.package.scout.product/pom.xml
@@ -1,6 +1,6 @@
- 2025-12
- 2025-09
- 2026-03
+ 2026-03
+ 2025-12
+ 2026-06
- R
+ M1
- 4.38.0
+ 4.39.0
- 202512041000
+ 202601081000
- https://download.eclipse.org/staging/2025-12/
+ https://download.eclipse.org/staging/2026-03/
${RELEASE_NAME}-${RELEASE_MILESTONE}
@@ -51,7 +51,7 @@
- ${RELEASE_NAME} (${RELEASE_VERSION})
+ ${RELEASE_NAME} ${RELEASE_MILESTONE} (${RELEASE_VERSION} ${RELEASE_MILESTONE})
${SIMREL_REPO}
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index 5c77d6bb..fd32fd7c 100644
--- a/releng/org.eclipse.epp.config/parent/product/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/product/pom.xml
@@ -1,6 +1,6 @@