Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-08-20 11:39:11 +0000
committerSravan Kumar Lakkimsetti2018-08-20 11:39:11 +0000
commit2687e2a2118148e0e05dd424f7d0488c0d0a7b6f (patch)
treec6bf26251a2af77310726c93182913ed4e828085
parent4635d6ef97e2a4417d1a0cb64a5bfcae01d01997 (diff)
downloadeclipse.platform.releng.aggregator-2687e2a2118148e0e05dd424f7d0488c0d0a7b6f.tar.gz
eclipse.platform.releng.aggregator-2687e2a2118148e0e05dd424f7d0488c0d0a7b6f.tar.xz
eclipse.platform.releng.aggregator-2687e2a2118148e0e05dd424f7d0488c0d0a7b6f.zip
Bug 537729 - Show release name in About dialog
Change-Id: Ib536cfe1dbeefcb9d1228dd3b9b742e1e0d709f5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 6bf896099..27fc51b51 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -41,6 +41,14 @@
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>
<buildId>${buildType}${buildTimestamp}</buildId>
+ <!--
+ releaseName should match the yearly "release train" name.
+ For example, "Mars", "Mars.1", "Luna SR2", etc.
+ It will show up in "about box",
+ such as Version: Mars (4.5), for main features.
+ See bug 328139.
+ -->
+ <releaseName>2018-09</releaseName>
<!--
The releaseNumbers below, for SDK and Platform, might be
thought of as the "marketing number" or "branding number",

Back to the top