You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/03/13 21:46:05 UTC

[49/50] wicket git commit: Upgrade yuicompressor plugin to 1.5.1 (fixes BuildBot issue: require Maven 3.1.1)

Upgrade yuicompressor plugin to 1.5.1 (fixes BuildBot issue: require Maven 3.1.1)


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/478f1be7
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/478f1be7
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/478f1be7

Branch: refs/heads/pr-86-media_tags
Commit: 478f1be7ec6251c0be5978aee0de9612a1388caf
Parents: 37116af
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Mar 13 18:33:58 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Mar 13 18:34:09 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/478f1be7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 78df1ef..f1d0efa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -621,7 +621,7 @@
 				<plugin>
 					<groupId>net.alchim31.maven</groupId>
 					<artifactId>yuicompressor-maven-plugin</artifactId>
-					<version>1.5.0</version>
+					<version>1.5.1</version>
 					<configuration>
 						<statistics>true</statistics>
 						<jswarn>false</jswarn>