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 2013/08/08 23:19:06 UTC

svn commit: r1512037 - in /uima/sandbox/uimafit/trunk: ./ uimafit-core/ uimafit-cpe/ uimafit-dist/ uimafit-docbook/ uimafit-examples/ uimafit-legacy-support/ uimafit-maven-plugin/ uimafit-spring/

Author: rec
Date: Thu Aug  8 21:19:05 2013
New Revision: 1512037

URL: http://svn.apache.org/r1512037
Log:
[maven-release-plugin] prepare release uimafit-2.0.0-rc1

Modified:
    uima/sandbox/uimafit/trunk/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-core/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-cpe/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-dist/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-docbook/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-legacy-support/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml
    uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml

Modified: uima/sandbox/uimafit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,13 +17,12 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>uimafit-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>uimaFIT - Parent</name>
-	<version>2.0.0-SNAPSHOT</version>
+	<version>2.0.0</version>
 	<description>Factories, Injection, and Testing library for UIMA</description>
 	<url>${uimaWebsiteUrl}</url>
 	<inceptionYear>2012</inceptionYear>
@@ -34,9 +33,9 @@
 		<version>6</version>
 	</parent>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uimafit/trunk/</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uimafit/trunk/</developerConnection>
-		<url>http://svn.apache.org/repos/asf/uima/sandbox/uimafit/trunk/</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uimafit/tags/uimafit-2.0.0-rc1</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uimafit/tags/uimafit-2.0.0-rc1</developerConnection>
+		<url>http://svn.apache.org/repos/asf/uima/sandbox/uimafit/tags/uimafit-2.0.0-rc1</url>
 	</scm>
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: uima/sandbox/uimafit/trunk/uimafit-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-core/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-core/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-core/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,8 +17,7 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>uimafit-core</artifactId>
 	<packaging>jar</packaging>
@@ -28,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: uima/sandbox/uimafit/trunk/uimafit-cpe/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-cpe/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-cpe/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-cpe/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,13 +17,12 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<artifactId>uimafit-cpe</artifactId>
 	<name>uimaFIT - Collection Processing Engine support</name>
@@ -31,7 +30,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>

Modified: uima/sandbox/uimafit/trunk/uimafit-dist/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-dist/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-dist/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-dist/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,13 +17,12 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<artifactId>uimafit-dist</artifactId>
 	<packaging>pom</packaging>
@@ -41,17 +40,17 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-cpe</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-legacy-support</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 	</dependencies>
 	<properties>

Modified: uima/sandbox/uimafit/trunk/uimafit-docbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-docbook/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-docbook/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-docbook/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,13 +17,12 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<artifactId>uimafit-docbook</artifactId>
 	<name>uimaFIT - Documentation</name>

Modified: uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-examples/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,12 +17,11 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>uimafit-parent</artifactId>
 		<groupId>org.apache.uima</groupId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>uimafit-examples</artifactId>
@@ -33,7 +32,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>

Modified: uima/sandbox/uimafit/trunk/uimafit-legacy-support/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-legacy-support/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-legacy-support/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-legacy-support/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,13 +17,12 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<artifactId>uimafit-legacy-support</artifactId>
 	<name>uimaFIT - Legacy uimaFIT support</name>
@@ -48,7 +47,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>

Modified: uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,13 +17,12 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<artifactId>uimafit-maven-plugin</artifactId>
 	<name>uimaFIT - Maven Plugin</name>
@@ -48,7 +47,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.javassist</groupId>
@@ -200,7 +199,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore />
 									</action>
 								</pluginExecution>
 							</pluginExecutions>

Modified: uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml?rev=1512037&r1=1512036&r2=1512037&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-spring/pom.xml Thu Aug  8 21:19:05 2013
@@ -17,8 +17,7 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>uimafit-spring</artifactId>
 	<packaging>jar</packaging>
@@ -28,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<dependencies>
 		<dependency>
@@ -55,7 +54,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
+			<version>2.0.0</version>
 		</dependency>
 	</dependencies>
 	<licenses>