You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by mm...@apache.org on 2017/04/17 18:32:19 UTC

svn commit: r1791708 [2/2] - in /ctakes/branches/ctakes-4.0.0: ./ ctakes-assertion-res/ ctakes-assertion-zoner-res/ ctakes-assertion-zoner/ ctakes-assertion/ ctakes-chunker-res/ ctakes-chunker/ ctakes-clinical-pipeline-res/ ctakes-clinical-pipeline/ ct...

Modified: ctakes/branches/ctakes-4.0.0/ctakes-template-filler/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-template-filler/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-template-filler/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-template-filler/pom.xml Mon Apr 17 18:32:18 2017
@@ -1,84 +1,84 @@
-<?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-template-filler</artifactId>
-	<name>Apache cTAKES template filler</name>
-	<description>Fill CEM-based templates</description>
-	<parent>
-		<groupId>org.apache.ctakes</groupId>
-		<artifactId>ctakes</artifactId>
-		<version>4.0.1-SNAPSHOT</version>
-	</parent>
-	<dependencies>
-		<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-drug-ner</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-drug-ner-res</artifactId>
-		</dependency>
-		<!--  If clinical-pipeline is a dependency then everything in clinical-pipeline should be removed.
-				This makes maintenance much easier wrt upgraded versions and removed/unused modules (e.g. old lookup).-->
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-clinical-pipeline</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-relation-extractor</artifactId>
-		</dependency>	    
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-relation-extractor-res</artifactId>
-		</dependency>	    
-	<dependency>
-		<groupId>org.apache.ctakes</groupId>
-		<artifactId>ctakes-chunker</artifactId>
-	</dependency>
-	<dependency>
-		<groupId>org.apache.ctakes</groupId>
-		<artifactId>ctakes-dictionary-lookup</artifactId>
-	</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-utils</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
-	</dependencies>
-</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-template-filler</artifactId>
+	<name>Apache cTAKES template filler</name>
+	<description>Fill CEM-based templates</description>
+	<parent>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes</artifactId>
+		<version>4.0.0</version>
+	</parent>
+	<dependencies>
+		<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-drug-ner</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-drug-ner-res</artifactId>
+		</dependency>
+		<!--  If clinical-pipeline is a dependency then everything in clinical-pipeline should be removed.
+				This makes maintenance much easier wrt upgraded versions and removed/unused modules (e.g. old lookup).-->
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-clinical-pipeline</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-relation-extractor</artifactId>
+		</dependency>	    
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-relation-extractor-res</artifactId>
+		</dependency>	    
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-chunker</artifactId>
+	</dependency>
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-dictionary-lookup</artifactId>
+	</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-utils</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-temporal-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-temporal-res/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-temporal-res/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-temporal-res/pom.xml Mon Apr 17 18:32:18 2017
@@ -1,32 +1,32 @@
-<?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>
-  <parent>
-    <groupId>org.apache.ctakes</groupId>
-    <artifactId>ctakes</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
-  </parent>
-  <artifactId>ctakes-temporal-res</artifactId>
-  <name>Apache cTAKES Resources temporal</name>
-  <description>Resources Project for ctakes-temporal</description>
+<?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>
+  <parent>
+    <groupId>org.apache.ctakes</groupId>
+    <artifactId>ctakes</artifactId>
+    <version>4.0.0</version>
+  </parent>
+  <artifactId>ctakes-temporal-res</artifactId>
+  <name>Apache cTAKES Resources temporal</name>
+  <description>Resources Project for ctakes-temporal</description>
 </project>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-temporal/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-temporal/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-temporal/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-temporal/pom.xml Mon Apr 17 18:32:18 2017
@@ -19,8 +19,7 @@
     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>ctakes-temporal</artifactId>
     <packaging>jar</packaging>
@@ -28,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>4.0.1-SNAPSHOT</version>
+		<version>4.0.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-type-system/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-type-system/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-type-system/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-type-system/pom.xml Mon Apr 17 18:32:18 2017
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>4.0.1-SNAPSHOT</version>
+		<version>4.0.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-utils/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-utils/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-utils/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-utils/pom.xml Mon Apr 17 18:32:18 2017
@@ -26,7 +26,7 @@
 	<parent>
 		<artifactId>ctakes</artifactId>
 		<groupId>org.apache.ctakes</groupId>
-		<version>4.0.1-SNAPSHOT</version>
+		<version>4.0.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-ytex-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-ytex-res/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-ytex-res/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-ytex-res/pom.xml Mon Apr 17 18:32:18 2017
@@ -1,23 +1,22 @@
-<?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>
-	<parent>
-		<groupId>org.apache.ctakes</groupId>
-		<artifactId>ctakes</artifactId>
-		<version>4.0.1-SNAPSHOT</version>
-	</parent>
-	<artifactId>ctakes-ytex-res</artifactId>
-	<name>Apache cTAKES Resources ctakes-ytex-res</name>
-	<description>Resources Project for yex</description>
+<?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>
+	<parent>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes</artifactId>
+		<version>4.0.0</version>
+	</parent>
+	<artifactId>ctakes-ytex-res</artifactId>
+	<name>Apache cTAKES Resources ctakes-ytex-res</name>
+	<description>Resources Project for yex</description>
 </project>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-ytex-uima/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-ytex-uima/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-ytex-uima/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-ytex-uima/pom.xml Mon Apr 17 18:32:18 2017
@@ -9,15 +9,14 @@
 	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">
+<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-ytex-uima</artifactId>
 	<name>Apache cTAKES YTEX UIMA</name>
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>4.0.1-SNAPSHOT</version>
+		<version>4.0.0</version>
 	</parent>
 	<dependencies>
 		<dependency>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-ytex-web/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-ytex-web/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-ytex-web/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-ytex-web/pom.xml Mon Apr 17 18:32:18 2017
@@ -1,13 +1,11 @@
 <?xml version="1.0"?>
 <!-- see accompanying README.txt	-->
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>4.0.1-SNAPSHOT</version>
+		<version>4.0.0</version>
 	</parent>
 	<artifactId>ctakes-ytex-web</artifactId>
 	<packaging>war</packaging>

Modified: ctakes/branches/ctakes-4.0.0/ctakes-ytex/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/ctakes-ytex/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/ctakes-ytex/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/ctakes-ytex/pom.xml Mon Apr 17 18:32:18 2017
@@ -9,15 +9,14 @@
 	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">
+<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-ytex</artifactId>
 	<name>Apache cTAKES YTEX</name>
 	<parent>
 		<groupId>org.apache.ctakes</groupId>
 		<artifactId>ctakes</artifactId>
-		<version>4.0.1-SNAPSHOT</version>
+		<version>4.0.0</version>
 	</parent>
 	<dependencies>
 		<!-- begin non ASF compliant dependencies -->

Modified: ctakes/branches/ctakes-4.0.0/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-4.0.0/pom.xml?rev=1791708&r1=1791707&r2=1791708&view=diff
==============================================================================
--- ctakes/branches/ctakes-4.0.0/pom.xml (original)
+++ ctakes/branches/ctakes-4.0.0/pom.xml Mon Apr 17 18:32:18 2017
@@ -24,7 +24,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ctakes</groupId>
 	<artifactId>ctakes</artifactId>
-	<version>4.0.1-SNAPSHOT</version>
+	<version>4.0.0</version>
 	<packaging>pom</packaging>
 	<name>Apache cTAKES</name>
 	<url>http://ctakes.apache.org</url>
@@ -32,9 +32,9 @@
 	<scm>
 		<!-- In child modules, Maven will append ${artifactId} to the following 
 			URLs -->
-		<connection>scm:svn:https://svn.apache.org/repos/asf/ctakes/branches/ctakes-4.0.0</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/branches/ctakes-4.0.0</developerConnection>
-		<url>https://svn.apache.org/repos/asf/ctakes/branches/ctakes-4.0.0</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/ctakes/tags/ctakes-4.0.0-rc3</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ctakes/tags/ctakes-4.0.0-rc3</developerConnection>
+		<url>https://svn.apache.org/repos/asf/ctakes/tags/ctakes-4.0.0-rc3</url>
 	</scm>
 	<issueManagement>
 		<system>jira</system>
@@ -76,7 +76,7 @@
 		</mailingList>
 	</mailingLists>
 	<properties>
-		<ctakes.version>4.0.1-SNAPSHOT</ctakes.version>
+		<ctakes.version>4.0.0</ctakes.version>
 		<maven.compiler.source>1.8</maven.compiler.source>
 		<maven.compiler.target>1.8</maven.compiler.target>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>