[UIMA-1756] fix pom <url> elements

git-svn-id: https://svn.apache.org/repos/asf/uima/sandbox/branches/mavenAlign@944706 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/AlchemyAPIAnnotator/pom.xml b/AlchemyAPIAnnotator/pom.xml
index e9df424..0bc8c08 100644
--- a/AlchemyAPIAnnotator/pom.xml
+++ b/AlchemyAPIAnnotator/pom.xml
@@ -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 
diff --git a/BSFAnnotator/pom.xml b/BSFAnnotator/pom.xml
index 07680d3..f93fb6e 100644
--- a/BSFAnnotator/pom.xml
+++ b/BSFAnnotator/pom.xml
@@ -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 

diff --git a/ConceptMapper/pom.xml b/ConceptMapper/pom.xml
index 8457972..69ecbc5 100644
--- a/ConceptMapper/pom.xml
+++ b/ConceptMapper/pom.xml
@@ -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 

diff --git a/ConfigurableFeatureExtractor/pom.xml b/ConfigurableFeatureExtractor/pom.xml
index bbadcc7..2adfe3e 100644
--- a/ConfigurableFeatureExtractor/pom.xml
+++ b/ConfigurableFeatureExtractor/pom.xml
@@ -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 

diff --git a/FsVariables/pom.xml b/FsVariables/pom.xml
index ee03f60..f7063fa 100644
--- a/FsVariables/pom.xml
+++ b/FsVariables/pom.xml
@@ -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 

diff --git a/Lucas/pom.xml b/Lucas/pom.xml
index b19d054..9e2135e 100644
--- a/Lucas/pom.xml
+++ b/Lucas/pom.xml
@@ -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 

diff --git a/OpenCalaisAnnotator/pom.xml b/OpenCalaisAnnotator/pom.xml
index a0a2f2f..d5d4cab 100644
--- a/OpenCalaisAnnotator/pom.xml
+++ b/OpenCalaisAnnotator/pom.xml
@@ -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 

diff --git a/PearPackagingAntTask/pom.xml b/PearPackagingAntTask/pom.xml
index 8b4b590..4863fc4 100644
--- a/PearPackagingAntTask/pom.xml
+++ b/PearPackagingAntTask/pom.xml
@@ -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 
diff --git a/RegularExpressionAnnotator/pom.xml b/RegularExpressionAnnotator/pom.xml
index d63cd6e..11e5c01 100644
--- a/RegularExpressionAnnotator/pom.xml
+++ b/RegularExpressionAnnotator/pom.xml
@@ -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 

diff --git a/SimpleServer/pom.xml b/SimpleServer/pom.xml
index 7132938..9c2abe1 100644
--- a/SimpleServer/pom.xml
+++ b/SimpleServer/pom.xml
@@ -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 

diff --git a/Tagger/pom.xml b/Tagger/pom.xml
index e12ba49..3ac4971 100644
--- a/Tagger/pom.xml
+++ b/Tagger/pom.xml
@@ -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 
diff --git a/TikaAnnotator/pom.xml b/TikaAnnotator/pom.xml
index ec5e26e..8f974f8 100644
--- a/TikaAnnotator/pom.xml
+++ b/TikaAnnotator/pom.xml
@@ -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 

diff --git a/WhitespaceTokenizer/pom.xml b/WhitespaceTokenizer/pom.xml
index 78dd221..64bf368 100644
--- a/WhitespaceTokenizer/pom.xml
+++ b/WhitespaceTokenizer/pom.xml
@@ -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