From 45f5296ea7c51cc89d997149bd6fa93ca5da5a77 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 14 May 2014 21:36:04 +0200 Subject: [PATCH] Fix project root and duplicate repository declaration --- _config.yml | 2 +- _includes/pom.xml | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index 1c9fab2..35074e2 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ redcarpet: ### The following properties will change on a project-by-project basis # Context path in the remote website (usually /), will be prepended to absolute URLs for static resources -baseurl: /gh-pages +baseurl: /spring-cloud # Name of the project for display in places like page titles name: Spring Cloud diff --git a/_includes/pom.xml b/_includes/pom.xml index 9f9371b..94a5c9a 100644 --- a/_includes/pom.xml +++ b/_includes/pom.xml @@ -19,14 +19,4 @@ {@= version @} -{@ if (repository) { @} - - - {@= repository.id @} - {@= repository.name @} - {@= repository.url @} - - {@= repository.snapshotsEnabled @} - - -{@ } @} \ No newline at end of file +