diff --git a/cruisecontrol/project.xml b/cruisecontrol/project.xml index fc4830ab..b73f3161 100644 --- a/cruisecontrol/project.xml +++ b/cruisecontrol/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugins-parent/project.xml 3 maven-cruisecontrol-plugin Maven Cruise Control Plugin - 1.8-SNAPSHOT + 1.8 A plugin to work with Cruise Control. Plugin can generate a Cruise Control configuration from the POM, start the CruiseControl server, and when included as a report provide a link to the build results. Cruise Control Plugin for Maven @@ -63,6 +61,11 @@ 1.7 MAVEN_CRUISECONTROL_1_7 + + 1.8 + 1.8 + MAVEN_CRUISECONTROL_1_8 + diff --git a/cruisecontrol/xdocs/changes.xml b/cruisecontrol/xdocs/changes.xml index 27f78afd..c13936c4 100644 --- a/cruisecontrol/xdocs/changes.xml +++ b/cruisecontrol/xdocs/changes.xml @@ -17,7 +17,6 @@ * limitations under the License. */ --> - Changes @@ -25,12 +24,23 @@ Vincent Massol - + Deprecate the cruisecontrol:run goal. It doesn't work with recent versions of cruisecontrol. - Replace deprecated <currentbuildstatusbootstrapper>, <currentbuildstatuspublisher> and <currentbuildstatusftppublisher> by <currentbuildstatuslistener> and <currentbuildstatusftplistener>. + Replace deprecated + <currentbuildstatusbootstrapper>, + <currentbuildstatuspublisher>and + <currentbuildstatusftppublisher>by + <currentbuildstatuslistener>and + <currentbuildstatusftplistener>. + Add missing documentation for several properties. - Default for maven.cruisecontrol.logs.mergedirectory is incorrect on the Properties page. - Property maven.cruisecontrol.goals contains deprecated scm:update-project. + Default for + maven.cruisecontrol.logs.mergedirectoryis incorrect on the Properties page. + + Property + maven.cruisecontrol.goalscontains deprecated + scm:update-project. + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly-tags-xml v1.1 (was v1.0). Properties documentation lists incorrect default for maven.cruisecontrol.buildresults.url