From 1749a5447f2b339e850ca7d48ab204e19e578b3e Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Mon, 7 Oct 2013 20:30:11 +0200 Subject: [PATCH] Configured skin for project site Updated ROME version --- .gitignore | 4 +++ pom.xml | 2 +- src/site/site.xml | 69 +++++++++++++++++++++++++++-------------------- 3 files changed, 45 insertions(+), 30 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e975ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.project +/.settings +/target \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7d67084..2e2a029 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ org.rometools rome - 1.1-SNAPSHOT + 2.0.0-SNAPSHOT compile diff --git a/src/site/site.xml b/src/site/site.xml index 339b851..a516bce 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,31 +1,42 @@ - - ROME - images/romelogo.png - http://github.com/rometools/ - - - - - - - - - - - - - - - - - - - - - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd" + name="ROME-Modules"> + + + org.apache.maven.skins + maven-fluido-skin + 1.3.0 + + + + ROME + images/romelogo.png + http://github.com/rometools/ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file