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 2016/12/08 19:16:27 UTC

svn commit: r1773283 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml

Author: schor
Date: Thu Dec  8 19:16:27 2016
New Revision: 1773283

URL: http://svn.apache.org/viewvc?rev=1773283&view=rev
Log:
no Jira - move up version of javaparser to current stable release version

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml?rev=1773283&r1=1773282&r2=1773283&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml Thu Dec  8 19:16:27 2016
@@ -65,7 +65,7 @@
     <dependency>    <!-- apache v2 license  2016 checked -->
       <groupId>com.github.javaparser</groupId>
       <artifactId>javaparser-core</artifactId>
-      <version>2.3.0</version>
+      <version>2.5.1</version>
     </dependency>
     
 <!--     <dependency>     is included from uimaj-core, not needed for this project
@@ -90,5 +90,6 @@
   </dependencies>
   
   <build>
+    <finalName>uimaj-v3migration-jcas</finalName>
   </build>
 </project>
\ No newline at end of file