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 2012/05/22 17:20:02 UTC

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

Author: schor
Date: Tue May 22 15:20:02 2012
New Revision: 1341520

URL: http://svn.apache.org/viewvc?rev=1341520&view=rev
Log:
[UIMA-2407] fixing bad release of uima-build-helper-maven-plugin  - found one other place to change reference, in a property

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=1341520&r1=1341519&r2=1341520&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Tue May 22 15:20:02 2012
@@ -167,7 +167,7 @@
           We specify something here, because if accidentally left blank, it 
           generates a giant request for all changes -->
     <jiraVersion>12316057</jiraVersion>  <!-- for parent-pom-3 change for each release -->
-    <uimaBuildResourcesVersion>4-SNAPSHOT</uimaBuildResourcesVersion>
+    <uimaBuildResourcesVersion>4</uimaBuildResourcesVersion>
     <uimaWebsiteUrl>http://uima.apache.org</uimaWebsiteUrl>
     <uimaWebsiteDistributionUrl>scp://people.apache.org/www/uima.apache.org/</uimaWebsiteDistributionUrl>
     <maven.build.timestamp.format>yyMMdd_HHmm</maven.build.timestamp.format>