[maven-release-plugin] prepare release maven-stage-plugin-1.0-alpha-1

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@628984 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index fc2bce0..388575c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>maven-stage-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Stage Plugin</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-alpha-1</version>
   <description>
     The Maven Stage Plugin copies artifacts from one repository to another.
   </description>
@@ -42,9 +42,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-stage-plugin-1.0-alpha-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-stage-plugin-1.0-alpha-1</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-stage-plugin-1.0-alpha-1</url>
   </scm>
 
   <build>