Allon Mureinik has uploaded a new change for review. Change subject: core: Upgrade maven-checkstyle-plugin to 2.9.1 ......................................................................
core: Upgrade maven-checkstyle-plugin to 2.9.1 Upgraded maven-checkstyle-plugin to 2.9.1 in order to facilitate a future move to Java 7. This version of maven-checkstyle-plugin requires a higher version of checkstyle, so it was upgraded too, to 5.5. Change-Id: Icccfb347a27ed0f2ff9a706d42b31f6a9d102fce Signed-off-by: Allon Mureinik <[email protected]> --- M build-tools-root/ovirt-checkstyle-extension/pom.xml M pom.xml 2 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/9771/1 diff --git a/build-tools-root/ovirt-checkstyle-extension/pom.xml b/build-tools-root/ovirt-checkstyle-extension/pom.xml index 347f395..9ca57f8 100644 --- a/build-tools-root/ovirt-checkstyle-extension/pom.xml +++ b/build-tools-root/ovirt-checkstyle-extension/pom.xml @@ -11,9 +11,9 @@ <description>Extending the built-in validations of checkstyle with oVirt validations.</description> <dependencies> <dependency> - <groupId>checkstyle</groupId> + <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>5.0</version> + <version>5.5</version> </dependency> </dependencies> </project> diff --git a/pom.xml b/pom.xml index 0fd964c..2637f65 100644 --- a/pom.xml +++ b/pom.xml @@ -260,7 +260,7 @@ </dependency> </dependencies> <repositories> - <repository> + <repository> <id>central</id> <name>maven repo1</name> <layout>default</layout> @@ -365,7 +365,7 @@ </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.6</version> + <version>2.9.1</version> <dependencies> <dependency> <groupId>org.ovirt.engine</groupId> -- To view, visit http://gerrit.ovirt.org/9771 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icccfb347a27ed0f2ff9a706d42b31f6a9d102fce Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
