James Moger
2012-09-27 94464d414e731f3c147c0ba88db084d4d292e0df
Updated to Wicket 1.4.21
3 files modified
33 ■■■■ changed files
.classpath 8 ●●●● patch | view | raw | blame | history
docs/04_releases.mkd 1 ●●●● patch | view | raw | blame | history
src/com/gitblit/build/Build.java 24 ●●●● patch | view | raw | blame | history
.classpath
@@ -17,11 +17,11 @@
    <classpathentry kind="lib" path="ext/jetty-webapp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-webapp-7.6.5.v20120716-sources.jar"/>
    <classpathentry kind="lib" path="ext/gson-1.7.2.jar" sourcepath="ext/src/gson-1.7.2-sources.jar"/>
    <classpathentry kind="lib" path="ext/mail-1.4.3.jar" sourcepath="ext/src/mail-1.4.3-sources.jar"/>
    <classpathentry kind="lib" path="ext/googlecharts-1.4.20.jar" sourcepath="ext/src/googlecharts-1.4.20-sources.jar"/>
    <classpathentry kind="lib" path="ext/googlecharts-1.4.21.jar" sourcepath="ext/src/googlecharts-1.4.21-sources.jar"/>
    <classpathentry kind="lib" path="ext/javax.servlet-api-3.0.1.jar" sourcepath="ext/src/javax.servlet-api-3.0.1-sources.jar"/>
    <classpathentry kind="lib" path="ext/wicket-1.4.20.jar" sourcepath="ext/src/wicket-1.4.20-sources.jar"/>
    <classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.20.jar" sourcepath="ext/src/wicket-auth-roles-1.4.20-sources.jar"/>
    <classpathentry kind="lib" path="ext/wicket-extensions-1.4.20.jar" sourcepath="ext/src/wicket-extensions-1.4.20-sources.jar"/>
    <classpathentry kind="lib" path="ext/wicket-1.4.21.jar" sourcepath="ext/src/wicket-1.4.21-sources.jar"/>
    <classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.21.jar" sourcepath="ext/src/wicket-auth-roles-1.4.21-sources.jar"/>
    <classpathentry kind="lib" path="ext/wicket-extensions-1.4.21.jar" sourcepath="ext/src/wicket-extensions-1.4.21-sources.jar"/>
    <classpathentry kind="lib" path="ext/groovy-all-1.8.8.jar" sourcepath="ext/src/groovy-all-1.8.8-sources.jar"/>
    <classpathentry kind="lib" path="ext/jetty-ajp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-ajp-7.6.5.v20120716-sources.jar"/>
    <classpathentry kind="lib" path="ext/lucene-core-3.6.0.jar" sourcepath="ext/src/lucene-core-3.6.0-sources.jar"/>
docs/04_releases.mkd
@@ -36,6 +36,7 @@
- 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
<hr/>
src/com/gitblit/build/Build.java
@@ -512,27 +512,27 @@
                "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",