You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/03/28 15:38:16 UTC

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

Author: challngr
Date: Thu Mar 28 14:38:16 2013
New Revision: 1462122

URL: http://svn.apache.org/r1462122
Log:
UIMA-2773
Update Version to 0.8.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-ducbook/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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Thu Mar 28 14:38:16 2013
@@ -20,13 +20,13 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.7.3-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
 	<artifactId>uima-ducc</artifactId>
 	<packaging>pom</packaging>
-	<version>0.7.3-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<name>Apache UIMA-DUCC: ${project.artifactId}</name>
 	<description>The top project for UIMA-DUCC</description>
 	<url>${uimaWebsiteUrl}</url>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml Thu Mar 28 14:38:16 2013
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -40,4 +40,4 @@
 	</dependencies>
 
   
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml Thu Mar 28 14:38:16 2013
@@ -16,7 +16,7 @@
   <parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.7.3-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>  
   

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml Thu Mar 28 14:38:16 2013
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.7.3-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 	
@@ -38,4 +38,4 @@
     </build>
 
 </project>
-	
\ No newline at end of file
+	

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-ducbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-ducbook/pom.xml?rev=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-ducbook/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-ducbook/pom.xml Thu Mar 28 14:38:16 2013
@@ -16,7 +16,7 @@
   <parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.7.3-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
   
@@ -29,4 +29,4 @@
     <bookNameRoot>book</bookNameRoot>
   </properties>
   
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml Thu Mar 28 14:38:16 2013
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml Thu Mar 28 14:38:16 2013
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
 
@@ -40,4 +40,4 @@
 	</dependencies>
   
   
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml Thu Mar 28 14:38:16 2013
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
     
@@ -42,4 +42,4 @@
   
     
   
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Thu Mar 28 14:38:16 2013
@@ -23,7 +23,7 @@
 
 	<groupId>org.apache.uima</groupId>
 	<artifactId>uima-ducc-parent</artifactId>
-	<version>0.7.3-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<!-- Declare version numbers for all dependencies -->
@@ -705,4 +705,4 @@
 
 
 
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml Thu Mar 28 14:38:16 2013
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -40,4 +40,4 @@
 	</dependencies>
   
 
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml Thu Mar 28 14:38:16 2013
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -39,4 +39,4 @@
 
   </dependencies>
 	  
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml Thu Mar 28 14:38:16 2013
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -45,4 +45,4 @@
 		</dependency>
 
   </dependencies>  
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml Thu Mar 28 14:38:16 2013
@@ -15,11 +15,11 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.7.3-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
   
     <artifactId>uima-ducc-spawn</artifactId>
     <packaging>pom</packaging>
 
-</project>
\ No newline at end of file
+</project>

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml Thu Mar 28 14:38:16 2013
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.7.3-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
     <!-- Inherits groupid and version from the parent pom project coordinates -->
@@ -36,4 +36,4 @@
 	</dependencies>
 
 </project>
-	
\ No newline at end of file
+	

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=1462122&r1=1462121&r2=1462122&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml Thu Mar 28 14:38:16 2013
@@ -17,7 +17,7 @@
 	<parent>
 		<artifactId>uima-ducc-parent</artifactId>
 		<groupId>org.apache.uima</groupId>
-		<version>0.7.3-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -214,4 +214,4 @@
 
 
 	</dependencies>
-</project>
\ No newline at end of file
+</project>