[maven-release-plugin] prepare release parent-pom-7

git-svn-id: https://svn.apache.org/repos/asf/uima/build/trunk/parent-pom@1525962 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 20d86ac..e9433cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
 

   <groupId>org.apache.uima</groupId>

   <artifactId>parent-pom</artifactId>

-  <version>7-SNAPSHOT</version>

+  <version>7</version>

   <packaging>pom</packaging>

   

   <name>Apache UIMA ${project.artifactId}</name>

@@ -122,13 +122,13 @@
         

   <scm>

     <connection>

-      scm:svn:http://svn.apache.org/repos/asf/uima/build/trunk/parent-pom

+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/parent-pom-7

     </connection>

     <developerConnection>

-      scm:svn:https://svn.apache.org/repos/asf/uima/build/trunk/parent-pom

+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/parent-pom-7

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/build/trunk/parent-pom

+      http://svn.apache.org/viewvc/uima/build/tags/parent-pom-7

     </url>

   </scm>

   

@@ -785,11 +785,11 @@
                   <target>

                     <taskdef name="if" classname="net.sf.antcontrib.logic.IfTask" />                

                     <if>

-                      <available file="${project.build.directory}/site/apidocs/"/>

+                      <available file="${project.build.directory}/site/apidocs/" />

                       <then>

                         <echo>Fixing line-endings for ${project.build.directory}/site/apidocs/</echo>

                         <fixcrlf srcdir="${project.build.directory}/site/apidocs/">

-                          <include name="**/*.html"/>

+                          <include name="**/*.html" />

                         </fixcrlf>

                       </then>

                     </if>

@@ -803,16 +803,13 @@
                 <configuration>

                   <target>

                     <taskdef name="if" classname="net.sf.antcontrib.logic.IfTask" />

-                    <property name="source-release" 

-                      location="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"/>                

+                    <property name="source-release" location="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" />                

                     <if>

-                      <available file="${source-release}"/> 

+                      <available file="${source-release}" /> 

                       <then>

                         <echo message="Generating checksums for source-release.zip" />

-                        <checksum format="MD5SUM" algorithm="sha1"

-                                  file="${source-release}"/>

-                        <checksum format="MD5SUM" algorithm="md5"

-                                  file="${source-release}"/>

+                        <checksum format="MD5SUM" algorithm="sha1" file="${source-release}" />

+                        <checksum format="MD5SUM" algorithm="md5" file="${source-release}" />

                         <echo message="Generating gpg signatures for source-release.zip" />

                         <exec executable="gpg">

                           <arg value="--detach-sign" />