You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/15 21:39:14 UTC

svn commit: r944706 - in /uima/sandbox/branches/mavenAlign: AlchemyAPIAnnotator/ BSFAnnotator/ ConceptMapper/ ConfigurableFeatureExtractor/ FsVariables/ Lucas/ OpenCalaisAnnotator/ PearPackagingAntTask/ RegularExpressionAnnotator/ SimpleServer/ Tagger/...

Author: schor
Date: Sat May 15 19:39:13 2010
New Revision: 944706

URL: http://svn.apache.org/viewvc?rev=944706&view=rev
Log:
[UIMA-1756] fix pom <url> elements

Modified:
    uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml
    uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml
    uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml
    uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml
    uima/sandbox/branches/mavenAlign/FsVariables/pom.xml
    uima/sandbox/branches/mavenAlign/Lucas/pom.xml
    uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml
    uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml
    uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml
    uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml
    uima/sandbox/branches/mavenAlign/Tagger/pom.xml
    uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml
    uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml

Modified: uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml Sat May 15 19:39:13 2010
@@ -28,7 +28,7 @@
   <version>2.3.1-SNAPSHOT</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
   <description>A UIMA set of AEs that wrap Alchemy API services from Orchestr8</description>
-  <url>http://incubator.apache.org/uima</url>
+  <url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml Sat May 15 19:39:13 2010
@@ -38,7 +38,7 @@
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA Annotator: ${project.artifactId}</name>
   <description>Annotator to run scripts using Apache's Bean Scripting Framework</description>
-	<url>http://incubator.apache.org/uima</url>
+  <url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml Sat May 15 19:39:13 2010
@@ -32,7 +32,7 @@
   <version>2.3.1-SNAPSHOT</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
   <description>Extracts concepts from a CAS</description>
-  <url>http://incubator.apache.org/uima</url>
+  <url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml Sat May 15 19:39:13 2010
@@ -32,7 +32,7 @@
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA Annotator: ${project.artifactId}</name>
   <description>Extracts Features specified in a feature-specification language, from a CAS</description>
-  <url>http://incubator.apache.org/uima</url>
+  <url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/FsVariables/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/FsVariables/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/FsVariables/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/FsVariables/pom.xml Sat May 15 19:39:13 2010
@@ -33,7 +33,7 @@
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA Addon: ${project.artifactId}</name>
   <description>Adds capability to base UIMA framework for conveniently creating and accessing named FeatureStructure instances in the CAS</description>
-  <url>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/Lucas/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/Lucas/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/Lucas/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/Lucas/pom.xml Sat May 15 19:39:13 2010
@@ -34,7 +34,7 @@
   <version>2.3.1-SNAPSHOT</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
 	<description>Writes information contained in CAS objects to fields of a Lucene search index; mapping is done in a mapping file.</description>
-  <url>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml Sat May 15 19:39:13 2010
@@ -32,7 +32,7 @@
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA Annotator: ${project.artifactId}</name>
   <description>Sends text to a remote open calais annotators and adds the annotations returned to the CAS</description>
-  <url>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml Sat May 15 19:39:13 2010
@@ -33,7 +33,7 @@
   <version>2.3.1-SNAPSHOT</version>
 	<name>UIMA Addon: ${project.artifactId}</name>
   <description>Provides an Ant Task: packagePear, which runs the UIMA PEAR packaging utility</description>   
-  <url>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml Sat May 15 19:39:13 2010
@@ -31,7 +31,8 @@
 	<artifactId>RegularExpressionAnnotator</artifactId>
 	<version>2.3.1-SNAPSHOT</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
-  <url>http://incubator.apache.org/uima</url>
+  <description>Finds annotations using regular expressions</description>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml Sat May 15 19:39:13 2010
@@ -33,7 +33,7 @@
 	<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>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/Tagger/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/Tagger/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/Tagger/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/Tagger/pom.xml Sat May 15 19:39:13 2010
@@ -33,7 +33,7 @@
 	<version>2.3.1-SNAPSHOT</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
   <description>An implementation of a Hidden Markov Model (HMM) statistical tagger</description>
-  <url>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml Sat May 15 19:39:13 2010
@@ -31,7 +31,7 @@
 	<artifactId>TikaAnnotator</artifactId>
 	<version>2.3.1-SNAPSHOT</version>
   <name>UIMA Annotator: ${project.artifactId}</name>
-  <url>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
   
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 

Modified: uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml?rev=944706&r1=944705&r2=944706&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml Sat May 15 19:39:13 2010
@@ -33,7 +33,7 @@
 	<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>http://incubator.apache.org/uima</url>
+<url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the