You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gb...@apache.org on 2018/02/11 13:56:48 UTC

[maven-shared-resources] branch master updated: Fix build by removing duplicate ciManagement tag

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5b9fe4e  Fix build by removing duplicate ciManagement tag
5b9fe4e is described below

commit 5b9fe4edbdcc133469f98e2d6501c1c67f3dc62d
Author: Guillaume Boué <gb...@apache.org>
AuthorDate: Sun Feb 11 14:55:57 2018 +0100

    Fix build by removing duplicate ciManagement tag
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15177b7..67799cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,11 +56,6 @@
     </site>
   </distributionManagement>
 
-  <ciManagement>
-    <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/maven-shared/</url>
-  </ciManagement>
-
   <build>
     <pluginManagement>
       <plugins>

-- 
To stop receiving notification emails like this one, please contact
gboue@apache.org.