You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/04/21 17:20:22 UTC

svn commit: r1095749 [2/3] - in /uima/sandbox/trunk: AlchemyAPIAnnotator/ BSFAnnotator/ ConceptMapper/ ConfigurableFeatureExtractor/ DictionaryAnnotator/ FsVariables/ Lucas/ OpenCalaisAnnotator/ PearPackagingAntTask/ RegularExpressionAnnotator/ SimpleS...

Modified: uima/sandbox/trunk/PearPackagingAntTask/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/PearPackagingAntTask/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/PearPackagingAntTask/pom.xml (original)
+++ uima/sandbox/trunk/PearPackagingAntTask/pom.xml Thu Apr 21 15:20:20 2011
@@ -17,20 +17,18 @@
    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">
+<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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-addons-parent</relativePath>
   </parent>
 
   <artifactId>PearPackagingAntTask</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA Addon: ${project.artifactId}</name>
   <description>Provides an Ant Task: packagePear, which runs the UIMA PEAR packaging utility</description>   
   <url>${uimaWebsiteUrl}</url>
@@ -45,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </url>
   </scm>
   

Modified: uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,173 +1,171 @@
-<?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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
-    <relativePath>../uima-addons-parent</relativePath>
-  </parent>
-  
-  <artifactId>RegularExpressionAnnotator</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Annotator: ${project.artifactId}</name>
-  <description>Finds annotations using regular expressions</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/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmRoot>sandbox</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
-    <pearMainDescriptor>desc/RegExAnnotator.xml</pearMainDescriptor>
-    <bookNameRoot>RegexAnnotatorUserGuide</bookNameRoot>
-  </properties>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-core</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-component-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-		<!--dependency>
-			<groupId>local.xmlbeans.dependency</groupId>
-			<artifactId>generated-xmltypes</artifactId>
-			<version>1.0</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/regex_annot_xml_types.jar</systemPath>
-		</dependency-->
-    
-    <dependency>
-      <groupId>org.apache.xmlbeans</groupId>
-      <artifactId>xmlbeans</artifactId>
-      <version>2.4.0</version>
-      <exclusions>
-        <exclusion> <!-- licensing issues, use geronimo instead -->
-          <groupId>stax</groupId>
-          <artifactId>stax-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.0.1</version>
-      <scope>test</scope>
-    </dependency>
-	</dependencies>
-  
-	<build>
-		<finalName>uima-an-regex</finalName>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>default-cli</id>
-              <configuration>
-                <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
-                  <exclude>README*</exclude>
-                  <exclude>RELEASE_NOTES*</exclude>
-                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
-                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
-                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
-                  
-                  <exclude>src/test/resources/**/*Ref.txt</exclude> <!-- test data -->
-                  <exclude>src/test/resources/**/*Ref2.txt</exclude> <!-- test data -->
-                  <exclude>src/test/resources/**/*Ref3.txt</exclude> <!-- test data -->
-                  <exclude>src/test/resources/**/*RefOutput.txt</exclude> <!-- test data -->
-                </excludes>              
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>         
-      </plugins>
-    </pluginManagement>      
-	  <plugins>
-      
-      <!-- generate XML parser from .xsd file -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xmlbeans-maven-plugin</artifactId>
-        <version>2.3.3</version>
-        <executions>
-          <execution>
-            <goals><goal>xmlbeans</goal></goals>
-            <configuration>
-              <schemaDirectory>resources</schemaDirectory>
-            </configuration>        
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <argLine>-Duser.language=en -Duser.region=region=US</argLine>
-        </configuration>
-      </plugin>
-      
-    </plugins>
- 	</build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uima-addons-parent</artifactId>
+    <version>2.3.1</version>
+    <relativePath>../uima-addons-parent</relativePath>
+  </parent>
+  
+  <artifactId>RegularExpressionAnnotator</artifactId>
+  <version>2.3.1</version>
+  <name>UIMA Annotator: ${project.artifactId}</name>
+  <description>Finds annotations using regular expressions</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/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmRoot>sandbox</uimaScmRoot>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
+    <pearMainDescriptor>desc/RegExAnnotator.xml</pearMainDescriptor>
+    <bookNameRoot>RegexAnnotatorUserGuide</bookNameRoot>
+  </properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-core</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-component-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+		<!--dependency>
+			<groupId>local.xmlbeans.dependency</groupId>
+			<artifactId>generated-xmltypes</artifactId>
+			<version>1.0</version>
+			<scope>system</scope>
+			<systemPath>${basedir}/lib/regex_annot_xml_types.jar</systemPath>
+		</dependency-->
+    
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+      <version>2.4.0</version>
+      <exclusions>
+        <exclusion> <!-- licensing issues, use geronimo instead -->
+          <groupId>stax</groupId>
+          <artifactId>stax-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.0.1</version>
+      <scope>test</scope>
+    </dependency>
+	</dependencies>
+  
+	<build>
+		<finalName>uima-an-regex</finalName>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>default-cli</id>
+              <configuration>
+                <excludes>
+                  <exclude>release.properties</exclude> <!-- release generated artifact -->
+                  <exclude>README*</exclude>
+                  <exclude>RELEASE_NOTES*</exclude>
+                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
+                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
+                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
+                  
+                  <exclude>src/test/resources/**/*Ref.txt</exclude> <!-- test data -->
+                  <exclude>src/test/resources/**/*Ref2.txt</exclude> <!-- test data -->
+                  <exclude>src/test/resources/**/*Ref3.txt</exclude> <!-- test data -->
+                  <exclude>src/test/resources/**/*RefOutput.txt</exclude> <!-- test data -->
+                </excludes>              
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>         
+      </plugins>
+    </pluginManagement>      
+	  <plugins>
+      
+      <!-- generate XML parser from .xsd file -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xmlbeans-maven-plugin</artifactId>
+        <version>2.3.3</version>
+        <executions>
+          <execution>
+            <goals><goal>xmlbeans</goal></goals>
+            <configuration>
+              <schemaDirectory>resources</schemaDirectory>
+            </configuration>        
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <argLine>-Duser.language=en -Duser.region=region=US</argLine>
+        </configuration>
+      </plugin>
+      
+    </plugins>
+ 	</build>
+</project>

Modified: uima/sandbox/trunk/SimpleServer/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/SimpleServer/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/SimpleServer/pom.xml (original)
+++ uima/sandbox/trunk/SimpleServer/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,179 +1,177 @@
-<?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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
-    <relativePath>../uima-addons-parent</relativePath>
-  </parent>
-
-  <artifactId>SimpleServer</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Addon: ${project.artifactId}</name>
-  <description>A Java Servlet that runs a UIMA pipeline and makes the results available via a REST interface</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/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmRoot>sandbox</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
-    <bookNameRoot>simpleServerUserGuide</bookNameRoot>
-  </properties>
-
-  <dependencies>        
- 	  <dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-core</artifactId>
-      <version>${uimaDependencyVersion}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-component-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-
-    <dependency>
-      <groupId>org.apache.xmlbeans</groupId>
-      <artifactId>xmlbeans</artifactId>
-      <version>2.4.0</version>
-      <exclusions>
-        <exclusion> <!-- licensing issues, use geronimo instead -->
-          <groupId>stax</groupId>
-          <artifactId>stax-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
-    
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.8.2</version>
-			<scope>test</scope>
-		</dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-      <scope>provided</scope>
-    </dependency>
-    
-		<dependency>
-			<groupId>org.mortbay.jetty</groupId>
-			<artifactId>jetty</artifactId>
-			<version>6.1.8</version>
-      <scope>provided</scope>
-		</dependency>
-    
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpclient</artifactId>
-			<version>4.0-alpha2</version>
-      <scope>provided</scope>
-		</dependency>
-	</dependencies>
-  
-	<build>
-		<finalName>uima-simple-server</finalName>
-    
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>default-cli</id>
-              <configuration>
-                <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
-                  <exclude>README*</exclude>
-                  <exclude>RELEASE_NOTES*</exclude>
-                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
-                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
-                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
-                  
-                  <exclude>src/test/resources/expected/*.xml</exclude> <!-- test data -->
-                  <exclude>src/test/resources/test.txt</exclude> <!-- test data -->
-                </excludes>              
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>         
-      </plugins>
-    </pluginManagement>     
-	  <plugins>
-      
-      <!-- generate XML parser from .xsd file -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xmlbeans-maven-plugin</artifactId>
-        <version>2.3.3</version>
-        <executions>
-          <execution>
-            <goals><goal>xmlbeans</goal></goals>
-            <configuration>
-              <schemaDirectory>src/main/resources</schemaDirectory>
-            </configuration>        
-          </execution>
-        </executions>
-      </plugin>
-
-	  </plugins>
-	</build>
+<?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-addons-parent</artifactId>
+    <version>2.3.1</version>
+    <relativePath>../uima-addons-parent</relativePath>
+  </parent>
+
+  <artifactId>SimpleServer</artifactId>
+  <version>2.3.1</version>
+  <name>UIMA Addon: ${project.artifactId}</name>
+  <description>A Java Servlet that runs a UIMA pipeline and makes the results available via a REST interface</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/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmRoot>sandbox</uimaScmRoot>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
+    <bookNameRoot>simpleServerUserGuide</bookNameRoot>
+  </properties>
+
+  <dependencies>        
+ 	  <dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-core</artifactId>
+      <version>${uimaDependencyVersion}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-component-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+      <version>2.4.0</version>
+      <exclusions>
+        <exclusion> <!-- licensing issues, use geronimo instead -->
+          <groupId>stax</groupId>
+          <artifactId>stax-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.8.2</version>
+			<scope>test</scope>
+		</dependency>
+
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.5</version>
+      <scope>provided</scope>
+    </dependency>
+    
+		<dependency>
+			<groupId>org.mortbay.jetty</groupId>
+			<artifactId>jetty</artifactId>
+			<version>6.1.8</version>
+      <scope>provided</scope>
+		</dependency>
+    
+		<dependency>
+			<groupId>org.apache.httpcomponents</groupId>
+			<artifactId>httpclient</artifactId>
+			<version>4.0-alpha2</version>
+      <scope>provided</scope>
+		</dependency>
+	</dependencies>
+  
+	<build>
+		<finalName>uima-simple-server</finalName>
+    
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>default-cli</id>
+              <configuration>
+                <excludes>
+                  <exclude>release.properties</exclude> <!-- release generated artifact -->
+                  <exclude>README*</exclude>
+                  <exclude>RELEASE_NOTES*</exclude>
+                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
+                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
+                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
+                  
+                  <exclude>src/test/resources/expected/*.xml</exclude> <!-- test data -->
+                  <exclude>src/test/resources/test.txt</exclude> <!-- test data -->
+                </excludes>              
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>         
+      </plugins>
+    </pluginManagement>     
+	  <plugins>
+      
+      <!-- generate XML parser from .xsd file -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xmlbeans-maven-plugin</artifactId>
+        <version>2.3.3</version>
+        <executions>
+          <execution>
+            <goals><goal>xmlbeans</goal></goals>
+            <configuration>
+              <schemaDirectory>src/main/resources</schemaDirectory>
+            </configuration>        
+          </execution>
+        </executions>
+      </plugin>
+
+	  </plugins>
+	</build>
 </project>
\ No newline at end of file

Modified: uima/sandbox/trunk/SnowballAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/SnowballAnnotator/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/SnowballAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/SnowballAnnotator/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,130 +1,128 @@
-<?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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
-    <relativePath>../uima-addons-parent</relativePath>
-  </parent>
-  
-  <artifactId>SnowballAnnotator</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Annotator: ${project.artifactId}</name>
-  <description>Annotator that annotates tokens using Snowball</description>  
-  <url>http://incubator.apache.org/uima</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/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmRoot>sandbox</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
-    <pearMainDescriptor>desc/SnowballAnnotator.xml</pearMainDescriptor>
-  </properties>
-  
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-core</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-component-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-	</dependencies>
-  
-	<build>
-		<finalName>uima-an-snowball</finalName>
-    
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>default-cli</id>
-              <configuration>
-                <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
-                  <exclude>README*</exclude>
-                  <exclude>RELEASE_NOTES*</exclude>
-                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
-                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
-                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
-                  
-                  <exclude>src/main/java/org/tartarus/snowball/ext/*Stemmer.java</exclude> <!-- generated files -->
-                  <exclude>src/main/java/org/tartarus/snowball/Among.java</exclude> <!-- Under Snowball license -->
-                  <exclude>src/main/java/org/tartarus/snowball/SnowballProgram.java</exclude> <!-- Under Snowball license -->
-                  <exclude>src/main/java/org/tartarus/snowball/TestApp.java</exclude> <!-- Under Snowball license -->
-                  <exclude>src/test/resources/englishRef.txt</exclude> <!-- test data -->
-                </excludes>              
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>         
-      </plugins>
-    </pluginManagement> 
-
-    <!-- add desc to test resources -->
-		<testResources>
-			<testResource>
-				<directory>desc</directory>
-			</testResource>
-      <testResource>
-        <directory>src/test/resources</directory>
-      </testResource>
-		</testResources>
-	</build>
-	
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uima-addons-parent</artifactId>
+    <version>2.3.1</version>
+    <relativePath>../uima-addons-parent</relativePath>
+  </parent>
+  
+  <artifactId>SnowballAnnotator</artifactId>
+  <version>2.3.1</version>
+  <name>UIMA Annotator: ${project.artifactId}</name>
+  <description>Annotator that annotates tokens using Snowball</description>  
+  <url>http://incubator.apache.org/uima</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/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmRoot>sandbox</uimaScmRoot>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
+    <pearMainDescriptor>desc/SnowballAnnotator.xml</pearMainDescriptor>
+  </properties>
+  
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-core</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-component-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+	</dependencies>
+  
+	<build>
+		<finalName>uima-an-snowball</finalName>
+    
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>default-cli</id>
+              <configuration>
+                <excludes>
+                  <exclude>release.properties</exclude> <!-- release generated artifact -->
+                  <exclude>README*</exclude>
+                  <exclude>RELEASE_NOTES*</exclude>
+                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
+                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
+                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
+                  
+                  <exclude>src/main/java/org/tartarus/snowball/ext/*Stemmer.java</exclude> <!-- generated files -->
+                  <exclude>src/main/java/org/tartarus/snowball/Among.java</exclude> <!-- Under Snowball license -->
+                  <exclude>src/main/java/org/tartarus/snowball/SnowballProgram.java</exclude> <!-- Under Snowball license -->
+                  <exclude>src/main/java/org/tartarus/snowball/TestApp.java</exclude> <!-- Under Snowball license -->
+                  <exclude>src/test/resources/englishRef.txt</exclude> <!-- test data -->
+                </excludes>              
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>         
+      </plugins>
+    </pluginManagement> 
+
+    <!-- add desc to test resources -->
+		<testResources>
+			<testResource>
+				<directory>desc</directory>
+			</testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+      </testResource>
+		</testResources>
+	</build>
+	
+</project>

Modified: uima/sandbox/trunk/Solrcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Solrcas/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/Solrcas/pom.xml (original)
+++ uima/sandbox/trunk/Solrcas/pom.xml Thu Apr 21 15:20:20 2011
@@ -14,19 +14,18 @@
   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">
+<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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-addons-parent</relativePath>
   </parent>
 
   <artifactId>Solrcas</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
   <description>Writes information contained in CAS objects to fields of a Solr server; mapping is done in a mapping
     file.
@@ -42,13 +41,13 @@
   -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </url>
   </scm>
 

Modified: uima/sandbox/trunk/Tagger/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Tagger/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/Tagger/pom.xml (original)
+++ uima/sandbox/trunk/Tagger/pom.xml Thu Apr 21 15:20:20 2011
@@ -17,20 +17,18 @@
 	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">
+<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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-addons-parent</relativePath>
   </parent>
     
   <artifactId>Tagger</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
   <description>An implementation of a Hidden Markov Model (HMM) statistical tagger</description>
   <url>${uimaWebsiteUrl}</url>
@@ -45,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
     </url>
   </scm>
   
@@ -86,7 +84,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>WhitespaceTokenizer</artifactId>
-			<version>2.3.1-SNAPSHOT</version>
+			<version>2.3.1</version>
    	</dependency>
 	</dependencies>
   

Modified: uima/sandbox/trunk/TikaAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TikaAnnotator/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/TikaAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/TikaAnnotator/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,148 +1,146 @@
-<?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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
-    <relativePath>../uima-addons-parent</relativePath>
-  </parent>
-
-  <artifactId>TikaAnnotator</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Annotator: ${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/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-
-  <properties>
-    <uimaScmRoot>sandbox</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
-  </properties>
-
-  <dependencies>
-    <!-- versions from parent -->
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-core</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-document-annotation</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-core</artifactId>
-      <version>0.7</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-parsers</artifactId>
-      <version>0.7</version>
-      <exclusions>
-        <exclusion>
-          <groupId>pdfbox</groupId>
-          <artifactId>pdfbox</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-component-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.8.2</version>
-      <scope>test</scope>
-    </dependency>
-
-  </dependencies>
-
-  <build>
-    <finalName>uima-an-tika</finalName>
-
-    <resources>
-      <resource>
-        <directory>desc</directory>
-      </resource>
-    </resources>
-    
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>default-cli</id>
-              <configuration>
-                <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
-                  <exclude>README*</exclude>
-                  <exclude>RELEASE_NOTES*</exclude>
-                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
-                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
-                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
-                  
-                  <exclude>src/main/java/org/apache/uima/tika/AttributeFS*.java</exclude> <!-- JCasgen generated -->
-                  <exclude>src/main/java/org/apache/uima/tika/FeatureValue*.java</exclude> <!-- JCasgen generated -->
-                  <exclude>src/main/java/org/apache/uima/tika/MarkupAnnotation*.java</exclude> <!-- JCasgen generated -->
-                  <exclude>src/main/java/org/apache/uima/tika/SourceDocumentAnnotation*.java</exclude> <!-- JCasgen generated -->
-                </excludes>              
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>         
-      </plugins>
-    </pluginManagement>    
-    
-  </build>
+<?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-addons-parent</artifactId>
+    <version>2.3.1</version>
+    <relativePath>../uima-addons-parent</relativePath>
+  </parent>
+
+  <artifactId>TikaAnnotator</artifactId>
+  <version>2.3.1</version>
+  <name>UIMA Annotator: ${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/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </url>
+  </scm>
+
+  <properties>
+    <uimaScmRoot>sandbox</uimaScmRoot>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
+  </properties>
+
+  <dependencies>
+    <!-- versions from parent -->
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-core</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-document-annotation</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+      <version>0.7</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+      <version>0.7</version>
+      <exclusions>
+        <exclusion>
+          <groupId>pdfbox</groupId>
+          <artifactId>pdfbox</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-component-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.2</version>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+
+  <build>
+    <finalName>uima-an-tika</finalName>
+
+    <resources>
+      <resource>
+        <directory>desc</directory>
+      </resource>
+    </resources>
+    
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>default-cli</id>
+              <configuration>
+                <excludes>
+                  <exclude>release.properties</exclude> <!-- release generated artifact -->
+                  <exclude>README*</exclude>
+                  <exclude>RELEASE_NOTES*</exclude>
+                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
+                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
+                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
+                  
+                  <exclude>src/main/java/org/apache/uima/tika/AttributeFS*.java</exclude> <!-- JCasgen generated -->
+                  <exclude>src/main/java/org/apache/uima/tika/FeatureValue*.java</exclude> <!-- JCasgen generated -->
+                  <exclude>src/main/java/org/apache/uima/tika/MarkupAnnotation*.java</exclude> <!-- JCasgen generated -->
+                  <exclude>src/main/java/org/apache/uima/tika/SourceDocumentAnnotation*.java</exclude> <!-- JCasgen generated -->
+                </excludes>              
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>         
+      </plugins>
+    </pluginManagement>    
+    
+  </build>
 </project>
\ No newline at end of file

Modified: uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/WhitespaceTokenizer/pom.xml (original)
+++ uima/sandbox/trunk/WhitespaceTokenizer/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,118 +1,116 @@
-<?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-addons-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
-    <relativePath>../uima-addons-parent</relativePath>
-  </parent>
-  
-  <artifactId>WhitespaceTokenizer</artifactId>
-  <packaging>jar</packaging>
-  <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Annotator: ${project.artifactId}</name>
-  <description>A simple white-space annotator to identify Tokens in text using whitespace as the delimiters</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/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmRoot>sandbox</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
-    <pearMainDescriptor>desc/${project.artifactId}.xml</pearMainDescriptor>
-  </properties>
-  
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-core</artifactId>
-	    <version>${uimaDependencyVersion}</version>
-      <scope>provided</scope>
-  	</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-component-test-util</artifactId>
-      <version>${uimaDependencyVersion}</version>
-      <scope>test</scope>
-		</dependency>
-	</dependencies>
-  
-	<build>
-		<finalName>uima-an-wst</finalName>
-
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>default-cli</id>
-              <configuration>
-                <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
-                  <exclude>README*</exclude>
-                  <exclude>RELEASE_NOTES*</exclude>
-                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
-                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
-                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
-                  
-                  <exclude>src/test/resources/tabs*.txt</exclude> <!-- test data -->
-                  <exclude>src/test/resources/testdoc*.txt</exclude> <!-- test data -->
-                </excludes>              
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>         
-      </plugins>
-    </pluginManagement> 
-    
-	</build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uima-addons-parent</artifactId>
+    <version>2.3.1</version>
+    <relativePath>../uima-addons-parent</relativePath>
+  </parent>
+  
+  <artifactId>WhitespaceTokenizer</artifactId>
+  <packaging>jar</packaging>
+  <version>2.3.1</version>
+  <name>UIMA Annotator: ${project.artifactId}</name>
+  <description>A simple white-space annotator to identify Tokens in text using whitespace as the delimiters</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/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/${uimaScmProject}
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmRoot>sandbox</uimaScmRoot>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
+    <pearMainDescriptor>desc/${project.artifactId}.xml</pearMainDescriptor>
+  </properties>
+  
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-core</artifactId>
+	    <version>${uimaDependencyVersion}</version>
+      <scope>provided</scope>
+  	</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-component-test-util</artifactId>
+      <version>${uimaDependencyVersion}</version>
+      <scope>test</scope>
+		</dependency>
+	</dependencies>
+  
+	<build>
+		<finalName>uima-an-wst</finalName>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>default-cli</id>
+              <configuration>
+                <excludes>
+                  <exclude>release.properties</exclude> <!-- release generated artifact -->
+                  <exclude>README*</exclude>
+                  <exclude>RELEASE_NOTES*</exclude>
+                  <exclude>issuesFixed/**</exclude> <!-- generated file -->
+                  <exclude>marker-file-identifying-*</exclude> <!-- empty file -->
+                  <exclude>DEPENDENCIES</exclude>  <!-- generated file -->
+                  
+                  <exclude>src/test/resources/tabs*.txt</exclude> <!-- test data -->
+                  <exclude>src/test/resources/testdoc*.txt</exclude> <!-- test data -->
+                </excludes>              
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>         
+      </plugins>
+    </pluginManagement> 
+    
+	</build>
+</project>

Modified: uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>BSFAnnotator-osgi</artifactId>
   <name>BSFAnnotator bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>BSFAnnotator</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>bsf</groupId>

Modified: uima/sandbox/trunk/addons-osgi-runtime/ConceptMapper-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/ConceptMapper-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/ConceptMapper-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/ConceptMapper-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>ConceptMapper-osgi</artifactId>
   <name>ConceptMapper bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>ConceptMapper</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
   </dependencies>
 

Modified: uima/sandbox/trunk/addons-osgi-runtime/ConfigurableFeatureExtractor-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/ConfigurableFeatureExtractor-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/ConfigurableFeatureExtractor-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/ConfigurableFeatureExtractor-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>ConfigurableFeatureExtractor-osgi</artifactId>
   <name>ConfigurableFeatureExtractor bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>ConfigurableFeatureExtractor</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-jxpath</groupId>

Modified: uima/sandbox/trunk/addons-osgi-runtime/DictionaryAnnotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/DictionaryAnnotator-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/DictionaryAnnotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/DictionaryAnnotator-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>DictionaryAnnotator-osgi</artifactId>
   <name>DictionaryAnnotator bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>DictionaryAnnotator</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlbeans</groupId>

Modified: uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -24,7 +22,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>Lucas-osgi</artifactId>
   <name>Lucas bundle</name>
@@ -35,7 +33,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>Lucas</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.lucene</groupId>

Modified: uima/sandbox/trunk/addons-osgi-runtime/OpenCalaisAnnotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/OpenCalaisAnnotator-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/OpenCalaisAnnotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/OpenCalaisAnnotator-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>OpenCalaisAnnotator-osgi</artifactId>
   <name>OpenCalaisAnnotator bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>OpenCalaisAnnotator</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
   </dependencies>
 

Modified: uima/sandbox/trunk/addons-osgi-runtime/RegularExpressionAnnotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/RegularExpressionAnnotator-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/RegularExpressionAnnotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/RegularExpressionAnnotator-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>RegularExpressionAnnotator-osgi</artifactId>
   <name>RegularExpressionAnnotator bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>RegularExpressionAnnotator</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
   </dependencies>
 

Modified: uima/sandbox/trunk/addons-osgi-runtime/SnowballAnnotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/SnowballAnnotator-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/SnowballAnnotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/SnowballAnnotator-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>SnowballAnnotator-osgi</artifactId>
   <name>SnowballAnnotator bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>SnowballAnnotator</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
   </dependencies>
 

Modified: uima/sandbox/trunk/addons-osgi-runtime/Solrcas-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/Solrcas-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/Solrcas-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/Solrcas-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
-<project
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -24,7 +22,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>Solrcas-osgi</artifactId>
   <name>Solrcas bundle</name>
@@ -35,7 +33,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>Solrcas</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>

Modified: uima/sandbox/trunk/addons-osgi-runtime/Tagger-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/Tagger-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/Tagger-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/Tagger-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>Tagger-osgi</artifactId>
   <name>HmmTagger bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>Tagger</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
   </dependencies>
 

Modified: uima/sandbox/trunk/addons-osgi-runtime/TikaAnnotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/TikaAnnotator-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/TikaAnnotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/TikaAnnotator-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>TikaAnnotator-osgi</artifactId>
   <name>TikaAnnotator bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>TikaAnnotator</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tika</groupId>

Modified: uima/sandbox/trunk/addons-osgi-runtime/WhitespaceTokenizer-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/WhitespaceTokenizer-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/WhitespaceTokenizer-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/WhitespaceTokenizer-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>WhitespaceTokenizer-osgi</artifactId>
   <name>WhitespaceTokenizer bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>WhitespaceTokenizer</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
   </dependencies>
 

Modified: uima/sandbox/trunk/addons-osgi-runtime/alchemy-annotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/alchemy-annotator-osgi/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/alchemy-annotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/alchemy-annotator-osgi/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,6 +1,4 @@
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -23,7 +21,7 @@
   <parent>
     <artifactId>addons-osgi-runtime</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
   </parent>
   <artifactId>alchemy-annotator-osgi</artifactId>
   <name>AlchemyAPIAnnotator bundle</name>
@@ -34,7 +32,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>alchemy-annotator</artifactId>
-      <version>2.3.1-SNAPSHOT</version>
+      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>

Modified: uima/sandbox/trunk/addons-osgi-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/pom.xml?rev=1095749&r1=1095748&r2=1095749&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/pom.xml Thu Apr 21 15:20:20 2011
@@ -1,5 +1,4 @@
-<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">
+<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">
   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
@@ -27,7 +26,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>addons-osgi-runtime</artifactId>
   <packaging>pom</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>OSGi version of Apache UIMA Addons</name>
   <modules>
     <module>OpenCalaisAnnotator-osgi</module>
@@ -74,4 +73,10 @@
       </plugins>
     </pluginManagement>
   </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/addons-osgi-runtime</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/tags/uima-addons-2.3.1-rc1/addons-osgi-runtime</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/sandbox/tags/uima-addons-2.3.1-rc1/addons-osgi-runtime</url>
+  </scm>
 </project>