Prepare for release: fix release:prepare build

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk@1030907 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f9cfc5d..f2cdc10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,9 +62,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/specs/tags/specs-1.2.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/specs/tags/specs-1.2.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/servicemix/smx4/specs/tags/specs-1.2.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk</url>
     </scm>
 
     <issueManagement>
@@ -127,14 +127,14 @@
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>2.1</version>
                 </plugin>
+                <!--
+                   Adding some extra config to what has already been defined in org.apache:apache-7:pom
+                -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-7</version>
                     <configuration>
-                        <useReleaseProfile>false</useReleaseProfile>
-                        <preparationGoals>clean verify install</preparationGoals>
-                        <goals>deploy</goals>
+                        <preparationGoals>clean install</preparationGoals>
                         <arguments>-Prelease,deploy</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
@@ -262,9 +262,9 @@
                     <source>1.5</source>
                     <linksource>true</linksource>
                     <links>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://java.sun.com/javaee/5/docs/api/</link>
-                        <link>http://www2.osgi.org/javadoc/r4/</link>
+                        <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+                        <link>http://download.oracle.com/javaee/5/api/</link>
+                        <link>http://www.osgi.org/javadoc/r4/</link>
                     </links>
                 </configuration>
             </plugin>