Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1288)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1289)
@@ -7,11 +7,18 @@
 	<groupId>com.fredck.fckeditor</groupId>
 	<artifactId>fckeditor-java</artifactId>
-	<version>2.5.0</version>
 	<packaging>jar</packaging>
 	<name>FCKeditor - Java Connector</name>
+	<version>2.5-BRANCH</version>
 	<description>
-		Enables the FCKeditor to be used within a Servlet/J2EE
-		environment
+		The connector is a Java library which enables the FCKeditor to
+		be used in a Servlet/J2EE environment. The library provides a
+		JSP tag for creating a FCKeditor instance and a Servlet handling
+		server-side user files and folders.
 	</description>
+	<url>http://www.fckeditor.net/</url>
+	<issueManagement>
+		<system>Trac</system>
+		<url>http://dev.fckeditor.net/report</url>
+	</issueManagement>
 	<scm>
 		<connection>
@@ -30,18 +37,53 @@
 				https://lists.sourceforge.net/lists/listinfo/fckeditor-developers
 			</unsubscribe>
-			<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=fckeditor-developers</archive>
+			<archive>
+				http://sourceforge.net/mailarchive/forum.php?forum_name=fckeditor-developers
+			</archive>
+		</mailingList>
+		<mailingList>
+			<name>FCKeditor Testers List</name>
+			<subscribe>
+				https://lists.sourceforge.net/lists/listinfo/fckeditor-testers
+			</subscribe>
+			<unsubscribe>
+				https://lists.sourceforge.net/lists/listinfo/fckeditor-testers
+			</unsubscribe>
+			<archive>
+				http://sourceforge.net/mailarchive/forum.php?forum_name=fckeditor-testers
+			</archive>
+		</mailingList>
+		<mailingList>
+			<name>FCKeditor Trac Activity</name>
+			<subscribe>
+				https://lists.sourceforge.net/lists/listinfo/fckeditor-trac
+			</subscribe>
+			<unsubscribe>
+				https://lists.sourceforge.net/lists/listinfo/fckeditor-trac
+			</unsubscribe>
+		</mailingList>
+		<mailingList>
+			<name>FCKeditor Commits List</name>
+			<subscribe>
+				https://lists.sourceforge.net/lists/listinfo/fckeditor-commits
+			</subscribe>
+			<unsubscribe>
+				https://lists.sourceforge.net/lists/listinfo/fckeditor-commits
+			</unsubscribe>
 		</mailingList>
 	</mailingLists>
 	<developers>
 		<developer>
+			<id>fredck</id>
 			<name>Frederico Caldeira Knabben</name>
 			<email>fredck@fckeditor.net</email>
+			<organization>FCKeditor</organization>
+			<organizationUrl>http://www.fredck.com</organizationUrl>
 			<roles>
 				<role>Project Manager</role>
 			</roles>
-			<id>fredck</id>
-			<timezone>?</timezone>
+			<timezone>+1</timezone>
 		</developer>
 		<developer>
+			<id>th-schwarz</id>
 			<name>Thilo Schwarz</name>
 			<email>th-schwarz@users.sourceforge.net</email>
@@ -50,8 +92,8 @@
 				<role>Developer</role>
 			</roles>
-			<id>th-schwarz</id>
 			<timezone>+1</timezone>
 		</developer>
 		<developer>
+			<id>mosipov</id>
 			<name>Michael Osipov</name>
 			<email>sgfan@gmx.net</email>
@@ -60,5 +102,4 @@
 				<role>Developer</role>
 			</roles>
-			<id>mosipov</id>
 			<timezone>+1</timezone>
 		</developer>
@@ -72,9 +113,4 @@
 		</developer>
 	</developers>
-	<issueManagement>
-		<system>trac</system>
-		<url>http://dev.fckeditor.net/report</url>
-	</issueManagement>
-	<url>http://www.fckeditor.net/</url>
 	<licenses>
 		<license>
@@ -83,4 +119,11 @@
 		</license>
 	</licenses>
+	<organization>
+		<name>The FCKeditor Team</name>
+		<url>http://www.fckeditor.net</url>
+	</organization>
+	<prerequisites>
+		<maven>2.0.6</maven>
+	</prerequisites>
 	<build>
 		<finalName>FCKeditor-${pom.version}</finalName>
@@ -99,7 +142,12 @@
 		</plugins>
 	</build>
-	<prerequisites>
-		<maven>2.0.6</maven>
-	</prerequisites>
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>net.sourceforge.maven-taglib</groupId>
+				<artifactId>maven-taglib-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</reporting>
 	<dependencies>
 		<dependency>
