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/06/23 15:40:41 UTC

svn commit: r957195 - in /uima/build/trunk: aggregate-parent-poms/ parent-poms/parent-pom-annotator/ parent-poms/parent-pom-distr/ parent-poms/parent-pom-docbook/ parent-poms/parent-pom-eclipse-plugins-ibm-notice/ parent-poms/parent-pom-eclipse-plugins...

Author: schor
Date: Wed Jun 23 13:40:40 2010
New Revision: 957195

URL: http://svn.apache.org/viewvc?rev=957195&view=rev
Log:
[maven-release-plugin] prepare release aggregate-parent-poms-1

Modified:
    uima/build/trunk/aggregate-parent-poms/pom.xml
    uima/build/trunk/parent-poms/parent-pom-annotator/pom.xml
    uima/build/trunk/parent-poms/parent-pom-distr/pom.xml
    uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml
    uima/build/trunk/parent-poms/parent-pom-eclipse-plugins-ibm-notice/pom.xml
    uima/build/trunk/parent-poms/parent-pom-eclipse-plugins/pom.xml
    uima/build/trunk/parent-poms/parent-pom-ibm-notice/pom.xml
    uima/build/trunk/parent-poms/parent-pom-single-project/pom.xml
    uima/build/trunk/uima-assembly-single-project/pom.xml
    uima/build/trunk/uima-build-helper-maven-plugin/pom.xml
    uima/build/trunk/uima-docbook-resource-bundle/pom.xml
    uima/build/trunk/uima-jar-resource-bundle/pom.xml

Modified: uima/build/trunk/aggregate-parent-poms/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/aggregate-parent-poms/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/aggregate-parent-poms/pom.xml (original)
+++ uima/build/trunk/aggregate-parent-poms/pom.xml Wed Jun 23 13:40:40 2010
@@ -18,9 +18,7 @@
    under the License.    
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
   
   <parent>
@@ -32,7 +30,7 @@
   
 	<artifactId>aggregate-parent-poms</artifactId>
 	<packaging>pom</packaging>
-	<version>1-SNAPSHOT</version>
+	<version>1</version>
 	<name>UIMA Aggregate: ${project.artifactId}</name>
   <description>This aggregates all the parent poms for convenience</description>
   <url>${uimaWebsiteUrl}</url>
@@ -47,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/aggregate-parent-poms
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/aggregate-parent-poms
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/aggregate-parent-poms
     </url>
   </scm>
   

Modified: uima/build/trunk/parent-poms/parent-pom-annotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-annotator/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-annotator/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-annotator/pom.xml Wed Jun 23 13:40:40 2010
@@ -30,20 +30,18 @@
            Specified as scope compile or runtime causes these to be included in Pear lib dir
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom-docbook</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <relativePath>../parent-pom-docbook</relativePath>
   </parent>
 
   <artifactId>parent-pom-annotator</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
   <packaging>pom</packaging> 
   <name>UIMA ${project.artifactId}</name>
   <description>Holds common, factored out settings for annotators</description>
@@ -59,13 +57,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-annotator
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-annotator
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-annotator
     </url>
   </scm>
   

Modified: uima/build/trunk/parent-poms/parent-pom-distr/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-distr/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-distr/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-distr/pom.xml Wed Jun 23 13:40:40 2010
@@ -21,9 +21,7 @@
 <!-- this parent has common configuration for building official
      release distributions -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
@@ -35,7 +33,7 @@
 
   <artifactId>parent-pom-distr</artifactId>
   <packaging>pom</packaging>
-  <version>1-SNAPSHOT</version> 
+  <version>1</version> 
 
   <name>UIMA ${project.artifactId}</name>
   <description>UIMA Parent Pom for Release distributions</description>
@@ -51,13 +49,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-distr
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-distr
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-distr
     </url>
   </scm>
 

Modified: uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml Wed Jun 23 13:40:40 2010
@@ -22,9 +22,7 @@
      for docbook processing 
      (if the leaf POM has src/docbook) -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
@@ -36,7 +34,7 @@
 
   <artifactId>parent-pom-docbook</artifactId>
   <packaging>pom</packaging>
-  <version>1-SNAPSHOT</version> 
+  <version>1</version> 
 
   <name>UIMA ${project.artifactId}</name>
   <description>UIMA Parent Pom for Docbook documentation.</description>
@@ -52,13 +50,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-docbook
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-docbook
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-docbook
     </url>
   </scm>
 
@@ -246,9 +244,8 @@
                 <phase>prepare-package</phase>
                 <configuration>
                   <tasks>
-                    <unzip src="${dolRepo}/${dolZip}" 
-                           dest="${dolRepo}/docbook-olink" 
-                           overwrite="false"/>
+                    <unzip src="${dolRepo}/${dolZip}" dest="${dolRepo}/docbook-olink" 
+                           overwrite="false" />
                   </tasks>
                 </configuration>
               </execution>
@@ -311,7 +308,7 @@
                         Arial-normal-normal font
                     </fo:inline>
                     for the font triplet specified by:
-                    <font-triplet name="Arial" style="normal" weight="bold"/>
+                    <font-triplet name="Arial" style="normal" weight="bold" />
             
                     If you do not want to embed the font in the pdf document
                     then do not include the "embed-url" attribute.
@@ -326,12 +323,12 @@
             
                     <!--
                     <font metrics-url="arial.xml" kerning="yes" embed-url="arial.ttf">
-                      <font-triplet name="Arial" style="normal" weight="normal"/>
-                      <font-triplet name="ArialMT" style="normal" weight="normal"/>
+                      <font-triplet name="Arial" style="normal" weight="normal" />
+                      <font-triplet name="ArialMT" style="normal" weight="normal" />
                     </font>
                     <font metrics-url="arialb.xml" kerning="yes" embed-url="arialb.ttf">
-                      <font-triplet name="Arial" style="normal" weight="bold"/>
-                      <font-triplet name="ArialMT" style="normal" weight="bold"/>
+                      <font-triplet name="Arial" style="normal" weight="bold" />
+                      <font-triplet name="ArialMT" style="normal" weight="bold" />
                     </font>
                     -->
                     

Modified: uima/build/trunk/parent-poms/parent-pom-eclipse-plugins-ibm-notice/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-eclipse-plugins-ibm-notice/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-eclipse-plugins-ibm-notice/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-eclipse-plugins-ibm-notice/pom.xml Wed Jun 23 13:40:40 2010
@@ -20,21 +20,19 @@
 
 <!-- this is the common parent pom for the uima java sdk -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom-eclipse-plugins</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <relativePath>../parent-pom-eclipse-plugins</relativePath>
   </parent>
 
   <artifactId>parent-pom-eclipse-plugins-ibm-notice</artifactId>
   <packaging>pom</packaging>
-  <version>1-SNAPSHOT</version> 
+  <version>1</version> 
   <name>UIMA ${project.artifactId}</name>
   <description>Adds the IBM Copyright to the Notice file for selected source files</description>
   <url>${uimaWebsiteUrl}</url>
@@ -49,13 +47,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-eclipse-plugins-ibm-notice
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-eclipse-plugins-ibm-notice
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-eclipse-plugins-ibm-notice
     </url>
   </scm>
   

Modified: uima/build/trunk/parent-poms/parent-pom-eclipse-plugins/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-eclipse-plugins/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-eclipse-plugins/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-eclipse-plugins/pom.xml Wed Jun 23 13:40:40 2010
@@ -23,20 +23,18 @@
      This POM refers to the parent-pom-docbook as its parent
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom-docbook</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <relativePath>../parent-pom-docbook</relativePath>
   </parent>
 
   <artifactId>parent-pom-eclipse-plugins</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
   <packaging>pom</packaging> 
   <name>UIMA ${project.artifactId}</name>
   <description>Holds common, factored out settings for eclipse plugins</description>
@@ -52,13 +50,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-eclipse-plugins
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-eclipse-plugins
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-eclipse-plugins
     </url>
   </scm>
   
@@ -116,15 +114,15 @@
                 <!-- turn off unneeded executions --> 
                 <execution>
                   <id>default-deploy</id>
-                  <phase/>
+                  <phase />
                 </execution>
                 <execution>
                   <id>default-install</id>
-                  <phase/>
+                  <phase />
                 </execution>
                 <execution>
                   <id>default-bundle</id>
-                  <phase/>
+                  <phase />
                 </execution>
               </executions>
             </plugin>

Modified: uima/build/trunk/parent-poms/parent-pom-ibm-notice/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-ibm-notice/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-ibm-notice/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-ibm-notice/pom.xml Wed Jun 23 13:40:40 2010
@@ -20,21 +20,19 @@
 
 <!-- this is the common parent pom for the uima java sdk -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom-docbook</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <relativePath>../parent-pom-docbook</relativePath>
   </parent>
 
   <artifactId>parent-pom-ibm-notice</artifactId>
   <packaging>pom</packaging>
-  <version>1-SNAPSHOT</version> 
+  <version>1</version> 
 
   <name>UIMA ${project.artifactId}</name>
   <description>Adds the IBM Copyright to the Notice file for selected source files</description>
@@ -50,13 +48,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-ibm-notice
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-ibm-notice
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-ibm-notice
     </url>
   </scm>
 

Modified: uima/build/trunk/parent-poms/parent-pom-single-project/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-single-project/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-single-project/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-single-project/pom.xml Wed Jun 23 13:40:40 2010
@@ -45,20 +45,18 @@
            bin - sets execution flags
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom-docbook</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <relativePath>../parent-pom-docbook</relativePath>
   </parent>
 
   <artifactId>parent-pom-single-project</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
   <packaging>pom</packaging>
   <name>UIMA ${project.artifactId}</name>
   <description>Holds common, factored out settings for projects built as single projects</description>
@@ -74,13 +72,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-single-project
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-single-project
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/parent-poms/parent-pom-single-project
     </url>
   </scm>
   

Modified: uima/build/trunk/uima-assembly-single-project/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-assembly-single-project/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/uima-assembly-single-project/pom.xml (original)
+++ uima/build/trunk/uima-assembly-single-project/pom.xml Wed Jun 23 13:40:40 2010
@@ -46,9 +46,7 @@
            bin - sets execution flags
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -59,7 +57,7 @@
   </parent>
 
   <artifactId>uima-assembly-single-project</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
   <name>UIMA ${project.artifactId}</name>
   <description>assembly descriptor for single-project</description>
   <url>${uimaWebsiteUrl}</url>
@@ -74,13 +72,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-assembly-single-project
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-assembly-single-project
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/uima-assembly-single-project
     </url>
   </scm>
   

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=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/uima-build-helper-maven-plugin/pom.xml (original)
+++ uima/build/trunk/uima-build-helper-maven-plugin/pom.xml Wed Jun 23 13:40:40 2010
@@ -1,112 +1,111 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one
-   or more contributor license agreements.  See the NOTICE file
-   distributed with this work for additional information
-   regarding copyright ownership.  The ASF licenses this file
-   to you under the Apache License, Version 2.0 (the
-   "License"); you may not use this file except in compliance
-   with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing,
-   software distributed under the License is distributed on an
-   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   KIND, either express or implied.  See the License for the
-   specific language governing permissions and limitations
-   under the License.    
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>parent-pom-top</artifactId>
-    <groupId>org.apache.uima</groupId>
-    <version>2</version>
-  </parent>
-  
-  <artifactId>uima-build-helper-maven-plugin</artifactId>
-  <version>1-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
-
-  <inceptionYear>2010</inceptionYear>
-  <name>UIMA ${project.artifactId}</name>
-  <description>UIMA build helper maven plugin</description>
-  
-  <url>${uimaWebsiteUrl}</url>
-  
-  <!-- Special inheritance note
-       even though the <scm> element that follows is exactly the 
-       same as those in super poms, it cannot be inherited because 
-       there is some special code that computes the connection elements
-       from the chain of parent poms, if this is omitted. 
-       
-       Keeping this a bit factored allows cutting/pasting the <scm>
-       element, and just changing the following two properties -->  
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmRoot>build</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-      <version>2.0.9</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0.9</version>
-    </dependency>
-    
-      
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.5.1</version>
-        <configuration>
-          <!-- drop maven-plugin per maven conventions -->
-          <goalPrefix>uima-build-helper</goalPrefix>
-        </configuration>
-        <executions>
-          <execution>
-            <id>generated-helpmojo</id>
-            <goals>
-              <goal>helpmojo</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>parent-pom-top</artifactId>
+    <groupId>org.apache.uima</groupId>
+    <version>2</version>
+  </parent>
+  
+  <artifactId>uima-build-helper-maven-plugin</artifactId>
+  <version>1</version>
+  <packaging>maven-plugin</packaging>
+
+  <inceptionYear>2010</inceptionYear>
+  <name>UIMA ${project.artifactId}</name>
+  <description>UIMA build helper maven plugin</description>
+  
+  <url>${uimaWebsiteUrl}</url>
+  
+  <!-- Special inheritance note
+       even though the <scm> element that follows is exactly the 
+       same as those in super poms, it cannot be inherited because 
+       there is some special code that computes the connection elements
+       from the chain of parent poms, if this is omitted. 
+       
+       Keeping this a bit factored allows cutting/pasting the <scm>
+       element, and just changing the following two properties -->  
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-build-helper-maven-plugin
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-build-helper-maven-plugin
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/uima-build-helper-maven-plugin
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmRoot>build</uimaScmRoot>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    
+      
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.5.1</version>
+        <configuration>
+          <!-- drop maven-plugin per maven conventions -->
+          <goalPrefix>uima-build-helper</goalPrefix>
+        </configuration>
+        <executions>
+          <execution>
+            <id>generated-helpmojo</id>
+            <goals>
+              <goal>helpmojo</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: uima/build/trunk/uima-docbook-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-docbook-resource-bundle/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/uima-docbook-resource-bundle/pom.xml (original)
+++ uima/build/trunk/uima-docbook-resource-bundle/pom.xml Wed Jun 23 13:40:40 2010
@@ -27,7 +27,7 @@
   </parent>
   
   <artifactId>uima-docbook-resource-bundle</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
   <name>UIMA Docbooks shared resources</name>
   <description>An archive which contains various shared resources used by
     docbook processing</description>
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-docbook-resource-bundle
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-docbook-resource-bundle
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/uima-docbook-resource-bundle
     </url>
   </scm>
   
@@ -136,8 +136,8 @@
             <configuration>
               <tasks>
                 <copy todir="src/main/resources/docbook-shared/titlepage">
-                  <fileset dir="${project.build.directory}/generated-resources/xml/xslt"/>
-                  <globmapper from="*.xml" to="*.xsl"/>
+                  <fileset dir="${project.build.directory}/generated-resources/xml/xslt" />
+                  <globmapper from="*.xml" to="*.xsl" />
                 </copy>
               </tasks>
             </configuration>

Modified: uima/build/trunk/uima-jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-jar-resource-bundle/pom.xml?rev=957195&r1=957194&r2=957195&view=diff
==============================================================================
--- uima/build/trunk/uima-jar-resource-bundle/pom.xml (original)
+++ uima/build/trunk/uima-jar-resource-bundle/pom.xml Wed Jun 23 13:40:40 2010
@@ -27,7 +27,7 @@
   </parent>
   
   <artifactId>uima-jar-resource-bundle</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
   <name>UIMA Jar shared resources</name>
   <description>An archive which contains templates for generating 
     the necessary license files and notices for all Apache releases.
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-jar-resource-bundle
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/aggregate-parent-poms-1/uima-jar-resource-bundle
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/build/tags/aggregate-parent-poms-1/uima-jar-resource-bundle
     </url>
   </scm>