You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 10:39:50 UTC

[maven-apache-parent] 02/02: updated CI job url

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit 3e65226642acb4f24230cf90ca901e6243d81d16
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Dec 9 11:39:47 2017 +0100

    updated CI job url
---
 site-pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/site-pom.xml b/site-pom.xml
index ae6d0ae..62a0b24 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -48,7 +48,15 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/view/M-R/view/Maven/job/ASF%20Parent%20Pom/</url>
+    <url>https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-apache-parent/</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <configuration>
+          <address>notifications@maven.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
   </ciManagement>
   <distributionManagement>
     <site>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.