Remove the usage of license years property and use inceptionYear for this module

This allows to get correct start date without having to specify the end date.
In this case we reuse the top level currentYear property

Change-Id: I3b63e90eb99589d0432f2cffe05ec522f1a96866
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
6.19.x
Florent BENOIT 2016-02-12 14:29:54 +01:00
parent 37f3acf5c6
commit 7bfaf994ac
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@
<version>4.0.0-RC4-SNAPSHOT</version>
<packaging>war</packaging>
<name>Eclipse Che Dashboard :: Web App</name>
<properties>
<license_years>2015-2016</license_years>
</properties>
<inceptionYear>2015</inceptionYear>
<build>
<finalName>dashboard-war</finalName>
<plugins>