aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build/pom.xml
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-04 21:14:45 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-04 21:14:45 +0100
commit398ee59bebad6835dab57b60157eff16d511709e (patch)
tree03ae4aee5a16a6e894171ed242223857eafe4f65 /org.jacoco.build/pom.xml
parent6754cd1f93fd52a5245efc89e9d83f9c7dc4c355 (diff)
downloadjacoco-398ee59bebad6835dab57b60157eff16d511709e.tar.gz
Happy New Year 2015!
Diffstat (limited to 'org.jacoco.build/pom.xml')
-rw-r--r--org.jacoco.build/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 2dd46bd4..b4e297d4 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2009, 2014 Mountainminds GmbH & Co. KG and Contributors
+ Copyright (c) 2009, 2015 Mountainminds GmbH & Co. KG and Contributors
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -128,7 +128,7 @@
<maven.build.timestamp.format>yyyyMMddhhmm</maven.build.timestamp.format>
<jacoco.home.url>http://www.eclemma.org/jacoco</jacoco.home.url>
- <copyright.years>${project.inceptionYear}, 2014</copyright.years>
+ <copyright.years>${project.inceptionYear}, 2015</copyright.years>
<jvm.args></jvm.args>
<argLine>${jvm.args}</argLine>
@@ -518,7 +518,7 @@
<fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id="missinglicense.fileset">
<not>
<and>
- <contains text="Copyright (c) 2009, 2014 Mountainminds GmbH &amp; Co. KG and Contributors"/>
+ <contains text="Copyright (c) 2009, 2015 Mountainminds GmbH &amp; Co. KG and Contributors"/>
<contains text="All rights reserved. This program and the accompanying materials"/>
<contains text="are made available under the terms of the Eclipse Public License v1.0"/>
<contains text="which accompanies this distribution, and is available at"/>