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