Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-10 00:36:37 +0000
committerDavid Williams2014-11-10 00:36:37 +0000
commit81d7b216dfad707841eb0dec2f0ec1a69bf531b7 (patch)
treee63b5fa29343a09b65ad27c5b62d6454d4e95355 /eclipse-platform-parent/pom.xml
parent958e419a1b8b3d4ce3cb6d42fe4216eade99d654 (diff)
downloadeclipse.platform.releng.aggregator-81d7b216dfad707841eb0dec2f0ec1a69bf531b7.tar.gz
eclipse.platform.releng.aggregator-81d7b216dfad707841eb0dec2f0ec1a69bf531b7.tar.xz
eclipse.platform.releng.aggregator-81d7b216dfad707841eb0dec2f0ec1a69bf531b7.zip
Bug 444243 - Improve scripts to handle performance tests
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 112becba5..f062fb9de 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -35,23 +35,23 @@
See bug 328139.
-->
<releaseName>Mars</releaseName>
- <!--
- The releaseNumbers below, for SDK and Platform, might be
- thought of as the "marketing number" or "branding number",
- and in fact are used in the branding bundle of the corresponding products.
- In practice, the SDK number and Platform number are always the same,
- though in theory they would not always have to be ... so we'll use
- separate numbers. Also in practice, they are almost always the same as
- or nearly the same as the "product feature" numbers, but for example, for
- the initial release, some prefer we not use the trailing zero, but instead
- merely "4.5, instead of 4.5.0". And, hypothetically, there might be a time
- in the future when the platform for a new release was "merely service",
- but we'd still want the "marketing number" to be increased to reflect
+ <!--
+ The releaseNumbers below, for SDK and Platform, might be
+ thought of as the "marketing number" or "branding number",
+ and in fact are used in the branding bundle of the corresponding products.
+ In practice, the SDK number and Platform number are always the same,
+ though in theory they would not always have to be ... so we'll use
+ separate numbers. Also in practice, they are almost always the same as
+ or nearly the same as the "product feature" numbers, but for example, for
+ the initial release, some prefer we not use the trailing zero, but instead
+ merely "4.5, instead of 4.5.0". And, hypothetically, there might be a time
+ in the future when the platform for a new release was "merely service",
+ but we'd still want the "marketing number" to be increased to reflect
"a new yearly release".
-->
<releaseNumberSDK>4.5</releaseNumberSDK>
<releaseNumberPlatform>4.5</releaseNumberPlatform>
-
+
<tycho.version>0.21.0</tycho.version>
<tycho-extras.version>0.21.0</tycho-extras.version>

Back to the top