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/09/04 18:20:38 UTC

svn commit: r2830 - in /release/ctakes: ctakes-distribution-3.1.0.pom ctakes-distribution-3.1.0.pom.asc

Author: james-masanz
Date: Wed Sep  4 16:20:36 2013
New Revision: 2830

Log:
apache ctakes 3.1.0 rc3 released as 3.1.0

Added:
    release/ctakes/ctakes-distribution-3.1.0.pom
    release/ctakes/ctakes-distribution-3.1.0.pom.asc

Added: release/ctakes/ctakes-distribution-3.1.0.pom
==============================================================================
--- release/ctakes/ctakes-distribution-3.1.0.pom (added)
+++ release/ctakes/ctakes-distribution-3.1.0.pom Wed Sep  4 16:20:36 2013
@@ -0,0 +1,252 @@
+<?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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ctakes-distribution</artifactId>
+	<name>Apache cTAKES Distribution</name>
+	<parent>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes</artifactId>
+		<version>3.1.0</version>
+	</parent>
+	<packaging>pom</packaging>
+
+	<!-- Versions will automatically be updated by the release plugin -->
+	<dependencies>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-type-system</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-utils</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-core</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-core-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dictionary-lookup</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dictionary-lookup-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-preprocessor</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pos-tagger</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pos-tagger-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-chunker</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-chunker-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-lvg</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-lvg-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-context-tokenizer</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-clinical-pipeline</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pad-term-spotter</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pad-term-spotter-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-ne-contexts</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-ne-contexts-res</artifactId>
+			</dependency>							
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion-zoner</artifactId>
+			</dependency>		
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion-zoner-res</artifactId>
+			</dependency>				
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-constituency-parser</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-constituency-parser-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-coreference</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-coreference-res</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>					
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-side-effect</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-side-effect-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-smoking-status</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-smoking-status-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dependency-parser</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dependency-parser-res</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-template-filler</artifactId>
+			</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+		  <plugin>
+		     <groupId>org.apache.maven.plugins</groupId>
+		     <artifactId>maven-deploy-plugin</artifactId>
+		     <configuration>
+		       <skip>true</skip>
+		     </configuration>
+		   </plugin>		
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-project-sources</id>
+						<phase>package</phase>
+						<goals>
+							<goal>single</goal>
+						</goals>
+						<configuration>
+							<descriptors>
+								<descriptor>src/main/assembly/bin.xml</descriptor>
+								<descriptor>src/main/assembly/src.xml</descriptor>
+							</descriptors>
+							<!-- Tar package is only compatible with gnu tar, many file have more 
+								than 100 chars. Right now only javadoc files are too long. -->
+							<tarLongFileMode>gnu</tarLongFileMode>
+
+							<finalName>apache-ctakes-${project.version}</finalName>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<version>1.6</version>
+				<executions>
+					<execution>
+						<id>generate checksums for binary artifacts</id>
+						<goals>
+							<goal>run</goal>
+						</goals>
+						<phase>verify</phase>
+						<configuration>
+							<target>
+								<checksum algorithm="sha1" format="MD5SUM">
+									<fileset dir="${project.build.directory}">
+										<include name="*.zip" />
+										<include name="*.gz" />
+									</fileset>
+								</checksum>
+								<checksum algorithm="md5" format="MD5SUM">
+									<fileset dir="${project.build.directory}">
+										<include name="*.zip" />
+										<include name="*.gz" />
+									</fileset>
+								</checksum>
+							</target>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Added: release/ctakes/ctakes-distribution-3.1.0.pom.asc
==============================================================================
--- release/ctakes/ctakes-distribution-3.1.0.pom.asc (added)
+++ release/ctakes/ctakes-distribution-3.1.0.pom.asc Wed Sep  4 16:20:36 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJSIKmrAAoJENJ9vzz9I5OVXjEP/2EIiZGzZuVdJ3AIbbAtHwtE
+IIXtT0qU3tTZi3dG+++QfEthDd3f/FwF0zwEF0Ui6ThwzQkqQUOp0S8H46nW+Ddj
+TKGtKhhfBro9isYchEByqLib0QM/8j4WDuZ8V6zvvObI+lsnHWKj+RzgXfLMd4s9
+bW9Rxr16XfPa+naKpsqr8qo65D14r7rP5zUWEMn7HB+MxOUZtIAGLMU34WYfU/SC
+37lKbn7p6lr0ilUVIShY376oNc/ruU084bEgQToRq+k74adN8UC28CCCl+bE7glr
+H/Dzx7aIm0mbv3HqYZDa8v6orOR2KN9uVeKgqb65Gb5K/MMRxhvLJGK58pyS8w8Q
+WdBHo4LEiggBk+wY5MxyFoZwJUBhrSLt/KJSw5JLoYqbZL7IuC3tZAY5Sk1ftF5e
+4sGAqANM2/uMyMrvLs44gUNsGP+VxfgfpN/IwBZZFTjn5nX0YExMc4oP6RX7qien
+bSqmecvu4bt3qlpUzoM0kbr46s6TRAs9Y/rAZ9hvKhncp4abyDx8KRgS4InqnwLy
+zcD+lv8qIggEISwmLxi5Pi8kA2eJa7DAOvEHK1kAXR3KY8Ikqc4Kk7zjuCRaftAT
+D1EqHDGl0LyZ6Cu6hzMPN3jMjZIAacsOLSlgeFN65aH333L4dAoXAXlbyCkatVPc
+klxdf79c2JLrRgttOOoy
+=3kR+
+-----END PGP SIGNATURE-----