Fix project root and duplicate repository declaration

This commit is contained in:
Brian Clozel
2014-05-14 21:36:04 +02:00
parent 7dd7f14c8c
commit 45f5296ea7
2 changed files with 2 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ redcarpet:
### The following properties will change on a project-by-project basis
# Context path in the remote website (usually /<project>), 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

View File

@@ -19,14 +19,4 @@
<version>{@= version @}</version>
</dependency>
</dependencies>
{@ if (repository) { @}
<repositories>
<repository>
<id>{@= repository.id @}</id>
<name>{@= repository.name @}</name>
<url>{@= repository.url @}</url>
<snapshots>
<enabled>{@= repository.snapshotsEnabled @}</enabled>
</snapshots>
</repository>
</repositories>{@ } @}