NIFI-315: - Moving to a newer version of yui compressor plugin. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/be16371b Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/be16371b Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/be16371b
Branch: refs/heads/NIFI-250 Commit: be16371b20eeb94c90cf369917325c76c3549e1c Parents: 4b852eb Author: Matt Gilman <[email protected]> Authored: Tue Feb 3 09:54:54 2015 -0500 Committer: Matt Gilman <[email protected]> Committed: Tue Feb 3 09:54:54 2015 -0500 ---------------------------------------------------------------------- .../nifi-framework/nifi-web/nifi-web-ui/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/be16371b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml index 202bfc1..9eaa1b9 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml @@ -238,7 +238,7 @@ <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>yuicompressor-maven-plugin</artifactId> - <version>1.1</version> + <version>1.5.1</version> <executions> <execution> <id>minify</id>
