You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/11/27 00:23:21 UTC

svn commit: r1413928 - in /incubator/ctakes/branches/ctakes-3.0.0-incubating: ./ ctakes-assertion/ ctakes-chunker/ ctakes-clinical-pipeline/ ctakes-constituency-parser/ ctakes-context-tokenizer/ ctakes-core/ ctakes-coreference/ ctakes-dependency-parser...

Author: chenpei
Date: Mon Nov 26 23:23:18 2012
New Revision: 1413928

URL: http://svn.apache.org/viewvc?rev=1413928&view=rev
Log:
CTAKES-73 - redoing 3.0.0 release candidate 3

Modified:
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-assertion/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-chunker/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-constituency-parser/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-context-tokenizer/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-core/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-coreference/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dependency-parser/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dictionary-lookup/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-distribution/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-drug-ner/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-lvg/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-ne-contexts/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pad-term-spotter/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pos-tagger/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-preprocessor/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-relation-extractor/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-side-effect/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-smoking-status/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-type-system/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-utils/pom.xml
    incubator/ctakes/branches/ctakes-3.0.0-incubating/pom.xml

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-assertion/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-assertion/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-assertion/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-chunker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-chunker/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-chunker/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-chunker/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/pom.xml Mon Nov 26 23:23:18 2012
@@ -16,7 +16,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 
 

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-constituency-parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-constituency-parser/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-constituency-parser/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-constituency-parser/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-context-tokenizer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-context-tokenizer/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-context-tokenizer/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-context-tokenizer/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-core/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-core/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-core/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-coreference/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-coreference/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-coreference/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-coreference/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<dependencies>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dependency-parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dependency-parser/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dependency-parser/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dependency-parser/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<!-- necessary for ClearParser -->
 	<repositories>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dictionary-lookup/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dictionary-lookup/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dictionary-lookup/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-dictionary-lookup/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-distribution/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-distribution/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-distribution/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<packaging>pom</packaging>
 

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-drug-ner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-drug-ner/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-drug-ner/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-drug-ner/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<dependencies>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-lvg/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-lvg/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-lvg/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-lvg/pom.xml Mon Nov 26 23:23:18 2012
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-ne-contexts/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-ne-contexts/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-ne-contexts/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-ne-contexts/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pad-term-spotter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pad-term-spotter/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pad-term-spotter/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pad-term-spotter/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pos-tagger/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pos-tagger/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pos-tagger/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-pos-tagger/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-preprocessor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-preprocessor/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-preprocessor/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-preprocessor/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-relation-extractor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-relation-extractor/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-relation-extractor/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-relation-extractor/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-side-effect/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-side-effect/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-side-effect/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-side-effect/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<dependencies>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-smoking-status/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-smoking-status/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-smoking-status/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-smoking-status/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<dependencies>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-type-system/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-type-system/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-type-system/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-type-system/pom.xml Mon Nov 26 23:23:18 2012
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-utils/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-utils/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-utils/pom.xml Mon Nov 26 23:23:18 2012
@@ -26,7 +26,7 @@
 	<parent>
 		<artifactId>ctakes</artifactId>
 		<groupId>org.apache.ctakes</groupId>
-		<version>3.0.0-incubating</version>
+		<version>3.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: incubator/ctakes/branches/ctakes-3.0.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/pom.xml?rev=1413928&r1=1413927&r2=1413928&view=diff
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/pom.xml (original)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/pom.xml Mon Nov 26 23:23:18 2012
@@ -24,7 +24,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ctakes</groupId>
 	<artifactId>ctakes</artifactId>
-	<version>3.0.0-incubating</version>
+	<version>3.0.0-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache cTAKES</name>
 	<url>http://incubator.apache.org/ctakes/</url>