aboutsummaryrefslogtreecommitdiffstats
path: root/jacoco-maven-plugin.test/it/it-site
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-13 16:38:59 -0700
committerHaibo Huang <hhb@google.com>2019-05-16 22:26:18 -0700
commit9b5f0cebfe047fc59397f59896561798437a2349 (patch)
tree4378ac3ee1730f6cfbe0b9120f3d54e7570c86a0 /jacoco-maven-plugin.test/it/it-site
parent40542f49b8653658998530235ccd7db51b197c83 (diff)
parent723a1acc6b4ab23556554568025c97c69035b120 (diff)
downloadplatform_external_jacoco-9b5f0cebfe047fc59397f59896561798437a2349.tar.gz
platform_external_jacoco-9b5f0cebfe047fc59397f59896561798437a2349.tar.bz2
platform_external_jacoco-9b5f0cebfe047fc59397f59896561798437a2349.zip
Test: None Change-Id: I4ca05dd439b98fabd6054bee728d85e3aa11486d
Diffstat (limited to 'jacoco-maven-plugin.test/it/it-site')
-rw-r--r--jacoco-maven-plugin.test/it/it-site/pom.xml2
-rw-r--r--jacoco-maven-plugin.test/it/it-site/src/main/java/Example.java2
-rw-r--r--jacoco-maven-plugin.test/it/it-site/src/test/java/ExampleTest.java2
-rw-r--r--jacoco-maven-plugin.test/it/it-site/verify.bsh2
4 files changed, 4 insertions, 4 deletions
diff --git a/jacoco-maven-plugin.test/it/it-site/pom.xml b/jacoco-maven-plugin.test/it/it-site/pom.xml
index df167b20..3f4035a2 100644
--- a/jacoco-maven-plugin.test/it/it-site/pom.xml
+++ b/jacoco-maven-plugin.test/it/it-site/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2009, 2018 Mountainminds GmbH & Co. KG and Contributors
+ Copyright (c) 2009, 2019 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
diff --git a/jacoco-maven-plugin.test/it/it-site/src/main/java/Example.java b/jacoco-maven-plugin.test/it/it-site/src/main/java/Example.java
index a95b5917..d2648238 100644
--- a/jacoco-maven-plugin.test/it/it-site/src/main/java/Example.java
+++ b/jacoco-maven-plugin.test/it/it-site/src/main/java/Example.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009, 2018 Mountainminds GmbH & Co. KG and Contributors
+ * Copyright (c) 2009, 2019 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
diff --git a/jacoco-maven-plugin.test/it/it-site/src/test/java/ExampleTest.java b/jacoco-maven-plugin.test/it/it-site/src/test/java/ExampleTest.java
index 5df8f7b1..db0af659 100644
--- a/jacoco-maven-plugin.test/it/it-site/src/test/java/ExampleTest.java
+++ b/jacoco-maven-plugin.test/it/it-site/src/test/java/ExampleTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009, 2018 Mountainminds GmbH & Co. KG and Contributors
+ * Copyright (c) 2009, 2019 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
diff --git a/jacoco-maven-plugin.test/it/it-site/verify.bsh b/jacoco-maven-plugin.test/it/it-site/verify.bsh
index 2883930c..c3d96ce7 100644
--- a/jacoco-maven-plugin.test/it/it-site/verify.bsh
+++ b/jacoco-maven-plugin.test/it/it-site/verify.bsh
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009, 2018 Mountainminds GmbH & Co. KG and Contributors
+ * Copyright (c) 2009, 2019 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