Updated Branches: refs/heads/master b193e8cea -> 3b3c129f2
Upgrade to Apache Rat 0.10 Notably this release resolves RAT-138 which caused excessive run-times with some inputs. Changelog: http://creadur.apache.org/rat/RELEASE_NOTES.txt Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/3b3c129f Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/3b3c129f Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/3b3c129f Branch: refs/heads/master Commit: 3b3c129f2c762cad3fee8ff6871d7f62f20738ff Parents: b193e8c Author: Andrew Gaul <[email protected]> Authored: Thu Dec 26 13:18:20 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Dec 26 13:18:20 2013 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/3b3c129f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 881d2d1..d2de73a 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ limitations under the License. <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> + <version>0.10</version> <executions> <execution> <phase>package</phase>
