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/14 22:05:51 UTC

svn commit: r944436 - in /uima/uima-as/branches/mavenAlign: uimaj-as-activemq/ uimaj-as-camel/ uimaj-as-core/ uimaj-as-jms/ uimaj-as-osgi-runtime/ uimaj-eclipse-feature-deployeditor/ uimaj-ep-deployeditor/ uimaj-ep-runtime-deployeditor/

Author: schor
Date: Fri May 14 20:05:51 2010
New Revision: 944436

URL: http://svn.apache.org/viewvc?rev=944436&view=rev
Log:
[UIMA-1756] change urls saying incubator to TLP versions

Modified:
    uima/uima-as/branches/mavenAlign/uimaj-as-activemq/pom.xml
    uima/uima-as/branches/mavenAlign/uimaj-as-camel/pom.xml
    uima/uima-as/branches/mavenAlign/uimaj-as-core/pom.xml
    uima/uima-as/branches/mavenAlign/uimaj-as-jms/pom.xml
    uima/uima-as/branches/mavenAlign/uimaj-as-osgi-runtime/pom.xml
    uima/uima-as/branches/mavenAlign/uimaj-eclipse-feature-deployeditor/feature.xml
    uima/uima-as/branches/mavenAlign/uimaj-ep-deployeditor/pom.xml
    uima/uima-as/branches/mavenAlign/uimaj-ep-runtime-deployeditor/pom.xml

Modified: uima/uima-as/branches/mavenAlign/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-as-activemq/pom.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-as-activemq/pom.xml Fri May 14 20:05:51 2010
@@ -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 

Modified: uima/uima-as/branches/mavenAlign/uimaj-as-camel/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-as-camel/pom.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-as-camel/pom.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-as-camel/pom.xml Fri May 14 20:05:51 2010
@@ -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 

Modified: uima/uima-as/branches/mavenAlign/uimaj-as-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-as-core/pom.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-as-core/pom.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-as-core/pom.xml Fri May 14 20:05:51 2010
@@ -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 

Modified: uima/uima-as/branches/mavenAlign/uimaj-as-jms/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-as-jms/pom.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-as-jms/pom.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-as-jms/pom.xml Fri May 14 20:05:51 2010
@@ -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 

Modified: uima/uima-as/branches/mavenAlign/uimaj-as-osgi-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-as-osgi-runtime/pom.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-as-osgi-runtime/pom.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-as-osgi-runtime/pom.xml Fri May 14 20:05:51 2010
@@ -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 

Modified: uima/uima-as/branches/mavenAlign/uimaj-eclipse-feature-deployeditor/feature.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-eclipse-feature-deployeditor/feature.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-eclipse-feature-deployeditor/feature.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-eclipse-feature-deployeditor/feature.xml Fri May 14 20:05:51 2010
@@ -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>

Modified: uima/uima-as/branches/mavenAlign/uimaj-ep-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-ep-deployeditor/pom.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-ep-deployeditor/pom.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-ep-deployeditor/pom.xml Fri May 14 20:05:51 2010
@@ -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 

Modified: uima/uima-as/branches/mavenAlign/uimaj-ep-runtime-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/branches/mavenAlign/uimaj-ep-runtime-deployeditor/pom.xml?rev=944436&r1=944435&r2=944436&view=diff
==============================================================================
--- uima/uima-as/branches/mavenAlign/uimaj-ep-runtime-deployeditor/pom.xml (original)
+++ uima/uima-as/branches/mavenAlign/uimaj-ep-runtime-deployeditor/pom.xml Fri May 14 20:05:51 2010
@@ -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