Index: /FCKeditor.Java/trunk/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/pom.xml	(revision 2211)
+++ /FCKeditor.Java/trunk/pom.xml	(revision 2212)
@@ -162,8 +162,7 @@
 				</reportSets>
 			</plugin>
-			<!-- Postponed to beyond 2.4 -->
-			<!--
 			<plugin>
 				<artifactId>maven-changes-plugin</artifactId>
+				<version>2.0</version>
 				<configuration>
 					<issueLinkTemplate>
@@ -179,5 +178,4 @@
 				</reportSets>
 			</plugin>
-			-->
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
Index: /FCKeditor.Java/trunk/src/changes/changes.xml
===================================================================
--- /FCKeditor.Java/trunk/src/changes/changes.xml	(revision 2211)
+++ /FCKeditor.Java/trunk/src/changes/changes.xml	(revision 2212)
@@ -2,14 +2,13 @@
 
 	<properties>
-		<title>Changes Report</title>
-		<author email="jruiz@exist.com">Johnny R. Ruiz III</author>
+		<title>Changes</title>
 	</properties>
 
 	<body>
-		<release version="2.4" date="in SVN"
-			description="Complete integration overhaul"
-		>
-			<action dev="mosipov" type="add">TBD</action>
-			<action dev="th-schwarz" type="fix">TBD</action>
+		<release version="2.5" date="in SVN"
+			description="Introduced path abstraction and locale resolver, minor bugfixes.">
+			<action dev="mosipov" type="fix" issue="2355">FCK:editor output is not XHTML 1.0 compliant</action>
+			<action dev="mosipov" type="fix" issue="2359">fckeditor-java-demo fails in Glassfish</action>
+			
 		</release>
 	</body>
Index: /FCKeditor.Java/trunk/src/site/site.xml
===================================================================
--- /FCKeditor.Java/trunk/src/site/site.xml	(revision 2211)
+++ /FCKeditor.Java/trunk/src/site/site.xml	(revision 2212)
@@ -19,6 +19,6 @@
 		<menu name="Introduction">
 			<item name="About" href="/index.html" />
-			<item name="What's new" href="/whatsnew.html" />
-			<!--<item name="What's new" href="/changes-report.html" />-->
+			<!--<item name="What's new" href="/whatsnew.html" />-->
+			<item name="Changes" href="/changes-report.html" />
 			<item name="Demo" href="/demo.html" />
 			<item name="Download" href="/download.html" />
