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

[uima-async-scaleout] 17/17: [UIMA-1756] change urls saying incubator to TLP versions

This is an automated email from the ASF dual-hosted git repository.

cwiklik pushed a commit to branch mavenAlign
in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git

commit dd1d6e499987b628d52013658ff26270bd728046
Author: schor <schor>
AuthorDate: Fri May 14 20:05:51 2010 +0000

    [UIMA-1756] change urls saying incubator to TLP versions
---
 uimaj-as-activemq/pom.xml                      | 2 +-
 uimaj-as-camel/pom.xml                         | 2 +-
 uimaj-as-core/pom.xml                          | 2 +-
 uimaj-as-jms/pom.xml                           | 2 +-
 uimaj-as-osgi-runtime/pom.xml                  | 2 +-
 uimaj-eclipse-feature-deployeditor/feature.xml | 6 +++---
 uimaj-ep-deployeditor/pom.xml                  | 2 +-
 uimaj-ep-runtime-deployeditor/pom.xml          | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/uimaj-as-activemq/pom.xml b/uimaj-as-activemq/pom.xml
index 65c3a1c..e1df82b 100644
--- a/uimaj-as-activemq/pom.xml
+++ b/uimaj-as-activemq/pom.xml
@@ -34,7 +34,7 @@
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA-AS: ${project.artifactId}</name>
   <description>UIMA-AS ActiveMQ incorporation</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/uimaj-as-camel/pom.xml b/uimaj-as-camel/pom.xml
index 25f1e89..ffb2800 100644
--- a/uimaj-as-camel/pom.xml
+++ b/uimaj-as-camel/pom.xml
@@ -33,7 +33,7 @@
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA-AS: ${project.artifactId}</name>
   <description>Apache UIMA-AS Camel Driver</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/uimaj-as-core/pom.xml b/uimaj-as-core/pom.xml
index e6f27aa..33e8bf5 100644
--- a/uimaj-as-core/pom.xml
+++ b/uimaj-as-core/pom.xml
@@ -35,7 +35,7 @@
 	<artifactId>uimaj-as-core</artifactId>
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA-AS: ${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/uimaj-as-jms/pom.xml b/uimaj-as-jms/pom.xml
index 7ba9b8d..79ee175 100644
--- a/uimaj-as-jms/pom.xml
+++ b/uimaj-as-jms/pom.xml
@@ -33,7 +33,7 @@
 	<artifactId>uimaj-as-jms</artifactId>
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA-AS: ${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/uimaj-as-osgi-runtime/pom.xml b/uimaj-as-osgi-runtime/pom.xml
index 1f50572..a11a88b 100644
--- a/uimaj-as-osgi-runtime/pom.xml
+++ b/uimaj-as-osgi-runtime/pom.xml
@@ -33,7 +33,7 @@
   <version>2.3.1-SNAPSHOT</version>
   <name>UIMA AS: ${project.artifact}</name>
   <description>Apache UIMA AS runtime code packaged for osgi use</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/uimaj-eclipse-feature-deployeditor/feature.xml b/uimaj-eclipse-feature-deployeditor/feature.xml
index 229d871..b7215ba 100644
--- a/uimaj-eclipse-feature-deployeditor/feature.xml
+++ b/uimaj-eclipse-feature-deployeditor/feature.xml
@@ -23,14 +23,14 @@
       version="2.3.0.incubating"
       provider-name="Apache Software Foundation">
 
-   <description url="http://incubator.apache.org/uima">
+   <description url="http://uima.apache.org">
       This feature adds to the UIMA Component Descriptor
       Editor (CDE) the ability to edit the Deployment
       Descriptor used by UIMA-AS to deploy
       UIMA components using Asynchronous Scaleout
    </description>
 
-   <copyright url="http://incubator.apache.org/uima">
+   <copyright url="http://uima.apache.org">
       Copyright the Apache Software Foundation and others; see License
 and NOTICE files
    </copyright>
@@ -53,7 +53,7 @@ under the License.
    </license>
 
    <url>
-      <discovery label="UIMA Eclipse Plugins update site" url="http://www.apache.org/dist/incubator/uima/eclipse-update-site/"/>
+      <discovery label="UIMA Eclipse Plugins update site" url="http://www.apache.org/dist/uima/eclipse-update-site/"/>
    </url>
 
    <requires>
diff --git a/uimaj-ep-deployeditor/pom.xml b/uimaj-ep-deployeditor/pom.xml
index 7374c53..640213f 100644
--- a/uimaj-ep-deployeditor/pom.xml
+++ b/uimaj-ep-deployeditor/pom.xml
@@ -33,7 +33,7 @@
   <version>2.3.1-SNAPSHOT</version>
   <name>UIMA-AS Eclipse Plugin: ${project.artifactId}</name>
   <description>Extension to the Component Descriptor Editor supporting editing UIMA-AS deployment descriptors</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/uimaj-ep-runtime-deployeditor/pom.xml b/uimaj-ep-runtime-deployeditor/pom.xml
index 0fd4489..35a58ef 100644
--- a/uimaj-ep-runtime-deployeditor/pom.xml
+++ b/uimaj-ep-runtime-deployeditor/pom.xml
@@ -33,7 +33,7 @@
   <version>2.3.1-SNAPSHOT</version>
   <name>UIMA-AS Eclipse Plugin: ${project.artifactId}</name>
   <description>Bundles the uima-as runtime parts needed for the deploy editor extension to the CDE, as a fragment on top of the main uima runtime</description>
-  <url>http://incubator.apache.org/uima</url>
+  <url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the