Final changes for release

git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/branches/2.0.0@563802 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9322128..c2ba38c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/branches/2.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/branches/2.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/server/branches/2.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/tags/2.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/server/tags/2.0.0</url>
     </scm>
 
     <properties>
@@ -1556,7 +1556,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>selenium-maven-plugin</artifactId>
-                    <version>1.0-beta-2-SNAPSHOT</version>
+                    <version>1.0-beta-1</version>
                 </plugin>
 
                 <plugin>
@@ -1582,7 +1582,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo.jspc</groupId>
                     <artifactId>jspc-maven-plugin</artifactId>
-                    <version>2.0-SNAPSHOT</version>
+                    <version>2.0-alpha-1</version>
                     <executions>
                         <execution>
                             <goals>
@@ -1599,7 +1599,7 @@
                         <dependency>
                             <groupId>org.codehaus.mojo.jspc</groupId>
                             <artifactId>jspc-compiler-tomcat6</artifactId>
-                            <version>2.0-SNAPSHOT</version>
+                            <version>2.0-alpha-1</version>
                             <exclusions>
                                 <exclusion>
                                     <groupId>org.apache.tomcat</groupId>