Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: _Mojo Parent
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
CI configuration is this
<ciManagement> <system>hudson</system> <url>https://grid.sonatype.org/ci/job/mojo/</url> </ciManagement>
but as we now use bamboo, we should change it to
<ciManagement> <system>bamboo</system> <url>http://bamboo.ci.codehaus.org/browse/MOJO</url> </ciManagement>
Done in r15013.