You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2013/08/13 17:40:03 UTC

svn commit: r1513556 - in /ctakes/branches/ctakes-3.1.0: ./ ctakes-assertion-res/ ctakes-assertion-zoner-res/ ctakes-assertion-zoner/ ctakes-assertion/ ctakes-chunker-res/ ctakes-chunker/ ctakes-clinical-pipeline/ ctakes-constituency-parser-res/ ctakes...

Author: james-masanz
Date: Tue Aug 13 15:40:02 2013
New Revision: 1513556

URL: http://svn.apache.org/r1513556
Log:
[maven-release-plugin] prepare release ctakes-3.1.0

Modified:
    ctakes/branches/ctakes-3.1.0/ctakes-assertion-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-assertion/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-chunker-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-chunker/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-clinical-pipeline/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-context-tokenizer/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-core-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-core/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-coreference-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-coreference/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-drug-ner-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-drug-ner/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-lvg-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-lvg/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-preprocessor/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-regression-test/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-side-effect-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-side-effect/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-smoking-status-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-smoking-status/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-template-filler/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-temporal-res/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-temporal/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-type-system/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-utils/pom.xml
    ctakes/branches/ctakes-3.1.0/pom.xml

Modified: ctakes/branches/ctakes-3.1.0/ctakes-assertion-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-assertion-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-assertion-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-assertion-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-assertion-res</artifactId>
   <name>Apache cTAKES Resources assertion</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-assertion-zoner-res</artifactId>
   <name>Apache cTAKES Resources assertion-zoner</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-assertion-zoner/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-assertion/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-assertion/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-assertion/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-chunker-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-chunker-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-chunker-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-chunker-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-chunker-res</artifactId>
   <name>Apache cTAKES Resources ctakes-chunker-res</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-chunker/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-chunker/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-chunker/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-chunker/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
       	<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-clinical-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-clinical-pipeline/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-clinical-pipeline/pom.xml Tue Aug 13 15:40:02 2013
@@ -16,7 +16,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 
 

Modified: ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-constituency-parser-res</artifactId>
   <name>Apache cTAKES Resources constituency-parser</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-constituency-parser/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies> 
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-context-tokenizer/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-context-tokenizer/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-context-tokenizer/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-context-tokenizer/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-core-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-core-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-core-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-core-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-core-res</artifactId>
   <name>Apache cTAKES Resources core</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-core/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-core/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-core/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-core/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 	     <dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-coreference-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-coreference-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-coreference-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-coreference-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-coreference-res</artifactId>
   <name>Apache cTAKES Resources coreference</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-coreference/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-coreference/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-coreference/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-coreference/pom.xml Tue Aug 13 15:40:02 2013
@@ -1,94 +1,94 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    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">
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>ctakes-coreference</artifactId>
-	<name>Apache cTAKES CoReference Resolver</name>
-	<parent>
-		<groupId>org.apache.ctakes</groupId>
-		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
-	</parent>
-	<dependencies>
-	     <dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-coreference-res</artifactId>
-		</dependency>		    
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-type-system</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-core</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-utils</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-constituency-parser</artifactId>
-		</dependency>		
-		<dependency>
-			<groupId>org.apache.opennlp</groupId>
-			<artifactId>opennlp-tools</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-relation-extractor</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-dictionary-lookup</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>net.sourceforge.ctakesresources</groupId>
-			<artifactId>ctakes-resources-umls2011ab</artifactId>
-			<version>3.1.1</version>
-		</dependency>
-	</dependencies>
-	
-		<build>
-		<plugins>
-			<plugin>
-				<groupId>org.cleartk</groupId>
-				<artifactId>jcasgen-maven-plugin</artifactId>
-				<configuration>
-					<typeSystem>src/main/resources/org/apache/ctakes/coreference/types/TypeSystem.xml</typeSystem>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    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">
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ctakes-coreference</artifactId>
+	<name>Apache cTAKES CoReference Resolver</name>
+	<parent>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes</artifactId>
+		<version>3.1.0</version>
+	</parent>
+	<dependencies>
+	     <dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-coreference-res</artifactId>
+		</dependency>		    
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-type-system</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-utils</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-constituency-parser</artifactId>
+		</dependency>		
+		<dependency>
+			<groupId>org.apache.opennlp</groupId>
+			<artifactId>opennlp-tools</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>jdom</groupId>
+			<artifactId>jdom</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-relation-extractor</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-dictionary-lookup</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.ctakesresources</groupId>
+			<artifactId>ctakes-resources-umls2011ab</artifactId>
+			<version>3.1.1</version>
+		</dependency>
+	</dependencies>
+	
+		<build>
+		<plugins>
+			<plugin>
+				<groupId>org.cleartk</groupId>
+				<artifactId>jcasgen-maven-plugin</artifactId>
+				<configuration>
+					<typeSystem>src/main/resources/org/apache/ctakes/coreference/types/TypeSystem.xml</typeSystem>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-dependency-parser-res</artifactId>
   <name>Apache cTAKES Resources dependency-parser</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-dependency-parser/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 	     <dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-dictionary-lookup-res</artifactId>
   <name>Apache cTAKES Resources dictionary-lookup</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-dictionary-lookup/pom.xml Tue Aug 13 15:40:02 2013
@@ -1,107 +1,107 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    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">
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>ctakes-dictionary-lookup</artifactId>
-	<name>Apache cTAKES dictionary lookup</name>
-	<parent>
-		<groupId>org.apache.ctakes</groupId>
-		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
-	</parent>
-		<dependencies>
-	     <dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-dictionary-lookup-res</artifactId>
-		</dependency>		    
-		<dependency>
-			<groupId>hsqldb</groupId>
-			<artifactId>hsqldb</artifactId>
-			<version>1.8.0.10</version>
-		</dependency>	
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-type-system</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-core</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.lucene</groupId>
-			<artifactId>lucene-core</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.lucene</groupId>
-			<artifactId>lucene-queries</artifactId>
-		</dependency>		
-		<dependency>
-			<groupId>org.apache.lucene</groupId>
-			<artifactId>lucene-queryparser</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.lucene</groupId>
-			<artifactId>lucene-analyzers-common</artifactId>
-		</dependency>				
-		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
-
-		<!-- cTAKES Resources -->
-		<dependency>
-			<groupId>net.sourceforge.ctakesresources</groupId>
-			<artifactId>ctakes-resources-umls2011ab</artifactId>
-			<version>3.1.1</version>
-		</dependency>
-	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>unpack-dependencies</id>
-						<phase>process-resources</phase>
-						<goals>
-							<goal>unpack-dependencies</goal>
-						</goals>
-						<configuration>
-							<includeArtifactIds>ctakes-resources-umls2011ab</includeArtifactIds>
-              <!-- <includes>**/*</includes> -->
-							<outputDirectory>${project.build.directory}/classes</outputDirectory>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    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">
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ctakes-dictionary-lookup</artifactId>
+	<name>Apache cTAKES dictionary lookup</name>
+	<parent>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes</artifactId>
+		<version>3.1.0</version>
+	</parent>
+		<dependencies>
+	     <dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-dictionary-lookup-res</artifactId>
+		</dependency>		    
+		<dependency>
+			<groupId>hsqldb</groupId>
+			<artifactId>hsqldb</artifactId>
+			<version>1.8.0.10</version>
+		</dependency>	
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-type-system</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.lucene</groupId>
+			<artifactId>lucene-core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.lucene</groupId>
+			<artifactId>lucene-queries</artifactId>
+		</dependency>		
+		<dependency>
+			<groupId>org.apache.lucene</groupId>
+			<artifactId>lucene-queryparser</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.lucene</groupId>
+			<artifactId>lucene-analyzers-common</artifactId>
+		</dependency>				
+		<dependency>
+			<groupId>jdom</groupId>
+			<artifactId>jdom</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
+
+		<!-- cTAKES Resources -->
+		<dependency>
+			<groupId>net.sourceforge.ctakesresources</groupId>
+			<artifactId>ctakes-resources-umls2011ab</artifactId>
+			<version>3.1.1</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>unpack-dependencies</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>unpack-dependencies</goal>
+						</goals>
+						<configuration>
+							<includeArtifactIds>ctakes-resources-umls2011ab</includeArtifactIds>
+              <!-- <includes>**/*</includes> -->
+							<outputDirectory>${project.build.directory}/classes</outputDirectory>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<packaging>pom</packaging>
 

Modified: ctakes/branches/ctakes-3.1.0/ctakes-drug-ner-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-drug-ner-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-drug-ner-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-drug-ner-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-drug-ner-res</artifactId>
   <name>Apache cTAKES Resources drug-ner</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-drug-ner/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-drug-ner/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-drug-ner/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-drug-ner/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-lvg-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-lvg-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-lvg-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-lvg-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-lvg-res</artifactId>
   <name>Apache cTAKES Resources lvg</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-lvg/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-lvg/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-lvg/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-lvg/pom.xml Tue Aug 13 15:40:02 2013
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>  
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-ne-contexts-res</artifactId>
   <name>Apache cTAKES Resources ne-contexts</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-ne-contexts/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-pad-term-spotter-res</artifactId>
   <name>Apache cTAKES Resources pad-term-spotter-res</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-pad-term-spotter/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 
 	<dependencies>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-pos-tagger-res</artifactId>
   <name>Apache cTAKES Resources pos-tagger</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-pos-tagger/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies> 
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-preprocessor/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-preprocessor/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-preprocessor/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-preprocessor/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-regression-test/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-regression-test/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-regression-test/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-regression-test/pom.xml Tue Aug 13 15:40:02 2013
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-regression-test</artifactId>
   <name>Apache cTAKES Regression-test</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-relation-extractor-res</artifactId>
   <name>Apache cTAKES Resources relation-extractor</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-relation-extractor/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-side-effect-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-side-effect-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-side-effect-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-side-effect-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-side-effect-res</artifactId>
   <name>Apache cTAKES Resources side-effect</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-side-effect/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-side-effect/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-side-effect/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-side-effect/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	
 	<dependencies>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-smoking-status-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-smoking-status-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-smoking-status-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-smoking-status-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-smoking-status-res</artifactId>
   <name>Apache cTAKES Resources smoking-status</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-smoking-status/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-smoking-status/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-smoking-status/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-smoking-status/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	
 	<dependencies>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-template-filler/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-template-filler/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-template-filler/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-template-filler/pom.xml Tue Aug 13 15:40:02 2013
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-temporal-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-temporal-res/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-temporal-res/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-temporal-res/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.ctakes</groupId>
     <artifactId>ctakes</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.0</version>
   </parent>
   <artifactId>ctakes-temporal-res</artifactId>
   <name>Apache cTAKES Resources temporal</name>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-temporal/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-temporal/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-temporal/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-temporal/pom.xml Tue Aug 13 15:40:02 2013
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-type-system/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-type-system/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-type-system/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-type-system/pom.xml Tue Aug 13 15:40:02 2013
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-utils/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-utils/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-utils/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-utils/pom.xml Tue Aug 13 15:40:02 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<artifactId>ctakes</artifactId>
 		<groupId>org.apache.ctakes</groupId>
-		<version>3.1.0-SNAPSHOT</version>
+		<version>3.1.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-3.1.0/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/pom.xml?rev=1513556&r1=1513555&r2=1513556&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/pom.xml Tue Aug 13 15:40:02 2013
@@ -24,7 +24,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ctakes</groupId>
 	<artifactId>ctakes</artifactId>
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.1.0</version>
 	<packaging>pom</packaging>
 	<name>Apache cTAKES</name>
 	<url>http://ctakes.apache.org</url>