You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/09/24 20:35:53 UTC

svn commit: r1525962 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Tue Sep 24 18:35:53 2013
New Revision: 1525962

URL: http://svn.apache.org/r1525962
Log:
[maven-release-plugin] prepare release parent-pom-7

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1525962&r1=1525961&r2=1525962&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Tue Sep 24 18:35:53 2013
@@ -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 @@ Copyright (c) 2003, 2006 IBM Corporation
                   <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 @@ Copyright (c) 2003, 2006 IBM Corporation
                 <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" />