Skip to content
Snippets Groups Projects
Commit 9eb151b4 authored by Marc R. Hoffmann's avatar Marc R. Hoffmann Committed by Evgeny Mandrikov
Browse files

Use jacoco.org domain instead of eclemma.org (#457)

As we will transfer eclemma.org to Eclipse foundation we should not
longer use this domain in JaCoCo documentation links.
parent be326b73
No related branches found
No related tags found
No related merge requests found
This is a issue tracker. Please use our mailing list for general questions:
https://groups.google.com/forum/?fromgroups=#!forum/jacoco
Also check FAQ before opening an issue: http://www.eclemma.org/jacoco/trunk/doc/faq.html
Also check FAQ before opening an issue: http://www.jacoco.org/jacoco/trunk/doc/faq.html
### Steps to reproduce
......
......@@ -10,5 +10,5 @@ License Version 1.0 ("EPL"). A copy of the EPL is available at
[http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html).
Please visit
[http://www.eclemma.org/jacoco/trunk/doc/license.html](http://www.eclemma.org/jacoco/trunk/doc/license.html)
[http://www.jacoco.org/jacoco/trunk/doc/license.html](http://www.jacoco.org/jacoco/trunk/doc/license.html)
for the complete license information including third party licenses and trademarks.
......@@ -6,12 +6,12 @@ JaCoCo Java Code Coverage Library
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jacoco/org.jacoco.core/badge.svg?style=flat)](http://search.maven.org/#search|ga|1|g%3Aorg.jacoco)
JaCoCo is a free Java code coverage library distributed under the Eclipse Public
License. Check the [project homepage](http://www.eclemma.org/jacoco)
License. Check the [project homepage](http://www.jacoco.org/jacoco)
for downloads, documentation and feedback.
Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco)
for questions regarding JaCoCo which are not already covered by the
[extensive documentation](http://www.eclemma.org/jacoco/trunk/doc/).
[extensive documentation](http://www.jacoco.org/jacoco/trunk/doc/).
Note: We do not answer general questions in the project's issue tracker. Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco) for this.
-------------------------------------------------------------------------
......@@ -131,7 +131,7 @@
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
<maven.build.timestamp.format>yyyyMMddhhmm</maven.build.timestamp.format>
<jacoco.home.url>http://www.eclemma.org/jacoco</jacoco.home.url>
<jacoco.home.url>http://www.jacoco.org/jacoco</jacoco.home.url>
<copyright.years>${project.inceptionYear}, 2016</copyright.years>
<maven.compiler.source>1.5</maven.compiler.source>
......
......@@ -20,7 +20,7 @@
<packaging>jar</packaging>
<name>JaCoCo Maven plug-in example</name>
<url>http://www.eclemma.org/jacoco</url>
<url>http://www.jacoco.org/jacoco</url>
<dependencies>
<dependency>
......
......@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<name>JaCoCo Maven plug-in example with Offline Instrumentation</name>
<url>http://www.eclemma.org/jacoco</url>
<url>http://www.jacoco.org/jacoco</url>
<dependencies>
<dependency>
......
......@@ -20,7 +20,7 @@
<packaging>jar</packaging>
<name>JaCoCo Maven plug-in example</name>
<url>http://www.eclemma.org/jacoco</url>
<url>http://www.jacoco.org/jacoco</url>
<dependencies>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment