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/05 19:12:37 UTC

svn commit: r1520375 - /uima/build/trunk/uima-build-helper-maven-plugin/pom.xml

Author: schor
Date: Thu Sep  5 17:12:37 2013
New Revision: 1520375

URL: http://svn.apache.org/r1520375
Log:
[maven-release-plugin] prepare release uima-build-helper-maven-plugin-7

Modified:
    uima/build/trunk/uima-build-helper-maven-plugin/pom.xml

Modified: uima/build/trunk/uima-build-helper-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-build-helper-maven-plugin/pom.xml?rev=1520375&r1=1520374&r2=1520375&view=diff
==============================================================================
--- uima/build/trunk/uima-build-helper-maven-plugin/pom.xml (original)
+++ uima/build/trunk/uima-build-helper-maven-plugin/pom.xml Thu Sep  5 17:12:37 2013
@@ -28,7 +28,7 @@
   </parent>
   
   <artifactId>uima-build-helper-maven-plugin</artifactId>
-  <version>7-SNAPSHOT</version>
+  <version>7</version>
   <packaging>maven-plugin</packaging>
 
   <inceptionYear>2010</inceptionYear>
@@ -47,13 +47,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/build/trunk/uima-build-helper-maven-plugin
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/uima-build-helper-maven-plugin-7
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/build/trunk/uima-build-helper-maven-plugin
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/uima-build-helper-maven-plugin-7
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/build/trunk/uima-build-helper-maven-plugin
+      http://svn.apache.org/viewvc/uima/build/tags/uima-build-helper-maven-plugin-7
     </url>
   </scm>
   
@@ -177,10 +177,8 @@
                 <configuration>
                   <target>
                     <echo message="Generating checksums for source-release.zip" />
-                    <checksum format="MD5SUM" algorithm="sha1"
-                              file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"/>
-                    <checksum format="MD5SUM" algorithm="md5"
-                              file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"/>
+                    <checksum format="MD5SUM" algorithm="sha1" file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" />
+                    <checksum format="MD5SUM" algorithm="md5" file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" />
                     <echo message="Generating gpg signatures for source-release.zip" />
                     <exec executable="gpg">
                       <arg value="--detach-sign" />