[maven-release-plugin]  copy for tag gshell-1.0-alpha-1

git-svn-id: https://svn.apache.org/repos/asf/geronimo/genesis/tags/gshell-1.0-alpha-1@606422 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 95bae9a..1f37c48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,9 +42,9 @@
     </description>
     
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/genesis/tags/gshell-1.0-alpha-1</connection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/genesis/tags/gshell-1.0-alpha-1</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/genesis/tags/gshell-1.0-alpha-1</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/genesis/tags/gshell-1.0-alpha-1</url>
+        <url>https://svn.apache.org/viewvc/geronimo/genesis/tags/gshell-1.0-alpha-1</url>
     </scm>
     
     <dependencyManagement>
@@ -269,7 +269,10 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-4</version>
+                    <version>2.0-beta-7</version>
+                    <configuration>
+                        <tagBase>https://svn.apache.org/repos/asf/geronimo/gshell/tags</tagBase>
+                    </configuration>
                 </plugin>
 
                 <plugin>