Author: schor
Date: Sun Nov 20 20:49:42 2011
New Revision: 1204248

URL: http://svn.apache.org/viewvc?rev=1204248&view=rev
Log:
[UIMA-2290] also for top parent pom change JiraIssuesVersion to correspond to 
version 3 of the parent pom

Modified:
    uima/build/trunk/parent-pom/pom.xml
    uima/build/trunk/uima-build-helper-maven-plugin/pom.xml
    uima/build/trunk/uima-build-resources/pom.xml
    uima/build/trunk/uima-docbook-olink/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1204248&r1=1204247&r2=1204248&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Sun Nov 20 20:49:42 2011
@@ -57,7 +57,7 @@
   <version>3-SNAPSHOT</version>
   <packaging>pom</packaging>
   
-  <name>UIMA ${project.artifactId}</name>
+  <name>Apache UIMA ${project.artifactId}</name>
   <description>UIMA (Unstructured Information Management Architecture).
     UIMA promotes community development and reuse of annotators
     that extract metadata from unstructured information (text, audio, video, 
etc.);
@@ -70,7 +70,7 @@
  
   <mailingLists>
     <mailingList>
-      <name>UIMA Development List</name>
+      <name>Apache UIMA Development List</name>
       <subscribe>dev-subscr...@uima.apache.org</subscribe>
       <unsubscribe>dev-unsubscr...@uima.apache.org</unsubscribe>
       <post>mailto:d...@uima.apache.org</post>
@@ -87,7 +87,7 @@
       </otherArchives>
     </mailingList>
     <mailingList>
-      <name>UIMA Users List</name>
+      <name>Apache UIMA Users List</name>
       <subscribe>user-subscr...@uima.apache.org</subscribe>
       <unsubscribe>user-unsubscr...@uima.apache.org</unsubscribe>
       <post>mailto:u...@uima.apache.org</post>
@@ -104,7 +104,7 @@
       </otherArchives>
     </mailingList>
     <mailingList>
-      <name>UIMA Commits List</name>
+      <name>Apache UIMA Commits List</name>
       <subscribe>commits-subscr...@uima.apache.org</subscribe>
       <unsubscribe>commits-unsubscr...@uima.apache.org</unsubscribe>
       <post>mailto:commits@uima.apache.org</post>
@@ -156,7 +156,7 @@
   <distributionManagement>
     <site>
       <id>uima.apache.org</id> <!-- following maven convention -->
-      <name>UIMA Website</name>
+      <name>Apache UIMA Website</name>
       <url>${uimaWebsiteDistributionUrl}</url>  <!-- on people.apache.org: 
/www/uima.apache.org -->
     </site>  
   </distributionManagement>
@@ -166,7 +166,7 @@
           Jira release category(ies) 
           We specify something here, because if accidentally left blank, it 
           generates a giant request for all changes -->
-    <jiraVersion>12315582</jiraVersion>  <!-- for parent-pom-1, override from 
the command line -->
+    <jiraVersion>12316057</jiraVersion>  <!-- for parent-pom-3 change for each 
release -->
     <uimaBuildResourcesVersion>3-SNAPSHOT</uimaBuildResourcesVersion>
     <uimaWebsiteUrl>http://uima.apache.org</uimaWebsiteUrl>
     
<uimaWebsiteDistributionUrl>scp://people.apache.org/www/uima.apache.org/</uimaWebsiteDistributionUrl>

Modified: uima/build/trunk/uima-build-helper-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-build-helper-maven-plugin/pom.xml?rev=1204248&r1=1204247&r2=1204248&view=diff
==============================================================================
--- uima/build/trunk/uima-build-helper-maven-plugin/pom.xml (original)
+++ uima/build/trunk/uima-build-helper-maven-plugin/pom.xml Sun Nov 20 20:49:42 
2011
@@ -32,7 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <inceptionYear>2010</inceptionYear>
-  <name>UIMA ${project.artifactId}</name>
+  <name>Apache UIMA ${project.artifactId}</name>
   <description>UIMA build helper maven plugin</description>
   
   <url>${uimaWebsiteUrl}</url>

Modified: uima/build/trunk/uima-build-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-build-resources/pom.xml?rev=1204248&r1=1204247&r2=1204248&view=diff
==============================================================================
--- uima/build/trunk/uima-build-resources/pom.xml (original)
+++ uima/build/trunk/uima-build-resources/pom.xml Sun Nov 20 20:49:42 2011
@@ -31,7 +31,7 @@
   <artifactId>uima-build-resources</artifactId>
   <version>4-SNAPSHOT</version>
   
-  <name>UIMA ${project.artifactId}</name>
+  <name>Apache UIMA ${project.artifactId}</name>
   <description>This Jar contains resources
     referred to by maven coordinates,
     needed during building

Modified: uima/build/trunk/uima-docbook-olink/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-docbook-olink/pom.xml?rev=1204248&r1=1204247&r2=1204248&view=diff
==============================================================================
--- uima/build/trunk/uima-docbook-olink/pom.xml (original)
+++ uima/build/trunk/uima-docbook-olink/pom.xml Sun Nov 20 20:49:42 2011
@@ -29,7 +29,7 @@
   <artifactId>uima-docbook-olink</artifactId>
   <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>UIMA Docbooks olink databases</name>
+  <name>Apache UIMA Docbooks olink databases</name>
   <description>This project creates and updates the 1-SNAPSHOT version
   of the docbook olink database collection.
   


Reply via email to