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/01/18 20:07:59 UTC

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

Author: schor
Date: Wed Jan 18 19:07:59 2012
New Revision: 1233002

URL: http://svn.apache.org/viewvc?rev=1233002&view=rev
Log:
[UIMA-2346] depend on 4-SNAPSHOT version of uima-build-resources

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=1233002&r1=1233001&r2=1233002&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Wed Jan 18 19:07:59 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>3</uimaBuildResourcesVersion>
+    <uimaBuildResourcesVersion>4-SNAPSHOT</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>