version change

git-svn-id: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.5-RC1@1060462 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 727c107..e4b93a5 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   
diff --git a/pom.xml b/pom.xml
index 3fb4276..213622b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.5-SNAPSHOT</version>
+	<version>1.5-RC1</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
diff --git a/release.sh b/release.sh
index 462f020..9317fe1 100755
--- a/release.sh
+++ b/release.sh
@@ -65,6 +65,10 @@
 	echo >> $NOTICE
 done
 
+# workaround for javadoc generation problem
+mvn clean install -Dmaven.test.skip=true
+mvn javadoc:jar
+
 # clean all projects
 echo "Clean all projects"
 mvn5 clean -Pall
diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml
index d191555..46a2776 100644
--- a/testing/wicket-threadtest/pom.xml
+++ b/testing/wicket-threadtest/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 9f5631e..b98f4e0 100644
--- a/wicket-auth-roles/pom.xml
+++ b/wicket-auth-roles/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 1118d37..87936f4 100644
--- a/wicket-core/pom.xml
+++ b/wicket-core/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index 21f089a..851f10f 100644
--- a/wicket-datetime/pom.xml
+++ b/wicket-datetime/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index ea8c282..4b666d5 100644
--- a/wicket-devutils/pom.xml
+++ b/wicket-devutils/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index c3beaaa..9c24808 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 04afa06..d828de9 100644
--- a/wicket-extensions/pom.xml
+++ b/wicket-extensions/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 232ae3f..bb261bb 100644
--- a/wicket-guice/pom.xml
+++ b/wicket-guice/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 3f1d1d4..44cccc2 100644
--- a/wicket-ioc/pom.xml
+++ b/wicket-ioc/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 39250ec..1765697 100644
--- a/wicket-jmx/pom.xml
+++ b/wicket-jmx/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
index ff25395..6bbdfe1 100644
--- a/wicket-objectssizeof-agent/pom.xml
+++ b/wicket-objectssizeof-agent/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index 0207c6d..258e720 100755
--- a/wicket-request/pom.xml
+++ b/wicket-request/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5-RC1</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5-RC1</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index ee4789c..6a9e9f8 100644
--- a/wicket-spring/pom.xml
+++ b/wicket-spring/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 2b3ada5..de0859f 100755
--- a/wicket-util/pom.xml
+++ b/wicket-util/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5-RC1</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-util</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5-RC1</version>
   <name>Wicket Util</name>
   <url>http://maven.apache.org</url>
   <dependencies>
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index a60fb06..ed4e50a 100644
--- a/wicket-velocity/pom.xml
+++ b/wicket-velocity/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5-RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket/pom.xml b/wicket/pom.xml
index a8d7ed8..1869a46 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.wicket</groupId>
     <artifactId>wicket-parent</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5-RC1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wicket</artifactId>