aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build/pom.xml
diff options
context:
space:
mode:
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 a9f38e55..f234af7c 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, 2019 Mountainminds GmbH & Co. KG and Contributors
+ Copyright (c) 2009, 2020 Mountainminds GmbH & Co. KG and Contributors
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
@@ -129,7 +129,7 @@
<maven.build.timestamp.format>yyyyMMddhhmm</maven.build.timestamp.format>
<jacoco.home.url>http://www.jacoco.org/jacoco</jacoco.home.url>
- <copyright.years>${project.inceptionYear}, 2019</copyright.years>
+ <copyright.years>${project.inceptionYear}, 2020</copyright.years>
<bytecode.version>1.5</bytecode.version>
<maven.compiler.source>${bytecode.version}</maven.compiler.source>
@@ -622,7 +622,7 @@
<include name="**/*.scala"/>
<not>
<and>
- <contains text="Copyright (c) 2009, 2019 Mountainminds GmbH &amp; Co. KG and Contributors"/>
+ <contains text="Copyright (c) 2009, 2020 Mountainminds GmbH &amp; Co. KG and Contributors"/>
<contains text="This program and the accompanying materials are made available under"/>
<contains text="the terms of the Eclipse Public License 2.0 which is available at"/>
<contains text="http://www.eclipse.org/legal/epl-2.0"/>