Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-05 18:46:52 +0000
committerDavid Williams2014-07-05 18:46:52 +0000
commit1d5df3c2e857d893455e10308e527178481585ea (patch)
tree887dae6442064b3a2acb74b565a8b7188971e918 /eclipse-platform-parent/pom.xml
parent8819443e938a31744dfa683864109ed0c09d7ded (diff)
downloadeclipse.platform.releng.aggregator-1d5df3c2e857d893455e10308e527178481585ea.tar.gz
eclipse.platform.releng.aggregator-1d5df3c2e857d893455e10308e527178481585ea.tar.xz
eclipse.platform.releng.aggregator-1d5df3c2e857d893455e10308e527178481585ea.zip
Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance builds
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 6666bd327..6704e8d4f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -43,7 +43,10 @@
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".
+ 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>
<releaseNNumberPlatform>4.5</releaseNumberPlatform>

Back to the top