Index: /FCKeditor.Java/trunk/src/site/apt/installation.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/installation.apt	(revision 2016)
+++ /FCKeditor.Java/trunk/src/site/apt/installation.apt	(revision 2017)
@@ -29,35 +29,13 @@
 * Using Maven 2
 
-    [Attention:]  The integration pack will be available on the central repo
-                  after it has gone gold, from then on the additional repository
-                  location will be obsolete!
-
   Include a dependency reference to the library in the dependencies section of 
   your POM:
 
 +-------------------------------------------------------+
-<project>
-  ...
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <id>fckeditor-java-releases</id>
-      <name>FCKeditor.Java Releases</name>
-      <url>http://java.fckeditor.net/m2repo</url>
-      <layout>default</layout>
-    </repository>
-  </repositories>
-  ...
-  <dependencies>
-    <dependency>
-      <groupId>net.fckeditor</groupId>
-      <artifactId>java-core</artifactId>
-      <version>2.4-beta-1</version>
-    </dependency>
-  </dependencies>
-  ...
-</project>
+<dependency>
+  <groupId>net.fckeditor</groupId>
+  <artifactId>java-core</artifactId>
+  <version>2.4-beta-1</version>
+</dependency>
 +-------------------------------------------------------+
 
