You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2014/06/10 21:02:57 UTC

svn commit: r1601740 [1/3] - in /uima/uima-as/trunk: ./ aggregate-uima-as-eclipse-plugins/ aggregate-uima-as/ uima-as-docbooks/ uima-as-parent/ uimaj-as-activemq/ uimaj-as-camel/ uimaj-as-core/ uimaj-as-jms/ uimaj-as-osgi-runtime/ uimaj-eclipse-feature...

Author: cwiklik
Date: Tue Jun 10 19:02:56 2014
New Revision: 1601740

URL: http://svn.apache.org/r1601740
Log:
[maven-release-plugin] prepare release uima-as-2.6.0

Modified:
    uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml
    uima/uima-as/trunk/aggregate-uima-as/pom.xml
    uima/uima-as/trunk/pom.xml
    uima/uima-as/trunk/uima-as-docbooks/pom.xml
    uima/uima-as/trunk/uima-as-parent/pom.xml
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml
    uima/uima-as/trunk/uimaj-as-camel/pom.xml
    uima/uima-as/trunk/uimaj-as-core/pom.xml
    uima/uima-as/trunk/uimaj-as-jms/pom.xml
    uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml
    uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml
    uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
    uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml

Modified: uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml?rev=1601740&r1=1601739&r2=1601740&view=diff
==============================================================================
--- uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml (original)
+++ uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml Tue Jun 10 19:02:56 2014
@@ -1,69 +1,69 @@
-<?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>
-
-  <parent>
-    <groupId>org.apache.uima</groupId>
-    <artifactId>uima-as-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
-    <relativePath>../uima-as-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>aggregate-uima-as-eclipse-plugins</artifactId>
-  <packaging>pom</packaging>
-  <version>2.6.0-SNAPSHOT</version>
-  <name>Apache UIMA-AS Aggregate: ${project.artifactId}</name>
-  <description>The aggregate for building the Eclipse plugins 
-    that are part of the UIMA-AS framework</description>
-  <url>${uimaWebsiteUrl}</url>
-
-  <!-- Special inheritance note
-       even though the <scm> element that follows is exactly the
-       same as those in super poms, it cannot be inherited because
-       there is some special code that computes the connection elements
-       from the chain of parent poms, if this is omitted.
-
-       Keeping this a bit factored allows cutting/pasting the <scm>
-       element, and just changing the following two properties -->
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins
-    </url>
-  </scm>
-
-  <properties>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-  </properties>
-
-  <modules>
-    <module>../uimaj-ep-deployeditor</module>
-    <module>../uimaj-ep-runtime-deployeditor</module>
-    <module>../uimaj-as-osgi-runtime</module>    
-    <module>../uimaj-as-camel</module>
-    <module>../uimaj-eclipse-feature-deployeditor</module>
-  </modules>
-</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uima-as-parent</artifactId>
+    <version>2.6.0</version>
+    <relativePath>../uima-as-parent/pom.xml</relativePath>
+  </parent>
+
+  <artifactId>aggregate-uima-as-eclipse-plugins</artifactId>
+  <packaging>pom</packaging>
+  <version>2.6.0</version>
+  <name>Apache UIMA-AS Aggregate: ${project.artifactId}</name>
+  <description>The aggregate for building the Eclipse plugins 
+    that are part of the UIMA-AS framework</description>
+  <url>${uimaWebsiteUrl}</url>
+
+  <!-- Special inheritance note
+       even though the <scm> element that follows is exactly the
+       same as those in super poms, it cannot be inherited because
+       there is some special code that computes the connection elements
+       from the chain of parent poms, if this is omitted.
+
+       Keeping this a bit factored allows cutting/pasting the <scm>
+       element, and just changing the following two properties -->
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/aggregate-uima-as-eclipse-plugins
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/aggregate-uima-as-eclipse-plugins
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.6.0/aggregate-uima-as-eclipse-plugins
+    </url>
+  </scm>
+
+  <properties>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
+
+  <modules>
+    <module>../uimaj-ep-deployeditor</module>
+    <module>../uimaj-ep-runtime-deployeditor</module>
+    <module>../uimaj-as-osgi-runtime</module>    
+    <module>../uimaj-as-camel</module>
+    <module>../uimaj-eclipse-feature-deployeditor</module>
+  </modules>
+</project>

Modified: uima/uima-as/trunk/aggregate-uima-as/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as/pom.xml?rev=1601740&r1=1601739&r2=1601740&view=diff
==============================================================================
--- uima/uima-as/trunk/aggregate-uima-as/pom.xml (original)
+++ uima/uima-as/trunk/aggregate-uima-as/pom.xml Tue Jun 10 19:02:56 2014
@@ -1,71 +1,71 @@
-<?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>
-
-  <parent>
-    <groupId>org.apache.uima</groupId>
-    <artifactId>uima-as-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
-    <relativePath>../uima-as-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>aggregate-uima-as</artifactId>
-  <packaging>pom</packaging>
-  <version>2.6.0-SNAPSHOT</version>
-  <name>Apache UIMA-AS Aggregate: ${project.artifactId}</name>
-  <description>The aggregate for building the uima-as functionality,
-    the eclipse plugins, and the docbooks 
-  </description>
-  <url>${uimaWebsiteUrl}</url>
-
-  <!-- Special inheritance note
-       even though the <scm> element that follows is exactly the
-       same as those in super poms, it cannot be inherited because
-       there is some special code that computes the connection elements
-       from the chain of parent poms, if this is omitted.
-
-       Keeping this a bit factored allows cutting/pasting the <scm>
-       element, and just changing the following two properties -->
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as
-    </url>
-  </scm>
-
-  <properties>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-  </properties>
-
-  <modules>
-    <module>../uimaj-as-activemq</module>
-    <module>../uimaj-as-core</module>
-    <module>../uimaj-as-jms</module>
-    <module>../aggregate-uima-as-eclipse-plugins</module>
-    <module>../uima-as-docbooks</module>
-  </modules>
-</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uima-as-parent</artifactId>
+    <version>2.6.0</version>
+    <relativePath>../uima-as-parent/pom.xml</relativePath>
+  </parent>
+
+  <artifactId>aggregate-uima-as</artifactId>
+  <packaging>pom</packaging>
+  <version>2.6.0</version>
+  <name>Apache UIMA-AS Aggregate: ${project.artifactId}</name>
+  <description>The aggregate for building the uima-as functionality,
+    the eclipse plugins, and the docbooks 
+  </description>
+  <url>${uimaWebsiteUrl}</url>
+
+  <!-- Special inheritance note
+       even though the <scm> element that follows is exactly the
+       same as those in super poms, it cannot be inherited because
+       there is some special code that computes the connection elements
+       from the chain of parent poms, if this is omitted.
+
+       Keeping this a bit factored allows cutting/pasting the <scm>
+       element, and just changing the following two properties -->
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/aggregate-uima-as
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/aggregate-uima-as
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.6.0/aggregate-uima-as
+    </url>
+  </scm>
+
+  <properties>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
+
+  <modules>
+    <module>../uimaj-as-activemq</module>
+    <module>../uimaj-as-core</module>
+    <module>../uimaj-as-jms</module>
+    <module>../aggregate-uima-as-eclipse-plugins</module>
+    <module>../uima-as-docbooks</module>
+  </modules>
+</project>

Modified: uima/uima-as/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/pom.xml?rev=1601740&r1=1601739&r2=1601740&view=diff
==============================================================================
--- uima/uima-as/trunk/pom.xml (original)
+++ uima/uima-as/trunk/pom.xml Tue Jun 10 19:02:56 2014
@@ -1,531 +1,531 @@
-<?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.
--->
-
-<!-- This pom serves as the release top level project
-     for the multi-module project UIMA-AS
- -->
-
-<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>
-
-  <parent>
-    <groupId>org.apache.uima</groupId>
-    <artifactId>uima-as-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
-    <relativePath>uima-as-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>uima-as</artifactId>
-  <packaging>pom</packaging>
-  <version>2.6.0-SNAPSHOT</version>
-  <name>Apache UIMA-AS: ${project.artifactId}</name>
-  <description>The top project for UIMA-AS</description>
-  <url>${uimaWebsiteUrl}</url>
-
-  <!-- Special inheritance note
-       even though the <scm> element that follows is exactly the
-       same as those in super poms, it cannot be inherited because
-       there is some special code that computes the connection elements
-       from the chain of parent poms, if this is omitted.
-
-       Keeping this a bit factored allows cutting/pasting the <scm>
-       element, and just changing the following two properties -->
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk
-    </url>
-  </scm>
-
-  <properties>
-    <jiraVersion>12325591</jiraVersion> <!-- for 2.4.0AS -->  
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <assemblyFinalName>uima-as-${project.version}</assemblyFinalName> 
- 
-  </properties>
-  
-  <!-- override pom setting in the build project. JIRA 5.1 needs different URL -->
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://issues.apache.org/jira/browse/UIMA</url>
-  </issueManagement>
-  
-  
-
-    
-  <!-- dependencies used during assembly -->
-	<dependencies>
-    <!-- uima-as -->
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-core</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-activemq</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-jms</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-camel</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-ep-deployeditor</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-ep-runtime-deployeditor</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-osgi-runtime</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-test-util</artifactId>
-      <version>${uimajDependencyVersion}</version>
-    </dependency>
-
-
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-    </dependency> 
-
-	<!--
-		Active MQ Stuff
-	-->
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-all</artifactId>
-    </dependency> 
-
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-jaas</artifactId>
-    </dependency>
-  
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-web</artifactId>
-      <exclusions>
-      	<exclusion>
-      		<artifactId>fusemq-leveldb</artifactId>
-      		<groupId>org.fusesource.fuse-extra</groupId>
-      	</exclusion>
-      	<exclusion>
-      		<artifactId>mqtt-client</artifactId>
-      		<groupId>org.fusesource.mqtt-client</groupId>
-      	</exclusion>
-      </exclusions>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-spring</artifactId>
-    </dependency> 
-
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-optional</artifactId>
-      <exclusions> 
-			 <exclusion>  
-                 <groupId>axis</groupId>
-                 <artifactId>axis</artifactId>
-             </exclusion>
-      </exclusions> 
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>kahadb</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jms_1.1_spec</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-    </dependency>
-
-
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-servlet_2.5_spec</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-     </dependency>
-        
-       
-    
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jcl-over-slf4j</artifactId>
-     </dependency>
-
-     <dependency>
-       <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-api</artifactId>
-      </dependency>
-    
-	</dependencies>
-    
-	<build>
-    <resources />
-    <!-- pluginManagement-->
-		<plugins>
-
-
-	    <!-- Override default assemble plug-in to use newer version of assembly plugin
-	         Version 2.4 fixes a bug http://jira.codehaus.org/browse/PLXCOMP-176
-	     -->
-	    <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.4</version>
-        <executions>
-          <execution>
-            <id>default-cli</id>
-            <configuration>
-              <descriptors>
-                <descriptor>do-not-use--mvn-assembly-assembly--instead-use-mvn-install</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-          <execution>
-            <id>uima-distr</id>
-            <phase>integration-test</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/bin.xml</descriptor>
-              </descriptors>
-              <finalName>uima-as-${project.version}</finalName>
-              <tarLongFileMode>gnu</tarLongFileMode>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      		
-		
-      <!-- UIMA-AS includes the base UIMA binary distribution
-           We get an unzipped version of that and unpack it into
-           target/uimaj -->
-
-      <!--  must come before the unpack -->      
-      <plugin>
-        <groupId>org.apache.uima</groupId>
-        <artifactId>uima-build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>prepare-package</phase>
-            <goals><goal>copy-from-apache-dist</goal></goals>
-            <configuration>
-              <version>${uimajDependencyVersion}</version>
-              <artifactId>uimaj</artifactId>
-            </configuration>
-          </execution>
-        </executions> 
-      </plugin>
-      
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <!-- use the dependency:unpack goal to unpack the 
-                 base binary uimaj sdk distribution -->
-            <id>unpack Uimaj Bin</id>
-            <phase>prepare-package</phase>
-            <goals><goal>unpack</goal></goals>
-            <configuration>
-              <overWriteIfNewer>true</overWriteIfNewer>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.uima</groupId>
-                  <artifactId>uimaj</artifactId>
-                  <version>${uimajDependencyVersion}</version>
-                  <type>zip</type>
-                  <classifier>bin</classifier>
-                  <outputDirectory>${project.build.directory}/uimaj</outputDirectory>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>
-          
-          <execution>
-						<!-- use the dependency:unpack goal to unpack the AMQ binary release -->
-						<id>unpack-activemq-distro-win</id>
-						<phase>prepare-package</phase>
-						<goals>
-							<goal>unpack</goal>
-						</goals>
-						<configuration>
-							<overWriteIfNewer>true</overWriteIfNewer>
-							<artifactItems>
-								<artifactItem>
-									<groupId>org.apache.activemq</groupId>
-									<artifactId>apache-activemq</artifactId>
-									<version>${org.apache.activemq.version}</version>
-									<type>zip</type>
-									<classifier>bin</classifier>
-									<outputDirectory>${project.build.directory}/apache-activemq-win</outputDirectory>
-								</artifactItem>
-							</artifactItems>
-						</configuration>
-					</execution>
-                    <execution>
-						<!-- use the dependency:unpack goal to unpack the AMQ binary release -->
-						<id>unpack-activemq-distro-linux</id>
-						<phase>prepare-package</phase>
-						<goals>
-							<goal>unpack</goal>
-						</goals>
-						<configuration>
-							<overWriteIfNewer>true</overWriteIfNewer>
-							<artifactItems>
-								<artifactItem>
-									<groupId>org.apache.activemq</groupId>
-									<artifactId>apache-activemq</artifactId>
-									<version>${org.apache.activemq.version}</version>
-									<type>tar.gz</type>
-									<classifier>bin</classifier>
-									<outputDirectory>${project.build.directory}/apache-activemq-linux</outputDirectory>
-								</artifactItem>
-							</artifactItems>
-						</configuration>
-					</execution>
-          
-          
-        </executions>        
-      </plugin>
-      
-      <!-- This java doc config is for building the ones distributed with the bin packaging, and also 
-           posted on our website.
-       -->     
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>javadocs-distr</id>
-						<phase>prepare-package</phase> <!-- must be before assembly -->
-            <!--phase>deploy</phase-->   <!-- comment above and uncomment to disable javadocs, for testing/experimentation, with assembly:assembly-->
-						<goals>
-							<goal>javadoc</goal>
-						</goals>
-						<configuration>
-              <quiet>true</quiet>
-							<groups>
-								<group>
-									<title>Packages</title>
-									<packages>*</packages>
-								</group>
-							</groups>
-              <!--verbose>true</verbose-->
-							<sourcepath>
-                uimaj-as-core/src/main/java:uimaj-as-activemq/src/main/java:uimaj-as-camel/src/main/java:uima-as-jms/src/main/java
-              </sourcepath>
-              <subpackages>org.apache.uima</subpackages>
-							<excludePackageNames>*.aae.*</excludePackageNames>
-							<!-- add a few classes in impl packages that are directly used by user code -->
-              <additionalparam>
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/BasicUimaJmxMonitorListener.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/JmxMonitorListener.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/ServiceMetrics.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/SingleLineUimaJmxMonitorListener.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/monitor/statistics/AnalysisEnginePerformanceMetrics.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaAsynchronousEngine.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaAsBaseCallbackListener.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaASStatusCallbackListener.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaASProcessStatus.java                                                                                     
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/error/ErrorResult.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/error/ErrorResultComponentPath.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/error/ErrorResultTDs.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/DeploymentDescriptorFactory.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/UimaASPrimitiveDeploymentDescriptor.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/UimaASAggregateDeploymentDescriptor.java
-                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/ServiceContext.java
-                
-                
-              </additionalparam>
-              <!--  Link these to the uimaj javadocs on apache.org -->
-              <links>
-                <link>http://uima.apache.org/d/uimaj-${uimajDependencyVersion}/apidocs</link>
-              </links>
-							<doctitle>Apache UIMA Async Scaleout Java SDK ${project.version} User-Level API Documentation</doctitle>
-							<windowtitle>Apache UIMA-AS Java SDK ${project.version} User-Level API Documentation</windowtitle>
-						</configuration>
-					</execution>
-				</executions>
-
-			</plugin>
-
-		
-	<plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <version>2.5</version>
-        <executions>
-          <execution>
-            <id>copy-resources</id>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>copy-resources</goal>
-            </goals>
-            <configuration>
-            <overwrite>true</overwrite>
-              <outputDirectory>target/maven-shared-archive-resources/META-INF</outputDirectory>
-              <resources>          
-                <resource>
-                  <directory>.</directory>
-				  <includes>
-                     <include>LICENSE</include>
-                     <include>NOTICE</include>
-                  </includes>                  
-                </resource>
-              </resources>              
-            </configuration>            
-          </execution>
-        </executions>
-      </plugin>	
- 
-      <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-changes-plugin</artifactId>
-          <version>2.8</version>
-          <executions>
-            <execution>
-              <id>default-cli</id>
-              <goals><goal>jira-report</goal></goals>
-              
-              <phase>generate-resources</phase>        
-              <configuration>
-                <useJql>true</useJql>
-                <fixVersionIds>${jiraVersion}</fixVersionIds>
-                <component>Async Scaleout</component>
-                <columnNames>Type,Key,Status,Summary</columnNames>
-                <resolution>Fixed</resolution>
-                <status>Closed,Resolved</status>
-                <sortColumnNames>Type, Status, Key</sortColumnNames>
-                <outputDirectory>${basedir}/issuesFixed/</outputDirectory>
-                <maxEntries>1000</maxEntries> 
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-      	<plugin>
-	        <!-- run Release Audit Tool (RAT) on src and bin distrs -->       
-        	<groupId>org.apache.rat</groupId>
-        	<artifactId>apache-rat-plugin</artifactId>
-        	<executions>
-          		<execution>
-            		<id>default-cli</id>
-            		<configuration>
-              			<excludes combine.children="append">
-              			    
-                			<exclude>src/test/resources/deploy/expected/*.*</exclude> <!-- test data -->
-                			<exclude>src/test/resources/deploy/expected/envVar/*.*</exclude> <!-- test data -->
-                			<exclude>src/main/examples/run_configuration/*.launch</exclude> <!-- eclipse launch configurations -->
-                			<exclude>LicNoticeAnalysisActiveMQ.txt</exclude>
-                			             
-
-              			    <!--  workaround https://issues.apache.org/jira/browse/RAT-97 -->
-              			    <exclude>aggregate-uima-as/**</exclude>
-              			    <exclude>aggregate-uima-as-eclipse-plugins/**</exclude>
-              			    <exclude>uima-as-docbooks/**</exclude>
-              			    <exclude>uima-as-eclipse-update-site/**</exclude>
-              			    <exclude>uima-as-parent/**</exclude>
-              			    <exclude>uimaj-as-activemq/**</exclude>
-              			    <exclude>uimaj-as-camel/**</exclude>
-              			    <exclude>uimaj-as-core/**</exclude>
-              			    <exclude>uimaj-as-jms/**</exclude>
-              			    <exclude>uimaj-as-osgi-runtime/**</exclude>
-              			    <exclude>uimaj-eclipse-feature-deployeditor/**</exclude>
-              			    <exclude>uimaj-ep-deployeditor/**</exclude>
-              			    <exclude>uimaj-ep-runtime-deployeditor/**</exclude>
-              			    <exclude>uima-as-docbooks/**</exclude>
-              			    
-              			</excludes>
-            		</configuration>
-          		</execution>
-        	</executions>
-      	</plugin>
-      	
-      	
-
-	    </plugins>
-	  <!-- /pluginManagement-->	
-	</build>
-
-
-  <profiles>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-        <!-- Run jira report -->
-        <!-- depends on having -DjiraVersion set -->
-          <plugin>
-            <artifactId>maven-changes-plugin</artifactId>
-            <version>2.8</version>
-            <executions>
-              <execution>
-                <id>default-cli</id>
-                <configuration>
-                  <fixVersionIds>${jiraVersion}</fixVersionIds>
-                  <sortColumnNames>Type, Status, Key</sortColumnNames>
-                </configuration>
-              </execution>
-            </executions>  
-          </plugin>
-        
-        </plugins>
-      </build>
-    </profile>
-    
-  </profiles>
-
-  <modules>
-    <module>uima-as-parent</module>
-    <module>aggregate-uima-as</module>
-  </modules>
-</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.
+-->
+
+<!-- This pom serves as the release top level project
+     for the multi-module project UIMA-AS
+ -->
+
+<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>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uima-as-parent</artifactId>
+    <version>2.6.0</version>
+    <relativePath>uima-as-parent/pom.xml</relativePath>
+  </parent>
+
+  <artifactId>uima-as</artifactId>
+  <packaging>pom</packaging>
+  <version>2.6.0</version>
+  <name>Apache UIMA-AS: ${project.artifactId}</name>
+  <description>The top project for UIMA-AS</description>
+  <url>${uimaWebsiteUrl}</url>
+
+  <!-- Special inheritance note
+       even though the <scm> element that follows is exactly the
+       same as those in super poms, it cannot be inherited because
+       there is some special code that computes the connection elements
+       from the chain of parent poms, if this is omitted.
+
+       Keeping this a bit factored allows cutting/pasting the <scm>
+       element, and just changing the following two properties -->
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.6.0
+    </url>
+  </scm>
+
+  <properties>
+    <jiraVersion>12325591</jiraVersion> <!-- for 2.4.0AS -->  
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <assemblyFinalName>uima-as-${project.version}</assemblyFinalName> 
+ 
+  </properties>
+  
+  <!-- override pom setting in the build project. JIRA 5.1 needs different URL -->
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://issues.apache.org/jira/browse/UIMA</url>
+  </issueManagement>
+  
+  
+
+    
+  <!-- dependencies used during assembly -->
+	<dependencies>
+    <!-- uima-as -->
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-activemq</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-jms</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-camel</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-ep-deployeditor</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-ep-runtime-deployeditor</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-osgi-runtime</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-test-util</artifactId>
+      <version>${uimajDependencyVersion}</version>
+    </dependency>
+
+
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+    </dependency> 
+
+	<!--
+		Active MQ Stuff
+	-->
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-all</artifactId>
+    </dependency> 
+
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-jaas</artifactId>
+    </dependency>
+  
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-web</artifactId>
+      <exclusions>
+      	<exclusion>
+      		<artifactId>fusemq-leveldb</artifactId>
+      		<groupId>org.fusesource.fuse-extra</groupId>
+      	</exclusion>
+      	<exclusion>
+      		<artifactId>mqtt-client</artifactId>
+      		<groupId>org.fusesource.mqtt-client</groupId>
+      	</exclusion>
+      </exclusions>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-spring</artifactId>
+    </dependency> 
+
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-optional</artifactId>
+      <exclusions> 
+			 <exclusion>  
+                 <groupId>axis</groupId>
+                 <artifactId>axis</artifactId>
+             </exclusion>
+      </exclusions> 
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>kahadb</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jms_1.1_spec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+    </dependency>
+
+
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-servlet_2.5_spec</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+     </dependency>
+        
+       
+    
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl-over-slf4j</artifactId>
+     </dependency>
+
+     <dependency>
+       <groupId>org.slf4j</groupId>
+       <artifactId>slf4j-api</artifactId>
+      </dependency>
+    
+	</dependencies>
+    
+	<build>
+    <resources />
+    <!-- pluginManagement-->
+		<plugins>
+
+
+	    <!-- Override default assemble plug-in to use newer version of assembly plugin
+	         Version 2.4 fixes a bug http://jira.codehaus.org/browse/PLXCOMP-176
+	     -->
+	    <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.4</version>
+        <executions>
+          <execution>
+            <id>default-cli</id>
+            <configuration>
+              <descriptors>
+                <descriptor>do-not-use--mvn-assembly-assembly--instead-use-mvn-install</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+          <execution>
+            <id>uima-distr</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/main/assembly/bin.xml</descriptor>
+              </descriptors>
+              <finalName>uima-as-${project.version}</finalName>
+              <tarLongFileMode>gnu</tarLongFileMode>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      		
+		
+      <!-- UIMA-AS includes the base UIMA binary distribution
+           We get an unzipped version of that and unpack it into
+           target/uimaj -->
+
+      <!--  must come before the unpack -->      
+      <plugin>
+        <groupId>org.apache.uima</groupId>
+        <artifactId>uima-build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>prepare-package</phase>
+            <goals><goal>copy-from-apache-dist</goal></goals>
+            <configuration>
+              <version>${uimajDependencyVersion}</version>
+              <artifactId>uimaj</artifactId>
+            </configuration>
+          </execution>
+        </executions> 
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <!-- use the dependency:unpack goal to unpack the 
+                 base binary uimaj sdk distribution -->
+            <id>unpack Uimaj Bin</id>
+            <phase>prepare-package</phase>
+            <goals><goal>unpack</goal></goals>
+            <configuration>
+              <overWriteIfNewer>true</overWriteIfNewer>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>org.apache.uima</groupId>
+                  <artifactId>uimaj</artifactId>
+                  <version>${uimajDependencyVersion}</version>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  <outputDirectory>${project.build.directory}/uimaj</outputDirectory>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>
+          
+          <execution>
+						<!-- use the dependency:unpack goal to unpack the AMQ binary release -->
+						<id>unpack-activemq-distro-win</id>
+						<phase>prepare-package</phase>
+						<goals>
+							<goal>unpack</goal>
+						</goals>
+						<configuration>
+							<overWriteIfNewer>true</overWriteIfNewer>
+							<artifactItems>
+								<artifactItem>
+									<groupId>org.apache.activemq</groupId>
+									<artifactId>apache-activemq</artifactId>
+									<version>${org.apache.activemq.version}</version>
+									<type>zip</type>
+									<classifier>bin</classifier>
+									<outputDirectory>${project.build.directory}/apache-activemq-win</outputDirectory>
+								</artifactItem>
+							</artifactItems>
+						</configuration>
+					</execution>
+                    <execution>
+						<!-- use the dependency:unpack goal to unpack the AMQ binary release -->
+						<id>unpack-activemq-distro-linux</id>
+						<phase>prepare-package</phase>
+						<goals>
+							<goal>unpack</goal>
+						</goals>
+						<configuration>
+							<overWriteIfNewer>true</overWriteIfNewer>
+							<artifactItems>
+								<artifactItem>
+									<groupId>org.apache.activemq</groupId>
+									<artifactId>apache-activemq</artifactId>
+									<version>${org.apache.activemq.version}</version>
+									<type>tar.gz</type>
+									<classifier>bin</classifier>
+									<outputDirectory>${project.build.directory}/apache-activemq-linux</outputDirectory>
+								</artifactItem>
+							</artifactItems>
+						</configuration>
+					</execution>
+          
+          
+        </executions>        
+      </plugin>
+      
+      <!-- This java doc config is for building the ones distributed with the bin packaging, and also 
+           posted on our website.
+       -->     
+			<plugin>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>javadocs-distr</id>
+						<phase>prepare-package</phase> <!-- must be before assembly -->
+            <!--phase>deploy</phase-->   <!-- comment above and uncomment to disable javadocs, for testing/experimentation, with assembly:assembly-->
+						<goals>
+							<goal>javadoc</goal>
+						</goals>
+						<configuration>
+              <quiet>true</quiet>
+							<groups>
+								<group>
+									<title>Packages</title>
+									<packages>*</packages>
+								</group>
+							</groups>
+              <!--verbose>true</verbose-->
+							<sourcepath>
+                uimaj-as-core/src/main/java:uimaj-as-activemq/src/main/java:uimaj-as-camel/src/main/java:uima-as-jms/src/main/java
+              </sourcepath>
+              <subpackages>org.apache.uima</subpackages>
+							<excludePackageNames>*.aae.*</excludePackageNames>
+							<!-- add a few classes in impl packages that are directly used by user code -->
+              <additionalparam>
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/BasicUimaJmxMonitorListener.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/JmxMonitorListener.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/ServiceMetrics.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/jmx/monitor/SingleLineUimaJmxMonitorListener.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/monitor/statistics/AnalysisEnginePerformanceMetrics.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaAsynchronousEngine.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaAsBaseCallbackListener.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaASStatusCallbackListener.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/client/UimaASProcessStatus.java                                                                                     
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/error/ErrorResult.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/error/ErrorResultComponentPath.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/aae/error/ErrorResultTDs.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/DeploymentDescriptorFactory.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/UimaASPrimitiveDeploymentDescriptor.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/UimaASAggregateDeploymentDescriptor.java
+                ${basedir}/uimaj-as-core/src/main/java/org/apache/uima/resourceSpecifier/factory/ServiceContext.java
+                
+                
+              </additionalparam>
+              <!--  Link these to the uimaj javadocs on apache.org -->
+              <links>
+                <link>http://uima.apache.org/d/uimaj-${uimajDependencyVersion}/apidocs</link>
+              </links>
+							<doctitle>Apache UIMA Async Scaleout Java SDK ${project.version} User-Level API Documentation</doctitle>
+							<windowtitle>Apache UIMA-AS Java SDK ${project.version} User-Level API Documentation</windowtitle>
+						</configuration>
+					</execution>
+				</executions>
+
+			</plugin>
+
+		
+	<plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.5</version>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+            <overwrite>true</overwrite>
+              <outputDirectory>target/maven-shared-archive-resources/META-INF</outputDirectory>
+              <resources>          
+                <resource>
+                  <directory>.</directory>
+				  <includes>
+                     <include>LICENSE</include>
+                     <include>NOTICE</include>
+                  </includes>                  
+                </resource>
+              </resources>              
+            </configuration>            
+          </execution>
+        </executions>
+      </plugin>	
+ 
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-changes-plugin</artifactId>
+          <version>2.8</version>
+          <executions>
+            <execution>
+              <id>default-cli</id>
+              <goals><goal>jira-report</goal></goals>
+              
+              <phase>generate-resources</phase>        
+              <configuration>
+                <useJql>true</useJql>
+                <fixVersionIds>${jiraVersion}</fixVersionIds>
+                <component>Async Scaleout</component>
+                <columnNames>Type,Key,Status,Summary</columnNames>
+                <resolution>Fixed</resolution>
+                <status>Closed,Resolved</status>
+                <sortColumnNames>Type, Status, Key</sortColumnNames>
+                <outputDirectory>${basedir}/issuesFixed/</outputDirectory>
+                <maxEntries>1000</maxEntries> 
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+      	<plugin>
+	        <!-- run Release Audit Tool (RAT) on src and bin distrs -->       
+        	<groupId>org.apache.rat</groupId>
+        	<artifactId>apache-rat-plugin</artifactId>
+        	<executions>
+          		<execution>
+            		<id>default-cli</id>
+            		<configuration>
+              			<excludes combine.children="append">
+              			    
+                			<exclude>src/test/resources/deploy/expected/*.*</exclude> <!-- test data -->
+                			<exclude>src/test/resources/deploy/expected/envVar/*.*</exclude> <!-- test data -->
+                			<exclude>src/main/examples/run_configuration/*.launch</exclude> <!-- eclipse launch configurations -->
+                			<exclude>LicNoticeAnalysisActiveMQ.txt</exclude>
+                			             
+
+              			    <!--  workaround https://issues.apache.org/jira/browse/RAT-97 -->
+              			    <exclude>aggregate-uima-as/**</exclude>
+              			    <exclude>aggregate-uima-as-eclipse-plugins/**</exclude>
+              			    <exclude>uima-as-docbooks/**</exclude>
+              			    <exclude>uima-as-eclipse-update-site/**</exclude>
+              			    <exclude>uima-as-parent/**</exclude>
+              			    <exclude>uimaj-as-activemq/**</exclude>
+              			    <exclude>uimaj-as-camel/**</exclude>
+              			    <exclude>uimaj-as-core/**</exclude>
+              			    <exclude>uimaj-as-jms/**</exclude>
+              			    <exclude>uimaj-as-osgi-runtime/**</exclude>
+              			    <exclude>uimaj-eclipse-feature-deployeditor/**</exclude>
+              			    <exclude>uimaj-ep-deployeditor/**</exclude>
+              			    <exclude>uimaj-ep-runtime-deployeditor/**</exclude>
+              			    <exclude>uima-as-docbooks/**</exclude>
+              			    
+              			</excludes>
+            		</configuration>
+          		</execution>
+        	</executions>
+      	</plugin>
+      	
+      	
+
+	    </plugins>
+	  <!-- /pluginManagement-->	
+	</build>
+
+
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <build>
+        <plugins>
+        <!-- Run jira report -->
+        <!-- depends on having -DjiraVersion set -->
+          <plugin>
+            <artifactId>maven-changes-plugin</artifactId>
+            <version>2.8</version>
+            <executions>
+              <execution>
+                <id>default-cli</id>
+                <configuration>
+                  <fixVersionIds>${jiraVersion}</fixVersionIds>
+                  <sortColumnNames>Type, Status, Key</sortColumnNames>
+                </configuration>
+              </execution>
+            </executions>  
+          </plugin>
+        
+        </plugins>
+      </build>
+    </profile>
+    
+  </profiles>
+
+  <modules>
+    <module>uima-as-parent</module>
+    <module>aggregate-uima-as</module>
+  </modules>
+</project>

Modified: uima/uima-as/trunk/uima-as-docbooks/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/pom.xml?rev=1601740&r1=1601739&r2=1601740&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/pom.xml Tue Jun 10 19:02:56 2014
@@ -1,63 +1,63 @@
-<?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>
-  
-  <parent>
-    <groupId>org.apache.uima</groupId>
-    <artifactId>uima-as-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
-    <relativePath>../uima-as-parent/pom.xml</relativePath>
-  </parent>
-  
-	<artifactId>uima-as-docbooks</artifactId>
-	<packaging>pom</packaging>
-	<version>2.6.0-SNAPSHOT</version>
-  <name>Apache UIMA-AS: ${project.artifactId}</name>
-  <url>${uimaWebsiteUrl}</url>
- 
-   <!-- Special inheritance note
-       even though the <scm> element that follows is exactly the 
-       same as those in super poms, it cannot be inherited because 
-       there is some special code that computes the connection elements
-       from the chain of parent poms, if this is omitted. 
-       
-       Keeping this a bit factored allows cutting/pasting the <scm>
-       element, and just changing the following two properties -->  
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-docbooks
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-docbooks
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <!-- next property is the name of the top file under src/docbook without trailing .xml -->
-    <bookNameRoot>uima_async_scaleout</bookNameRoot>
-  </properties>
- 	
+<?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>
+  
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uima-as-parent</artifactId>
+    <version>2.6.0</version>
+    <relativePath>../uima-as-parent/pom.xml</relativePath>
+  </parent>
+  
+	<artifactId>uima-as-docbooks</artifactId>
+	<packaging>pom</packaging>
+	<version>2.6.0</version>
+  <name>Apache UIMA-AS: ${project.artifactId}</name>
+  <url>${uimaWebsiteUrl}</url>
+ 
+   <!-- Special inheritance note
+       even though the <scm> element that follows is exactly the 
+       same as those in super poms, it cannot be inherited because 
+       there is some special code that computes the connection elements
+       from the chain of parent poms, if this is omitted. 
+       
+       Keeping this a bit factored allows cutting/pasting the <scm>
+       element, and just changing the following two properties -->  
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/uima-as-docbooks
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/uima-as-docbooks
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.6.0/uima-as-docbooks
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <!-- next property is the name of the top file under src/docbook without trailing .xml -->
+    <bookNameRoot>uima_async_scaleout</bookNameRoot>
+  </properties>
+ 	
 </project>
\ No newline at end of file

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1601740&r1=1601739&r2=1601740&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Tue Jun 10 19:02:56 2014
@@ -1,392 +1,392 @@
-<?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. -->
-
-<!-- This pom serves as the the UIMA-AS common parent pom, and may include 
-	overrides to the project-wide parent-pom. Over time, things in this pom which 
-	apply to other projects within UIMA are migrated to the project-wide parent 
-	pom. -->
-
-<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>
-
-	<parent>
-		<groupId>org.apache.uima</groupId>
-		<artifactId>parent-pom</artifactId>
-		<version>9</version>
-		<relativePath />
-	</parent>
-
-	<groupId>org.apache.uima</groupId>
-	<artifactId>uima-as-parent</artifactId>
-	<packaging>pom</packaging>
-	<version>2.6.0-SNAPSHOT</version>
-	<name>Apache UIMA-AS: ${project.artifactId}</name>
-	<description>The common parent pom for uima-as</description>
-	<url>${uimaWebsiteUrl}</url>
-
-	<scm>
-		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-parent
-    </connection>
-		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-parent
-    </developerConnection>
-		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent
-    </url>
-	</scm>
-
-
-	<!-- The repositories section is duplicated from the parent pom one, and 
-		adds the Apache Snapshot Nexus repository where UIMA snapshots are deployed. 
-		This is needed if for instance, a project depends on some new SNAPSHOT level 
-		of a build tool, where the users hasn't checked out the build tooling. This 
-		allows maven to find the snapshots when looking for the parent of this pom -->
-	<repositories>
-		<repository>
-			<id>eclipsePlugins</id>
-			<name>Eclipse components</name>
-			<layout>default</layout>
-			<url>http://repo1.maven.org/eclipse</url>
-
-			<releases>
-				<updatePolicy>never</updatePolicy>
-				<checksumPolicy>fail</checksumPolicy>
-			</releases>
-
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-
-		<!-- modify central repository access: Turn on checksum checking -->
-		<repository>
-			<id>central</id>
-			<name>Maven Repository Switchboard</name>
-			<layout>default</layout>
-			<url>http://repo1.maven.org/maven2</url>
-
-			<releases>
-				<enabled>true</enabled>
-				<checksumPolicy>fail</checksumPolicy>
-				<updatePolicy>never</updatePolicy>
-			</releases>
-
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-
-		</repository>
-
-		<!-- this is needed if this pom refers to a snapshot of the parent -->
-		<repository>
-			<id>apache.snapshots</id>
-			<name>Apache Snapshot Repository</name>
-			<url>http://repository.apache.org/snapshots</url>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-		</repository>
-
-
-	</repositories>
-
-	<pluginRepositories>
-		<pluginRepository>
-			<id>apache.snapshots.plugins</id>
-			<name>Apache Snapshot Repository - Maven plugins</name>
-			<url>http://repository.apache.org/snapshots</url>
-			<layout>default</layout>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-				<checksumPolicy>fail</checksumPolicy>
-				<updatePolicy>never</updatePolicy>
-			</snapshots>
-		</pluginRepository>
-
-	</pluginRepositories>
-	<properties>
-		<uimaScmRoot>uima-as</uimaScmRoot>
-		<uimaScmProject>${project.artifactId}</uimaScmProject>
-		<!-- level of uimaj sdk this release depends on -->
-		<uimajDependencyVersion>2.6.0</uimajDependencyVersion>
-		<!-- level of ActiveMQ this release depends on -->
-		<org.apache.activemq.version>5.7.0</org.apache.activemq.version>
-		<!-- level of SpringFramework this release depends on -->
-		<org.springframework.version>3.0.7.RELEASE</org.springframework.version>
-
-		<org.apache.geronimo.jms.specs.version>1.1.1</org.apache.geronimo.jms.specs.version>
-
-		<org.apache.geronimo.j2ee.specs.version>1.0.1</org.apache.geronimo.j2ee.specs.version>
-
-		<org.apache.geronimo.servlet.specs.version>1.2</org.apache.geronimo.servlet.specs.version>
-
-		<jetty.version>7.6.7.v20120910</jetty.version>
-
-		<commons-pool.version>1.6</commons-pool.version>
-
-		<xstream.version>1.4.3</xstream.version>
-
-		<xmlbeans.version>2.4.0</xmlbeans.version>
-		
-		<slf4j.version>1.6.4</slf4j.version>
-		
-		<http.client.version>3.1</http.client.version>
-		
-		<xpp3.version>1.1.4c</xpp3.version>
-		
-		<http.commons.client.version>4.2.1</http.commons.client.version>
-		
-		<http.commons.core.version>4.2.1</http.commons.core.version>
-		
-		
-        
-        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
-		<uimaASNoticeText>
-Portions of UIMA-AS were originally developed by
-International Business Machines Corporation and are
-licensed to the Apache Software Foundation under the
-"Software Grant License Agreement", informally known as the 
-"IBM UIMA-EE License Agreement".
-Copyright (c) 2007, 2008 IBM Corporation
-       </uimaASNoticeText>
-
-        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
-		<postNoticeText>
-${ibmNoticeText}
-
-${uimaASNoticeText}
-
-		</postNoticeText>	
-		
-	</properties>
-	
-	
-	<!-- dependencyManagement is a declaration section naming each artifact 
-		the uima-as components depends on. -->
-	<dependencyManagement>
-		<dependencies>
-
-			<dependency>
-				<groupId>org.apache.uima</groupId>
-				<artifactId>uimaj-core</artifactId>
-				<version>${uimajDependencyVersion}</version>
-				<scope>compile</scope>
-			</dependency>
-
-
-			<!-- Active MQ Stuff -->
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-all</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-jaas</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-web</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-spring</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-optional</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>kahadb</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-            <dependency>
-               <groupId>${project.groupId}</groupId>
-               <artifactId>activemq-http</artifactId>
-               <version>${org.apache.activemq.version}</version>
-            </dependency>
-			
-			<!-- Spring Framework Dependencies -->
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-core</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-asm</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-aop</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-beans</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-context</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-expression</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-tx</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-jms</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-
-
-			<dependency>
-				<groupId>org.apache.geronimo.specs</groupId>
-				<artifactId>geronimo-jms_1.1_spec</artifactId>
-				<version>${org.apache.geronimo.jms.specs.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.geronimo.specs</groupId>
-				<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-				<version>${org.apache.geronimo.j2ee.specs.version}</version>
-			</dependency>
-
-
-			<dependency>
-				<groupId>org.apache.geronimo.specs</groupId>
-				<artifactId>geronimo-servlet_2.5_spec</artifactId>
-				<version>${org.apache.geronimo.servlet.specs.version}</version>
-			</dependency>
-
-			<!-- Jetty -->
-			<dependency>
-				<groupId>org.eclipse.jetty.aggregate</groupId>
-				<artifactId>jetty-all-server</artifactId>
-				<version>${jetty.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>commons-pool</groupId>
-				<artifactId>commons-pool</artifactId>
-				<version>${commons-pool.version}</version>
-				<scope>compile</scope>
-			</dependency>
-
-            <dependency>
-               <groupId>org.apache.httpcomponents</groupId>
-               <artifactId>httpclient</artifactId>
-               <version>4.2.5</version>
-            </dependency>
-            
-            
-            
-			<dependency>
-				<groupId>com.thoughtworks.xstream</groupId>
-				<artifactId>xstream</artifactId>
-				<version>${xstream.version}</version>
-				<type>jar</type>
-				<scope>compile</scope>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.xmlbeans</groupId>
-				<artifactId>xmlbeans</artifactId>
-				<version>${xmlbeans.version}</version>
-				<scope>compile</scope>
-			</dependency>
-
-            <dependency>
-               <groupId>org.slf4j</groupId>
-               <artifactId>slf4j-log4j12</artifactId>
-               <version>${slf4j.version}</version>
-            </dependency>
-        
-       
-    
-           <dependency>
-           <groupId>org.slf4j</groupId>
-           <artifactId>jcl-over-slf4j</artifactId>
-           <version>${slf4j.version}</version>
-           </dependency>
-
-          <dependency>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-api</artifactId>
-          <version>${slf4j.version}</version>
-          </dependency>
-			
-			
-		  <dependency>
-              <groupId>commons-httpclient</groupId>
-              <artifactId>commons-httpclient</artifactId>
-              <version>${http.client.version}</version>
-          </dependency> 
-		  	
-		  <dependency>
-             <groupId>xpp3</groupId>
-             <artifactId>xpp3</artifactId>
-             <version>${xpp3.version}</version>
-          </dependency>
-
-
-        <dependency>
-           <groupId>org.apache.httpcomponents</groupId>
-           <artifactId>httpclient</artifactId>
-           <version>${http.commons.client.version}</version>
-        </dependency>
-        
-        <dependency>
-          <groupId>org.apache.httpcomponents</groupId>
-          <artifactId>httpcore</artifactId>
-          <version>${http.commons.core.version}</version>
-        </dependency>
-          
-		</dependencies>
-	</dependencyManagement>
-
-	
-	<build>
-	</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. -->
+
+<!-- This pom serves as the the UIMA-AS common parent pom, and may include 
+	overrides to the project-wide parent-pom. Over time, things in this pom which 
+	apply to other projects within UIMA are migrated to the project-wide parent 
+	pom. -->
+
+<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>
+
+	<parent>
+		<groupId>org.apache.uima</groupId>
+		<artifactId>parent-pom</artifactId>
+		<version>9</version>
+		<relativePath />
+	</parent>
+
+	<groupId>org.apache.uima</groupId>
+	<artifactId>uima-as-parent</artifactId>
+	<packaging>pom</packaging>
+	<version>2.6.0</version>
+	<name>Apache UIMA-AS: ${project.artifactId}</name>
+	<description>The common parent pom for uima-as</description>
+	<url>${uimaWebsiteUrl}</url>
+
+	<scm>
+		<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/uima-as-parent
+    </connection>
+		<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.6.0/uima-as-parent
+    </developerConnection>
+		<url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.6.0/uima-as-parent
+    </url>
+	</scm>
+
+
+	<!-- The repositories section is duplicated from the parent pom one, and 
+		adds the Apache Snapshot Nexus repository where UIMA snapshots are deployed. 
+		This is needed if for instance, a project depends on some new SNAPSHOT level 
+		of a build tool, where the users hasn't checked out the build tooling. This 
+		allows maven to find the snapshots when looking for the parent of this pom -->
+	<repositories>
+		<repository>
+			<id>eclipsePlugins</id>
+			<name>Eclipse components</name>
+			<layout>default</layout>
+			<url>http://repo1.maven.org/eclipse</url>
+
+			<releases>
+				<updatePolicy>never</updatePolicy>
+				<checksumPolicy>fail</checksumPolicy>
+			</releases>
+
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+
+		<!-- modify central repository access: Turn on checksum checking -->
+		<repository>
+			<id>central</id>
+			<name>Maven Repository Switchboard</name>
+			<layout>default</layout>
+			<url>http://repo1.maven.org/maven2</url>
+
+			<releases>
+				<enabled>true</enabled>
+				<checksumPolicy>fail</checksumPolicy>
+				<updatePolicy>never</updatePolicy>
+			</releases>
+
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+
+		</repository>
+
+		<!-- this is needed if this pom refers to a snapshot of the parent -->
+		<repository>
+			<id>apache.snapshots</id>
+			<name>Apache Snapshot Repository</name>
+			<url>http://repository.apache.org/snapshots</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</repository>
+
+
+	</repositories>
+
+	<pluginRepositories>
+		<pluginRepository>
+			<id>apache.snapshots.plugins</id>
+			<name>Apache Snapshot Repository - Maven plugins</name>
+			<url>http://repository.apache.org/snapshots</url>
+			<layout>default</layout>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<checksumPolicy>fail</checksumPolicy>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+		</pluginRepository>
+
+	</pluginRepositories>
+	<properties>
+		<uimaScmRoot>uima-as</uimaScmRoot>
+		<uimaScmProject>${project.artifactId}</uimaScmProject>
+		<!-- level of uimaj sdk this release depends on -->
+		<uimajDependencyVersion>2.6.0</uimajDependencyVersion>
+		<!-- level of ActiveMQ this release depends on -->
+		<org.apache.activemq.version>5.7.0</org.apache.activemq.version>
+		<!-- level of SpringFramework this release depends on -->
+		<org.springframework.version>3.0.7.RELEASE</org.springframework.version>
+
+		<org.apache.geronimo.jms.specs.version>1.1.1</org.apache.geronimo.jms.specs.version>
+
+		<org.apache.geronimo.j2ee.specs.version>1.0.1</org.apache.geronimo.j2ee.specs.version>
+
+		<org.apache.geronimo.servlet.specs.version>1.2</org.apache.geronimo.servlet.specs.version>
+
+		<jetty.version>7.6.7.v20120910</jetty.version>
+
+		<commons-pool.version>1.6</commons-pool.version>
+
+		<xstream.version>1.4.3</xstream.version>
+
+		<xmlbeans.version>2.4.0</xmlbeans.version>
+		
+		<slf4j.version>1.6.4</slf4j.version>
+		
+		<http.client.version>3.1</http.client.version>
+		
+		<xpp3.version>1.1.4c</xpp3.version>
+		
+		<http.commons.client.version>4.2.1</http.commons.client.version>
+		
+		<http.commons.core.version>4.2.1</http.commons.core.version>
+		
+		
+        
+        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
+		<uimaASNoticeText>
+Portions of UIMA-AS were originally developed by
+International Business Machines Corporation and are
+licensed to the Apache Software Foundation under the
+"Software Grant License Agreement", informally known as the 
+"IBM UIMA-EE License Agreement".
+Copyright (c) 2007, 2008 IBM Corporation
+       </uimaASNoticeText>
+
+        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
+		<postNoticeText>
+${ibmNoticeText}
+
+${uimaASNoticeText}
+
+		</postNoticeText>	
+		
+	</properties>
+	
+	
+	<!-- dependencyManagement is a declaration section naming each artifact 
+		the uima-as components depends on. -->
+	<dependencyManagement>
+		<dependencies>
+
+			<dependency>
+				<groupId>org.apache.uima</groupId>
+				<artifactId>uimaj-core</artifactId>
+				<version>${uimajDependencyVersion}</version>
+				<scope>compile</scope>
+			</dependency>
+
+
+			<!-- Active MQ Stuff -->
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-all</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-jaas</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-web</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-spring</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-optional</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>kahadb</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+            <dependency>
+               <groupId>${project.groupId}</groupId>
+               <artifactId>activemq-http</artifactId>
+               <version>${org.apache.activemq.version}</version>
+            </dependency>
+			
+			<!-- Spring Framework Dependencies -->
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-core</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-asm</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-aop</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-beans</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-context</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-expression</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-tx</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-jms</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+
+
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-jms_1.1_spec</artifactId>
+				<version>${org.apache.geronimo.jms.specs.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+				<version>${org.apache.geronimo.j2ee.specs.version}</version>
+			</dependency>
+
+
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-servlet_2.5_spec</artifactId>
+				<version>${org.apache.geronimo.servlet.specs.version}</version>
+			</dependency>
+
+			<!-- Jetty -->
+			<dependency>
+				<groupId>org.eclipse.jetty.aggregate</groupId>
+				<artifactId>jetty-all-server</artifactId>
+				<version>${jetty.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>commons-pool</groupId>
+				<artifactId>commons-pool</artifactId>
+				<version>${commons-pool.version}</version>
+				<scope>compile</scope>
+			</dependency>
+
+            <dependency>
+               <groupId>org.apache.httpcomponents</groupId>
+               <artifactId>httpclient</artifactId>
+               <version>4.2.5</version>
+            </dependency>
+            
+            
+            
+			<dependency>
+				<groupId>com.thoughtworks.xstream</groupId>
+				<artifactId>xstream</artifactId>
+				<version>${xstream.version}</version>
+				<type>jar</type>
+				<scope>compile</scope>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.xmlbeans</groupId>
+				<artifactId>xmlbeans</artifactId>
+				<version>${xmlbeans.version}</version>
+				<scope>compile</scope>
+			</dependency>
+
+            <dependency>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-log4j12</artifactId>
+               <version>${slf4j.version}</version>
+            </dependency>
+        
+       
+    
+           <dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>jcl-over-slf4j</artifactId>
+           <version>${slf4j.version}</version>
+           </dependency>
+
+          <dependency>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+          <version>${slf4j.version}</version>
+          </dependency>
+			
+			
+		  <dependency>
+              <groupId>commons-httpclient</groupId>
+              <artifactId>commons-httpclient</artifactId>
+              <version>${http.client.version}</version>
+          </dependency> 
+		  	
+		  <dependency>
+             <groupId>xpp3</groupId>
+             <artifactId>xpp3</artifactId>
+             <version>${xpp3.version}</version>
+          </dependency>
+
+
+        <dependency>
+           <groupId>org.apache.httpcomponents</groupId>
+           <artifactId>httpclient</artifactId>
+           <version>${http.commons.client.version}</version>
+        </dependency>
+        
+        <dependency>
+          <groupId>org.apache.httpcomponents</groupId>
+          <artifactId>httpcore</artifactId>
+          <version>${http.commons.core.version}</version>
+        </dependency>
+          
+		</dependencies>
+	</dependencyManagement>
+
+	
+	<build>
+	</build>
+
+</project>