From f79ceaf7e609896cea43ca35093af33192e3b345 Mon Sep 17 00:00:00 2001 From: zhanhb Date: Tue, 2 May 2017 10:15:55 +0200 Subject: [PATCH] #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. --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3b758fec..367f6874 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ Spring Data Build - General parent module Global parent pom.xml to be used by Spring Data modules http://www.spring.io/spring-data - 2011-2016 + 2011 Pivotal Software, Inc. @@ -59,7 +59,7 @@ Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - 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.