Index: /FCKeditor.Java/trunk/java-core/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/java-core/pom.xml	(revision 3803)
+++ /FCKeditor.Java/trunk/java-core/pom.xml	(revision 3804)
@@ -21,7 +21,5 @@
  * @version: $Id$
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>java-core</artifactId>
@@ -88,5 +86,5 @@
 		<groupId>net.fckeditor</groupId>
 		<artifactId>fckeditor-java</artifactId>
-		<version>2.5-SNAPSHOT</version>
+		<version>2.5-beta-1</version>
 	</parent>
 
@@ -105,12 +103,8 @@
 						<configuration>
 							<tasks>
-								<property name="ant.regexp.regexpimpl"
-									value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" />
-								<replaceregexp byline="true" flags="m"
-									file="target/site/tagreference.html">
-									<regexp
-										pattern="&amp;lt;a href=&amp;quot;(\p{Graph}+)&amp;quot;\s*&amp;gt;(\p{Graph}+)&amp;lt;/a&amp;gt;" />
-									<substitution
-										expression="&lt;a href=&quot;\1&quot;&gt;\2&lt;/a&gt;" />
+								<property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" />
+								<replaceregexp byline="true" flags="m" file="target/site/tagreference.html">
+									<regexp pattern="&amp;lt;a href=&amp;quot;(\p{Graph}+)&amp;quot;\s*&amp;gt;(\p{Graph}+)&amp;lt;/a&amp;gt;" />
+									<substitution expression="&lt;a href=&quot;\1&quot;&gt;\2&lt;/a&gt;" />
 								</replaceregexp>
 							</tasks>
Index: /FCKeditor.Java/trunk/java-demo/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/java-demo/pom.xml	(revision 3803)
+++ /FCKeditor.Java/trunk/java-demo/pom.xml	(revision 3804)
@@ -21,7 +21,5 @@
  * @version: $Id$
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>java-demo</artifactId>
@@ -31,5 +29,5 @@
 			<groupId>net.fckeditor</groupId>
 			<artifactId>java-core</artifactId>
-			<version>2.5-SNAPSHOT</version>
+			<version>2.5-beta-1</version>
 		</dependency>
 		<dependency>
@@ -43,5 +41,5 @@
 		<groupId>net.fckeditor</groupId>
 		<artifactId>fckeditor-java</artifactId>
-		<version>2.5-SNAPSHOT</version>
+		<version>2.5-beta-1</version>
 	</parent>
 
Index: /FCKeditor.Java/trunk/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/pom.xml	(revision 3803)
+++ /FCKeditor.Java/trunk/pom.xml	(revision 3804)
@@ -21,11 +21,9 @@
  * @version: $Id$
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>net.fckeditor</groupId>
 	<artifactId>fckeditor-java</artifactId>
-	<version>2.5-SNAPSHOT</version>
+	<version>2.5-beta-1</version>
 	<packaging>pom</packaging>
 	<modules>
@@ -200,38 +198,24 @@
 						<configuration>
 							<tasks>
-								<copy overwrite="true" todir="src/site"
-									flatten="true">
+								<copy overwrite="true" todir="src/site" flatten="true">
 									<fileset dir="..">
-										<include
-											name="src/site/site.xml" />
+										<include name="src/site/site.xml" />
 									</fileset>
 								</copy>
-								<replace value="&lt;src&gt;../"
-									token="&lt;src&gt;/" dir="..">
-									<include
-										name="${pom.artifactId}/src/site/site.xml" />
-									<exclude
-										name="fckeditor-java/src/site/site.xml" />
+								<replace value="&lt;src&gt;../" token="&lt;src&gt;/" dir="..">
+									<include name="${pom.artifactId}/src/site/site.xml" />
+									<exclude name="fckeditor-java/src/site/site.xml" />
 								</replace>
-								<replace value="href=&quot;../"
-									token="href=&quot;/" dir="..">
-									<include
-										name="${pom.artifactId}/src/site/site.xml" />
-									<exclude
-										name="fckeditor-java/src/site/site.xml" />
+								<replace value="href=&quot;../" token="href=&quot;/" dir="..">
+									<include name="${pom.artifactId}/src/site/site.xml" />
+									<exclude name="fckeditor-java/src/site/site.xml" />
 								</replace>
-								<replace value="href=&quot;"
-									token="href=&quot;../${pom.artifactId}/" dir="..">
-									<include
-										name="${pom.artifactId}/src/site/site.xml" />
-									<exclude
-										name="fckeditor-java/src/site/site.xml" />
+								<replace value="href=&quot;" token="href=&quot;../${pom.artifactId}/" dir="..">
+									<include name="${pom.artifactId}/src/site/site.xml" />
+									<exclude name="fckeditor-java/src/site/site.xml" />
 								</replace>
-								<replace value="href=&quot;../images"
-									token="href=&quot;images" dir="..">
-									<include
-										name="${pom.artifactId}/src/site/site.xml" />
-									<exclude
-										name="fckeditor-java/src/site/site.xml" />
+								<replace value="href=&quot;../images" token="href=&quot;images" dir="..">
+									<include name="${pom.artifactId}/src/site/site.xml" />
+									<exclude name="fckeditor-java/src/site/site.xml" />
 								</replace>
 							</tasks>
@@ -399,10 +383,10 @@
 	<scm>
 		<connection>
-			scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk
+			scm:svn:http://svn.fckeditor.net/FCKeditor.Java/tags/2.5-beta-1
 		</connection>
 		<developerConnection>
-			scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk
+			scm:svn:https://svn.fckeditor.net/FCKeditor.Java/tags/2.5-beta-1
 		</developerConnection>
-		<url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url>
+		<url>http://dev.fckeditor.net/browser/FCKeditor.Java/tags/2.5-beta-1</url>
 	</scm>
 	<prerequisites>
