You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2017/10/10 19:11:08 UTC

svn commit: r1811761 - /uima/uv3/uimafit-v3/trunk/uimafit-parent/pom.xml

Author: rec
Date: Tue Oct 10 19:11:08 2017
New Revision: 1811761

URL: http://svn.apache.org/viewvc?rev=1811761&view=rev
Log:
[UIMA-5323] Adjust uimaFIT v3 branch to actually build against UIMA v3

- Adjust UV3 version in pom

Modified:
    uima/uv3/uimafit-v3/trunk/uimafit-parent/pom.xml

Modified: uima/uv3/uimafit-v3/trunk/uimafit-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimafit-v3/trunk/uimafit-parent/pom.xml?rev=1811761&r1=1811760&r2=1811761&view=diff
==============================================================================
--- uima/uv3/uimafit-v3/trunk/uimafit-parent/pom.xml (original)
+++ uima/uv3/uimafit-v3/trunk/uimafit-parent/pom.xml Tue Oct 10 19:11:08 2017
@@ -15,10 +15,10 @@
 	<inceptionYear>2012</inceptionYear>
 	<properties>
 		<spring.version>3.2.16.RELEASE</spring.version>
-		<uima.version>3.0.0-beta-SNAPSHOT</uima.version>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
-        <compat.previous.version>2.1.0</compat.previous.version>
+		<uima.version>3.0.1-beta-SNAPSHOT</uima.version>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <compat.previous.version>2.1.0</compat.previous.version>
 	</properties>
 	<repositories>
     <!--