Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1758)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1759)
@@ -298,4 +298,20 @@
 							<report>project-team</report>
 							<report>scm</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+			<plugin>
+				<artifactId>maven-changes-plugin</artifactId>
+				<version>2.0-beta-2</version>
+				<configuration>
+					<issueLinkTemplate>
+						%URL%/ticket/%ISSUE%
+					</issueLinkTemplate>
+				</configuration>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>changes-report</report>
 						</reports>
 					</reportSet>
@@ -368,5 +384,5 @@
 	<issueManagement>
 		<system>Trac</system>
-		<url>http://dev.fckeditor.net/report</url>
+		<url>http://dev.fckeditor.net/</url>
 	</issueManagement>
 	<mailingLists>
Index: /FCKeditor.Java/branches/2.4/src/changes/changes.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/changes/changes.xml	(revision 1759)
+++ /FCKeditor.Java/branches/2.4/src/changes/changes.xml	(revision 1759)
@@ -0,0 +1,17 @@
+<document>
+
+	<properties>
+		<title>Changes Report</title>
+		<author email="jruiz@exist.com">Johnny R. Ruiz III</author>
+	</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>
+	</body>
+
+</document>
