Index: /FCKeditor.Java/trunk/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/pom.xml	(revision 4083)
+++ /FCKeditor.Java/trunk/pom.xml	(revision 4084)
@@ -45,4 +45,5 @@
 		<FCKeditorVersion>2.6.4.1</FCKeditorVersion>
 		<ticketUrl>${issueManagement.url}ticket</ticketUrl>
+		<minMavenVersion>${prerequisites.maven}</minMavenVersion>
 	</properties>
 	<build>
@@ -391,5 +392,5 @@
 	</scm>
 	<prerequisites>
-		<maven>2.0.8</maven>
+		<maven>2.0.10</maven>
 	</prerequisites>
 	<distributionManagement>
Index: /FCKeditor.Java/trunk/src/changes/changes.xml
===================================================================
--- /FCKeditor.Java/trunk/src/changes/changes.xml	(revision 4083)
+++ /FCKeditor.Java/trunk/src/changes/changes.xml	(revision 4084)
@@ -29,4 +29,5 @@
 	<body>
 		<release version="2.6-SNAPSHOT" date="in SVN" description="Deprecated code removal.">
+			<action dev="mosipov" type="update" issue="3889">Bump Maven requirement to 2.0.10</action>
 		</release>
 		<release version="2.5" date="2009-08-10" description="Decoupling of the server-side storage, localization of user responses and other minor enhancements.">
Index: /FCKeditor.Java/trunk/src/site/apt/download.apt.vm
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/download.apt.vm	(revision 4083)
+++ /FCKeditor.Java/trunk/src/site/apt/download.apt.vm	(revision 4084)
@@ -90,6 +90,6 @@
 * Source distribution
 
-    [Requirements:] You need at least Maven 2.0.8 and JDK 5 to compile the
-                    integration pack.
+    [Requirements:] You need at least Maven ${minMavenVersion} and JDK 5 to compile
+                    the integration pack.
 
   * <<<fckeditor-java-${currentVersion}-src.zip>>> (or <<<tar.gz>>>)
Index: /FCKeditor.Java/trunk/src/site/apt/upgrade_notes.apt.vm
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/upgrade_notes.apt.vm	(revision 4083)
+++ /FCKeditor.Java/trunk/src/site/apt/upgrade_notes.apt.vm	(revision 4084)
@@ -39,5 +39,5 @@
 | -								| -												|
 *-------------------------------+----------------------------------------------+
-| -								| -												|
+| {{{${ticketUrl}/3889}3889}}	| The minimum requirement for Maven	has been raised to version 2.0.10 if you plan to compile the integration pack yourself. | 
 *-------------------------------+----------------------------------------------+
 
@@ -59,9 +59,9 @@
 | {{{${ticketUrl}/2608}2608}}	| The FCKeditor value will now be passed as-is, whitespace won't be truncated anymore. |
 *-------------------------------+----------------------------------------------+
-| {{{${ticketUrl}/2583}2583}}	| The ConnectorServlet will fail in some environments when the deployed war file won't be expanded. If this happens, the ConnectorServlet |
-|								| will emit an appropriate log message. Consider to switch to another {{{connector.html}Connector}}. |
+| {{{${ticketUrl}/2583}2583}}	| The ConnectorServlet will fail in some environments when the deployed war file won't be expanded. If this happens, the |
+|								| ConnectorServlet will emit an appropriate log message. Consider to switch to another {{{connector.html}Connector}}. |
 *-------------------------------+----------------------------------------------+
-| {{{${ticketUrl}/2582}2582}}	| Path handling has been aligned to other connector implementations. The FullUrl property is gone ({{{faq.html#context-fullurl}FAQ}}). the UserFilesPath has slightly changed |
-|								| semantics and an UserFilesAbsolutePath property has been introduced. Please check the {{{properties.html}Configuration}} for more details. |
+| {{{${ticketUrl}/2582}2582}}	| Path handling has been aligned to other connector implementations. The FullUrl property is gone ({{{faq.html#context-fullurl}FAQ}}). the UserFilesPath has slightly |
+|								| changed semantics and an UserFilesAbsolutePath property has been introduced. Please check the {{{properties.html}Configuration}} for more details. |
 *-------------------------------+----------------------------------------------+
 | {{{${ticketUrl}/2580}2580}}	| The implementation <<<{{{java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImpl.html}UserActionImpl}}>>> has been deprecated in favor of <<<{{{java-core/apidocs/net/fckeditor/requestcycle/impl/EnabledUserAction.html}EnabledUserAction}}>>>. Both classes are functionally equal. |
