You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2017/07/06 09:26:59 UTC

svn commit: r1801002 - /uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml

Author: pkluegl
Date: Thu Jul  6 09:26:59 2017
New Revision: 1801002

URL: http://svn.apache.org/viewvc?rev=1801002&view=rev
Log:
no jira - update uima version in archetype

Modified:
    uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml

Modified: uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml?rev=1801002&r1=1801001&r2=1801002&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml Thu Jul  6 09:26:59 2017
@@ -36,7 +36,7 @@
 
   <properties>
     <junit-version>4.11</junit-version>
-    <uima-version>2.8.1</uima-version>
+    <uima-version>2.10.0</uima-version>
     <ruta-version>${archetypeVersion}</ruta-version>
   </properties>