From a0831dca3c087658a689bae102e2040a90c48d2e Mon Sep 17 00:00:00 2001 From: Luca Milanesio <luca.milanesio@gmail.com> Date: Fri, 08 Nov 2013 10:53:52 -0500 Subject: [PATCH] Allows the home root link top-left anchor to be customised. --- build.moxie | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/build.moxie b/build.moxie index 503ff5f..44f6d05 100644 --- a/build.moxie +++ b/build.moxie @@ -3,25 +3,26 @@ # # Specify minimum Moxie version required to build -requires: 0.7.2 +requires: 0.8.3 # Project Metadata name: Gitblit description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.3.0-SNAPSHOT +version: 1.4.0-SNAPSHOT inceptionYear: 2011 # Current stable release -releaseVersion: 1.2.1 -releaseDate: '2013-01-15' +releaseVersion: 1.3.2 +releaseDate: 2013-08-22 # Project urls url: 'http://gitblit.com' issuesUrl: 'http://code.google.com/p/gitblit/issues/list' socialNetworkUrl: 'https://plus.google.com/114464678392593421684' forumUrl: 'http://groups.google.com/group/gitblit' +mavenUrl: 'http://gitblit.github.io/gitblit-maven' # Licenses section included for POM generation licenses: @@ -89,18 +90,18 @@ # Register the Eclipse JGit Maven repositories registeredRepositories: -- { id: jgit, url: 'http://download.eclipse.org/jgit/maven' } -- { id: jgit-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' } +- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' } +- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' } # Source all dependencies from the following repositories in the specified order -repositories: central, jgit-snapshots, jgit +repositories: central, eclipse-snapshots, eclipse # Convenience properties for dependencies properties: { - jetty.version : 7.6.8.v20121106 + jetty.version : 7.6.13.v20130916 wicket.version : 1.4.21 lucene.version : 3.6.1 - jgit.version : 3.0.0-SNAPSHOT + jgit.version : 3.1.0.201310021548-r groovy.version : 1.8.8 bouncycastle.version : 1.47 selenium.version : 2.28.0 @@ -134,7 +135,7 @@ - compile 'org.apache.lucene:lucene-core:${lucene.version}' :war :fedclient - compile 'org.apache.lucene:lucene-highlighter:${lucene.version}' :war :fedclient - compile 'org.apache.lucene:lucene-memory:${lucene.version}' :war :fedclient -- compile 'org.tautua.markdownpapers:markdownpapers-core:1.3.2' :war +- compile 'org.pegdown:pegdown:1.4.1' :war - compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager :authority - compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :fedclient :manager :authority - compile 'org.bouncycastle:bcprov-jdk15on:${bouncycastle.version}' :war :authority @@ -147,6 +148,12 @@ - compile 'org.apache.ivy:ivy:2.2.0' :war - compile 'com.toedter:jcalendar:1.3.2' :authority - compile 'org.apache.commons:commons-compress:1.4.1' :war +- compile 'commons-io:commons-io:2.2' :war +- compile 'com.force.api:force-partner-api:24.0.0' :war +- compile 'org.freemarker:freemarker:2.3.19' :war +- compile 'com.github.dblock.waffle:waffle-jna:1.5' :war +- compile 'org.kohsuke:libpam4j:1.7' :war +- compile 'commons-codec:commons-codec:1.7' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar @@ -155,4 +162,3 @@ # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath - build 'jacoco' - -- Gitblit v1.9.1