#311 - Set inception year in pom.xml to 2011.

Inception year is intended to be a four digit property to generate copyright notices. JavaDoc footers are generated using the inception year and rendered as range from inception year to the current year.
This commit is contained in:
zhanhb
2017-05-02 10:15:55 +02:00
committed by Mark Paluch
parent 6fa2f5d8e1
commit d583bfa954

View File

@@ -33,7 +33,7 @@
<name>Spring Data Build - General parent module</name>
<description>Global parent pom.xml to be used by Spring Data modules</description>
<url>http://www.spring.io/spring-data</url>
<inceptionYear>2011-2015</inceptionYear>
<inceptionYear>2011</inceptionYear>
<organization>
<name>Pivotal Software, Inc.</name>
@@ -59,7 +59,7 @@
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
Copyright 2008-2016 the original author or authors.
Copyright 2008-2017 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.