From 94464d414e731f3c147c0ba88db084d4d292e0df Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 27 Sep 2012 09:15:51 -0400 Subject: [PATCH] Updated to Wicket 1.4.21 --- .classpath | 8 ++++---- docs/04_releases.mkd | 1 + src/com/gitblit/build/Build.java | 24 ++++++++++++------------ 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.classpath b/.classpath index 1ce1f32b..0a5f9364 100644 --- a/.classpath +++ b/.classpath @@ -17,11 +17,11 @@ - + - - - + + + diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 9c04dc21..4b316417 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -36,6 +36,7 @@ If *realm.ldap.maintainTeams==true* **AND** *realm.ldap.admins* is not empty, th - updated to Jetty 7.6.5 - updated to JGit 2.1.0.201209190230-r - updated to Groovy 1.8.8 +- updated to Wicket 1.4.21
diff --git a/src/com/gitblit/build/Build.java b/src/com/gitblit/build/Build.java index f6e2050b..2fc13156 100644 --- a/src/com/gitblit/build/Build.java +++ b/src/com/gitblit/build/Build.java @@ -512,27 +512,27 @@ public class Build { "c10c20168206896442f3192d5417815df7fcbf9a"); public static final MavenObject WICKET = new MavenObject("Apache Wicket", - "org/apache/wicket", "wicket", "1.4.20", 1960000, 1906000, 6818000, - "bafe47d8ce8647cabeff691b5fc1ffd241ffee00", - "7a6570df4ee7fbad71a38042c53780d46b5856db", + "org/apache/wicket", "wicket", "1.4.21", 1960000, 1906000, 6818000, + "cce9dfd3088e18a3cdcf9be33b5b76caa48dc4c6", + "e8c2bfe2c96a2da7a0eca947a2f60dc3242e7229", ""); public static final MavenObject WICKET_EXT = new MavenObject("Apache Wicket Extensions", - "org/apache/wicket", "wicket-extensions", "1.4.20", 1180000, 1118000, 1458000, - "5dc6353c3c69e39e6d5a0aaeedbbaf7a53e539c4", - "c30112665f4c4874489d7df9fc8f866c57f93cc8", + "org/apache/wicket", "wicket-extensions", "1.4.21", 1180000, 1118000, 1458000, + "fac510c7ee4399a29b927405ec3de40b67d105d8", + "ee3409ce9ed64ad8cc8d69abbd7d63f07e10851a", ""); public static final MavenObject WICKET_AUTH_ROLES = new MavenObject( - "Apache Wicket Auth Roles", "org/apache/wicket", "wicket-auth-roles", "1.4.20", - 44000, 45000, 166000, "7e8f99b96bce03cc0a115e6a70d9eed7fbcf6a4b", - "d7d0479ecca239bd020b247e82562fe047f53620", + "Apache Wicket Auth Roles", "org/apache/wicket", "wicket-auth-roles", "1.4.21", + 44000, 45000, 166000, "e78df70ca942e2e15287c393f236b32fbe6f9a30", + "47c301212cce43a70caa72f41a9a1aefcf26a533", ""); public static final MavenObject WICKET_GOOGLE_CHARTS = new MavenObject( - "Apache Wicket Google Charts Add-On", "org/wicketstuff", "googlecharts", "1.4.20", - 34000, 18750, 161000, "a4bed7d4a3632f95f3e204017ee60332a95da7c6", - "16bda0794345b113c8dd5c8775e1ce493541dc67", + "Apache Wicket Google Charts Add-On", "org/wicketstuff", "googlecharts", "1.4.21", + 34000, 18750, 161000, "73d7540267afc3a0e91ca6148d3073e050dba180", + "627b125cc6029d4d5c59c3a910c1bef347384d97", ""); public static final MavenObject JUNIT = new MavenObject("JUnit", "junit", "junit", "4.8.2", -- 2.39.5