[maven-release-plugin] prepare release ws-parent-1
diff --git a/pom.xml b/pom.xml
index cf7aa75..82cf3cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-1</url>
     </scm>
     <build>
         <pluginManagement>
@@ -70,7 +70,7 @@
                              of changes between releases (to avoid mass changes when committing the site for a new release) -->
                         <notimestamp>true</notimestamp>
                         <windowtitle>${project.name} API</windowtitle>
-                        <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
+                        <bottom>Copyright © {organizationName}. All Rights Reserved.</bottom>
                         <!-- doctitle only appears in the summary and we should include the version there -->
                         <doctitle>${project.name} ${project.version} API</doctitle>
                     </configuration>