aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2016-10-28 00:09:25 +0200
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2016-10-28 00:09:25 +0200
commit9eb151b40cc97b254e17ff8c8c9b7f234582372f (patch)
tree30100f2204556769ca3982f8d3c2022f52f8ec31
parentbe326b7311e61e0232abaa41e25a51d6cd53ea60 (diff)
downloadjacoco-9eb151b40cc97b254e17ff8c8c9b7f234582372f.tar.gz
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.
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--LICENSE.md2
-rw-r--r--README.md4
-rw-r--r--org.jacoco.build/pom.xml2
-rw-r--r--org.jacoco.examples/build/pom-it.xml2
-rw-r--r--org.jacoco.examples/build/pom-offline.xml2
-rw-r--r--org.jacoco.examples/build/pom.xml2
7 files changed, 8 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 938e1930..801fe462 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,7 +1,7 @@
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
diff --git a/LICENSE.md b/LICENSE.md
index bf167b5d..663263a3 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -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.
diff --git a/README.md b/README.md
index b379e181..c0685936 100644
--- a/README.md
+++ b/README.md
@@ -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.
-------------------------------------------------------------------------
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 667b32ec..0b302f76 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -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>
diff --git a/org.jacoco.examples/build/pom-it.xml b/org.jacoco.examples/build/pom-it.xml
index d161f777..1ffe9ca0 100644
--- a/org.jacoco.examples/build/pom-it.xml
+++ b/org.jacoco.examples/build/pom-it.xml
@@ -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>
diff --git a/org.jacoco.examples/build/pom-offline.xml b/org.jacoco.examples/build/pom-offline.xml
index 076f929b..942e5ae7 100644
--- a/org.jacoco.examples/build/pom-offline.xml
+++ b/org.jacoco.examples/build/pom-offline.xml
@@ -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>
diff --git a/org.jacoco.examples/build/pom.xml b/org.jacoco.examples/build/pom.xml
index ff5cce52..b69f3ea6 100644
--- a/org.jacoco.examples/build/pom.xml
+++ b/org.jacoco.examples/build/pom.xml
@@ -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>