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 2013/12/18 17:48:13 UTC

svn commit: r1552015 - in /uima/sandbox/uima-ducc/trunk: ./ uima-ducc-agent/ uima-ducc-cli/ uima-ducc-common/ uima-ducc-duccdocs/ uima-ducc-examples/ uima-ducc-jd/ uima-ducc-orchestrator/ uima-ducc-parent/ uima-ducc-pm/ uima-ducc-rm/ uima-ducc-sm/ uima...

Author: cwiklik
Date: Wed Dec 18 16:48:13 2013
New Revision: 1552015

URL: http://svn.apache.org/r1552015
Log:
[maven-release-plugin] prepare release uima-ducc-1.0.0

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Wed Dec 18 16:48:13 2013
@@ -20,14 +20,13 @@
 <!-- This pom serves as the release top level project for the multi-module 
 	project UIMA-DUCC -->
 
-<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>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -45,13 +44,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0
     </url>
 	</scm>
 
@@ -427,8 +426,7 @@
 								</goals>
 								<configuration>
 									<target>
-										<move file="target/uima-ducc-source-release.zip"
-											tofile="target/uima-ducc-${project.version}-source-release.zip" />
+										<move file="target/uima-ducc-source-release.zip" tofile="target/uima-ducc-${project.version}-source-release.zip" />
 
 
 									</target>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml Wed Dec 18 16:48:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -37,13 +37,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-agent
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-agent
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-agent
     </url>
   </scm>
   

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml Wed Dec 18 16:48:13 2013
@@ -17,15 +17,14 @@
    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/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>uima-ducc-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
 
@@ -40,13 +39,13 @@
         cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-cli
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-cli
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-cli
     </url>
   </scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml Wed Dec 18 16:48:13 2013
@@ -17,15 +17,14 @@
    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/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>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 	
@@ -39,13 +38,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-common
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-common
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-common
     </url>
   </scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml Wed Dec 18 16:48:13 2013
@@ -17,7 +17,7 @@
   <parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -31,13 +31,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-duccdocs
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-duccdocs
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-duccdocs
     </url>
   </scm>
 
@@ -73,84 +73,69 @@
                 <configuration>
                   <target>
 
-                    <echo message="Building duccbook HTML"  />
-                    <mkdir dir="target/site/duccbook-html"  />
-                    <mkdir dir="target/site/duccbook-html/images"  />
-                    <exec executable="htlatex"
-                          dir="src/site/tex/duccbook"
-                          >
-                      <arg value="duccbook.tex"  />
+                    <echo message="Building duccbook HTML" />
+                    <mkdir dir="target/site/duccbook-html" />
+                    <mkdir dir="target/site/duccbook-html/images" />
+                    <exec executable="htlatex" dir="src/site/tex/duccbook">
+                      <arg value="duccbook.tex" />
                     </exec>
-                    <move todir="target/site/duccbook-html"
-                          overwrite="true"
-                          >
+                    <move todir="target/site/duccbook-html" overwrite="true">
                       <fileset dir="src/site/tex/duccbook">
-                        <include name="duccbook.html"  />
-                        <include name="duccbook.css"  />
+                        <include name="duccbook.html" />
+                        <include name="duccbook.css" />
                       </fileset>
                     </move>
-                    <copy todir="target/site/duccbook-html/images"
-                          overwrite="true"
-                          >
-                      <fileset dir="src/site/tex/duccbook/images/"/>
+                    <copy todir="target/site/duccbook-html/images" overwrite="true">
+                      <fileset dir="src/site/tex/duccbook/images/" />
                     </copy>
 
-                    <delete file="src/site/tex/duccbook/duccbook.4ct"/>
-                    <delete file="src/site/tex/duccbook/duccbook.4tc"/>
-                    <delete file="src/site/tex/duccbook/duccbook.aux"/>
-                    <delete file="src/site/tex/duccbook/duccbook.dvi"/>
-                    <delete file="src/site/tex/duccbook/duccbook.idv"/>
-                    <delete file="src/site/tex/duccbook/duccbook.lg"/>
-                    <delete file="src/site/tex/duccbook/duccbook.log"/>
-                    <delete file="src/site/tex/duccbook/duccbook.tmp"/>
-                    <delete file="src/site/tex/duccbook/duccbook.xref"/>
-                    <echo message="Completed duccbook HTML"  />
-
-                    <echo message="Building duccbook Installation PDF"  />
-                    <mkdir dir="target/site/duccbook-pdf"  />
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          failonerror="true"
-                          >
+                    <delete file="src/site/tex/duccbook/duccbook.4ct" />
+                    <delete file="src/site/tex/duccbook/duccbook.4tc" />
+                    <delete file="src/site/tex/duccbook/duccbook.aux" />
+                    <delete file="src/site/tex/duccbook/duccbook.dvi" />
+                    <delete file="src/site/tex/duccbook/duccbook.idv" />
+                    <delete file="src/site/tex/duccbook/duccbook.lg" />
+                    <delete file="src/site/tex/duccbook/duccbook.log" />
+                    <delete file="src/site/tex/duccbook/duccbook.tmp" />
+                    <delete file="src/site/tex/duccbook/duccbook.xref" />
+                    <echo message="Completed duccbook HTML" />
+
+                    <echo message="Building duccbook Installation PDF" />
+                    <mkdir dir="target/site/duccbook-pdf" />
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook" failonerror="true">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="-interaction=errorstopmode"  />
-                      <arg value="installation.tex"  />
+                      <arg value="-interaction=errorstopmode" />
+                      <arg value="installation.tex" />
                     </exec>
 
                     <!-- must be run twice to correctly gen the xrefs, TOC, etc. -->
                     <!-- htlatex by default runs enough to get xrefs and TOC -->
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          >
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="installation.tex"  />
+                      <arg value="installation.tex" />
                     </exec>
-                    <echo message="Completed duccbook Installation PDF"  />
+                    <echo message="Completed duccbook Installation PDF" />
 
 
-                    <echo message="Building duccbook PDF"  />
-                    <mkdir dir="target/site/duccbook-pdf"  />
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          >
+                    <echo message="Building duccbook PDF" />
+                    <mkdir dir="target/site/duccbook-pdf" />
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="duccbook.tex"  />
+                      <arg value="duccbook.tex" />
                     </exec>
 
                     <!-- must be run twice to correctly gen the xrefs, TOC, etc. -->
                     <!-- htlatex by default runs enough to get xrefs and TOC -->
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          >
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="duccbook.tex"  />
+                      <arg value="duccbook.tex" />
                     </exec>
-                    <delete file="target/site/duccbook-pdf/duccbook.aux"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.lof"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.log"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.out"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.toc"/>
-                    <echo message="Completed duccbook PDF"  />
+                    <delete file="target/site/duccbook-pdf/duccbook.aux" />
+                    <delete file="target/site/duccbook-pdf/duccbook.lof" />
+                    <delete file="target/site/duccbook-pdf/duccbook.log" />
+                    <delete file="target/site/duccbook-pdf/duccbook.out" />
+                    <delete file="target/site/duccbook-pdf/duccbook.toc" />
+                    <echo message="Completed duccbook PDF" />
 
                   </target>
                 </configuration>
@@ -180,82 +165,68 @@
                 <configuration>
                   <target>
 
-                    <echo message="Building duccbook HTML"  />
-                    <mkdir dir="target/site/duccbook-html"  />
-                    <mkdir dir="target/site/duccbook-html/images"  />
-                    <exec executable="htlatex"
-                          dir="src/site/tex/duccbook"
-                          >
-                      <arg value="duccbook.tex"  />
+                    <echo message="Building duccbook HTML" />
+                    <mkdir dir="target/site/duccbook-html" />
+                    <mkdir dir="target/site/duccbook-html/images" />
+                    <exec executable="htlatex" dir="src/site/tex/duccbook">
+                      <arg value="duccbook.tex" />
                     </exec>
-                    <move todir="target/site/duccbook-html"
-                          overwrite="true"
-                          >
+                    <move todir="target/site/duccbook-html" overwrite="true">
                       <fileset dir="src/site/tex/duccbook">
-                        <include name="duccbook.html"  />
-                        <include name="duccbook.css"  />
+                        <include name="duccbook.html" />
+                        <include name="duccbook.css" />
                       </fileset>
                     </move>
-                    <copy todir="target/site/duccbook-html/images"
-                          overwrite="true"
-                          >
-                      <fileset dir="src/site/tex/duccbook/images/"/>
+                    <copy todir="target/site/duccbook-html/images" overwrite="true">
+                      <fileset dir="src/site/tex/duccbook/images/" />
                     </copy>
 
-                    <delete file="src/site/tex/duccbook/duccbook.4ct"/>
-                    <delete file="src/site/tex/duccbook/duccbook.4tc"/>
-                    <delete file="src/site/tex/duccbook/duccbook.aux"/>
-                    <delete file="src/site/tex/duccbook/duccbook.dvi"/>
-                    <delete file="src/site/tex/duccbook/duccbook.idv"/>
-                    <delete file="src/site/tex/duccbook/duccbook.lg"/>
-                    <delete file="src/site/tex/duccbook/duccbook.log"/>
-                    <delete file="src/site/tex/duccbook/duccbook.tmp"/>
-                    <delete file="src/site/tex/duccbook/duccbook.xref"/>
-                    <echo message="Completed duccbook HTML"  />
-
-                    <echo message="Building duccbook Installation PDF"  />
-                    <mkdir dir="target/site/duccbook-pdf"  />
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          >
+                    <delete file="src/site/tex/duccbook/duccbook.4ct" />
+                    <delete file="src/site/tex/duccbook/duccbook.4tc" />
+                    <delete file="src/site/tex/duccbook/duccbook.aux" />
+                    <delete file="src/site/tex/duccbook/duccbook.dvi" />
+                    <delete file="src/site/tex/duccbook/duccbook.idv" />
+                    <delete file="src/site/tex/duccbook/duccbook.lg" />
+                    <delete file="src/site/tex/duccbook/duccbook.log" />
+                    <delete file="src/site/tex/duccbook/duccbook.tmp" />
+                    <delete file="src/site/tex/duccbook/duccbook.xref" />
+                    <echo message="Completed duccbook HTML" />
+
+                    <echo message="Building duccbook Installation PDF" />
+                    <mkdir dir="target/site/duccbook-pdf" />
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="installation.tex"  />
+                      <arg value="installation.tex" />
                     </exec>
 
                     <!-- must be run twice to correctly gen the xrefs, TOC, etc. -->
                     <!-- htlatex by default runs enough to get xrefs and TOC -->
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          >
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="installation.tex"  />
+                      <arg value="installation.tex" />
                     </exec>
-                    <echo message="Completed duccbook Installation PDF"  />
+                    <echo message="Completed duccbook Installation PDF" />
 
 
-                    <echo message="Building duccbook PDF"  />
-                    <mkdir dir="target/site/duccbook-pdf"  />
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          >
+                    <echo message="Building duccbook PDF" />
+                    <mkdir dir="target/site/duccbook-pdf" />
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="duccbook.tex"  />
+                      <arg value="duccbook.tex" />
                     </exec>
 
                     <!-- must be run twice to correctly gen the xrefs, TOC, etc. -->
                     <!-- htlatex by default runs enough to get xrefs and TOC -->
-                    <exec executable="pdflatex"
-                          dir="src/site/tex/duccbook"
-                          >
+                    <exec executable="pdflatex" dir="src/site/tex/duccbook">
                       <arg value="-output-directory=../../../../target/site/duccbook-pdf" />
-                      <arg value="duccbook.tex"  />
+                      <arg value="duccbook.tex" />
                     </exec>
-                    <delete file="target/site/duccbook-pdf/duccbook.aux"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.lof"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.log"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.out"/>
-                    <delete file="target/site/duccbook-pdf/duccbook.toc"/>
-                    <echo message="Completed duccbook PDF"  />
+                    <delete file="target/site/duccbook-pdf/duccbook.aux" />
+                    <delete file="target/site/duccbook-pdf/duccbook.lof" />
+                    <delete file="target/site/duccbook-pdf/duccbook.log" />
+                    <delete file="target/site/duccbook-pdf/duccbook.out" />
+                    <delete file="target/site/duccbook-pdf/duccbook.toc" />
+                    <echo message="Completed duccbook PDF" />
 
                   </target>
                 </configuration>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml Wed Dec 18 16:48:13 2013
@@ -23,7 +23,7 @@
    <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -38,13 +38,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-examples
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-examples
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-examples
     </url>
   </scm>
   

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml Wed Dec 18 16:48:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
 
@@ -37,13 +37,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-jd
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-jd
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-jd
     </url>
   </scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml Wed Dec 18 16:48:13 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
     
@@ -38,13 +38,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-orchestrator
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-orchestrator
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-orchestrator
     </url>
   </scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Wed Dec 18 16:48:13 2013
@@ -17,8 +17,7 @@
    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/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>
@@ -29,7 +28,7 @@
 	</parent>
 
 	<artifactId>uima-ducc-parent</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.0.0</version>
 	<packaging>pom</packaging>
 
 	<!-- Special inheritance note even though the <scm> element that follows 
@@ -39,13 +38,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-parent
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-parent
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-parent
     </url>
 	</scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml Wed Dec 18 16:48:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -37,13 +37,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-pm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-pm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-pm
     </url>
   </scm>
   

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml Wed Dec 18 16:48:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -37,13 +37,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-rm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-rm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-rm
     </url>
   </scm>
   

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml Wed Dec 18 16:48:13 2013
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -31,13 +31,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-sm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-sm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-sm
     </url>
   </scm>
   

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml Wed Dec 18 16:48:13 2013
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
   
@@ -29,13 +29,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-spawn
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-spawn
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-spawn
     </url>
   </scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml Wed Dec 18 16:48:13 2013
@@ -17,15 +17,14 @@
    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/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>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
     <!-- Inherits groupid and version from the parent pom project coordinates -->
@@ -39,13 +38,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-transport
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-transport
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-transport
     </url>
   </scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml?rev=1552015&r1=1552014&r2=1552015&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml Wed Dec 18 16:48:13 2013
@@ -17,14 +17,13 @@
    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">
+<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>uima-ducc-parent</artifactId>
 		<groupId>org.apache.uima</groupId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -40,13 +39,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-web
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-web
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-web
     </url>
   </scm>