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 2014/04/26 11:02:30 UTC

svn commit: r1590223 - /uima/uimafit/branches/2.0.x/uimafit-parent/pom.xml

Author: rec
Date: Sat Apr 26 09:02:29 2014
New Revision: 1590223

URL: http://svn.apache.org/r1590223
Log:
[No jira] Upgrade to UIMA 2.6.0-SNAPSHOT.

Modified:
    uima/uimafit/branches/2.0.x/uimafit-parent/pom.xml

Modified: uima/uimafit/branches/2.0.x/uimafit-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/branches/2.0.x/uimafit-parent/pom.xml?rev=1590223&r1=1590222&r2=1590223&view=diff
==============================================================================
--- uima/uimafit/branches/2.0.x/uimafit-parent/pom.xml (original)
+++ uima/uimafit/branches/2.0.x/uimafit-parent/pom.xml Sat Apr 26 09:02:29 2014
@@ -14,11 +14,11 @@
 	<inceptionYear>2012</inceptionYear>
 	<properties>
 		<spring.version>3.1.2.RELEASE</spring.version>
-		<uima.version>2.4.2</uima.version>
+		<uima.version>2.6.0-SNAPSHOT</uima.version>
 	</properties>
     <!--
       - Only required while uimaFIT depends on unreleased versions of UIMA.
-      -
+      -->
 	<repositories>
 		<repository>
 			<id>apache.snapshots</id>
@@ -28,6 +28,16 @@
 				<enabled>false</enabled>
 			</releases>
 		</repository>
+		<!--
+		<repository>
+			<id>apache.rc</id>
+			<name>UIMA 2.6.0 release candidate</name>
+			<url>https://repository.apache.org/content/repositories/orgapacheuima-1017/</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</repository>
+		-->
 	</repositories>
 
 	<pluginRepositories>
@@ -45,8 +55,23 @@
 				<updatePolicy>never</updatePolicy>
 			</snapshots>
 		</pluginRepository>
+		<!--
+		<pluginRepository>
+			<id>apache.rc.plugins</id>
+			<name>UIMA 2.6.0 release candidate - Maven plugins</name>
+			<url>https://repository.apache.org/content/repositories/orgapacheuima-1017/</url>
+			<layout>default</layout>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<checksumPolicy>fail</checksumPolicy>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+		</pluginRepository>
+		-->
 	</pluginRepositories>
-    -->
 
 	<dependencies>
 		<dependency>