Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-05 18:36:32 +0000
committerDavid Williams2014-07-05 18:36:32 +0000
commit8819443e938a31744dfa683864109ed0c09d7ded (patch)
tree8659df133529c3c886f9240833a661db0d28cbe1 /eclipse-platform-parent/pom.xml
parent38cf0c847ddfa47d2c09d6aa45385a8ee3aceca5 (diff)
downloadeclipse.platform.releng.aggregator-8819443e938a31744dfa683864109ed0c09d7ded.tar.gz
eclipse.platform.releng.aggregator-8819443e938a31744dfa683864109ed0c09d7ded.tar.xz
eclipse.platform.releng.aggregator-8819443e938a31744dfa683864109ed0c09d7ded.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.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index a05dcb1fc..6666bd327 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -34,6 +34,20 @@
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".
+ -->
+ <releaseNumberSDK>4.5</releaseNumberSDK>
+ <releaseNNumberPlatform>4.5</releaseNumberPlatform>
+
<tycho.version>0.20.0</tycho.version>
<tycho-extras.version>0.20.0</tycho-extras.version>

Back to the top