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/06/02 23:17:53 UTC

svn commit: r1599358 - in /uima/uimafit/branches/2.1.x: pom.xml uimafit-parent/pom.xml

Author: rec
Date: Mon Jun  2 21:17:53 2014
New Revision: 1599358

URL: http://svn.apache.org/r1599358
Log:
[UIMA-3845] Prepare for release version 2.1.0
- Update jiraVersion property
- Update to UIMA parent pom 9
- Comment out snapshot repositories used while depending on UIMA 2.6.0-SNAPSHOT

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

Modified: uima/uimafit/branches/2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/branches/2.1.x/pom.xml?rev=1599358&r1=1599357&r2=1599358&view=diff
==============================================================================
--- uima/uimafit/branches/2.1.x/pom.xml (original)
+++ uima/uimafit/branches/2.1.x/pom.xml Mon Jun  2 21:17:53 2014
@@ -32,7 +32,7 @@
 		<relativePath>uimafit-parent</relativePath>
 	</parent>
 	<properties>
-		<jiraVersion>12323969</jiraVersion>
+		<jiraVersion>12324978</jiraVersion>
 	</properties>
 	<scm>
 		<connection>scm:svn:http://svn.apache.org/repos/asf/uima/uimafit/branches/2.1.x</connection>

Modified: uima/uimafit/branches/2.1.x/uimafit-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/branches/2.1.x/uimafit-parent/pom.xml?rev=1599358&r1=1599357&r2=1599358&view=diff
==============================================================================
--- uima/uimafit/branches/2.1.x/uimafit-parent/pom.xml (original)
+++ uima/uimafit/branches/2.1.x/uimafit-parent/pom.xml Mon Jun  2 21:17:53 2014
@@ -4,7 +4,7 @@
 		<groupId>org.apache.uima</groupId>
 		<artifactId>parent-pom</artifactId>
 		<relativePath />
-		<version>8</version>
+		<version>9</version>
 	</parent>
 	<artifactId>uimafit-parent</artifactId>
 	<version>2.1.0-SNAPSHOT</version>
@@ -20,7 +20,6 @@
 	</properties>
     <!--
       - Only required while uimaFIT depends on unreleased versions of UIMA.
-      -->
 	<repositories>
 		<repository>
 			<id>apache.snapshots</id>
@@ -30,18 +29,7 @@
 				<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>
 		<pluginRepository>
 			<id>apache.snapshots.plugins</id>
@@ -57,23 +45,8 @@
 				<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>