Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-04 20:58:43 +0000
committerDavid Williams2013-11-04 20:58:43 +0000
commit2fcc90fdc70b9852d776910d64c702621230cc58 (patch)
tree85229379eced249c874fcc954593cd0c71b9d973 /eclipse-platform-parent/pom.xml
parent3a20946c807ea65bb6d3cfd0374e945a49144202 (diff)
downloadeclipse.platform.releng.aggregator-2fcc90fdc70b9852d776910d64c702621230cc58.tar.gz
eclipse.platform.releng.aggregator-2fcc90fdc70b9852d776910d64c702621230cc58.tar.xz
eclipse.platform.releng.aggregator-2fcc90fdc70b9852d776910d64c702621230cc58.zip
Bug 328139 - Eclipse (train) version in about box
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 6bcf9fbe1..80093b49c 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -21,6 +21,15 @@
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>
<buildId>${buildType}${buildTimestamp}</buildId>
+ <!--
+ releaseName should match the yearly "release train" name.
+ For example, "Luna", "Luna SR1", "Luna SR2", etc.
+ It will show up in "about box", in parenthesis, after version number,
+ such as Version: 4.4.0 (Luna), for main features.
+ See bug 328139.
+ -->
+ <releaseName>Luna</releaseName>
+
<tycho.version>0.19.0</tycho.version>
<tycho-extras.version>0.19.0</tycho-extras.version>
<cbi-plugins.version>1.0.5</cbi-plugins.version>

Back to the top