You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/08/31 09:10:46 UTC

svn commit: r1758557 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-addons/ ruta-ep-caseditor/ ruta-ep-core-ext/ ruta-ep-...

Author: pkluegl
Date: Wed Aug 31 09:10:46 2016
New Revision: 1758557

URL: http://svn.apache.org/viewvc?rev=1758557&view=rev
Log:
no jira - manual rollback

Modified:
    uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
    uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml
    uima/ruta/trunk/pom.xml
    uima/ruta/trunk/ruta-core-ext/pom.xml
    uima/ruta/trunk/ruta-core/pom.xml
    uima/ruta/trunk/ruta-docbook/pom.xml
    uima/ruta/trunk/ruta-eclipse-feature/pom.xml
    uima/ruta/trunk/ruta-ep-addons/pom.xml
    uima/ruta/trunk/ruta-ep-caseditor/pom.xml
    uima/ruta/trunk/ruta-ep-core-ext/pom.xml
    uima/ruta/trunk/ruta-ep-engine/pom.xml
    uima/ruta/trunk/ruta-ep-ide-ui/pom.xml
    uima/ruta/trunk/ruta-ep-ide/pom.xml
    uima/ruta/trunk/ruta-ep-parent/pom.xml
    uima/ruta/trunk/ruta-ep-textruler/pom.xml
    uima/ruta/trunk/ruta-maven-archetype/pom.xml
    uima/ruta/trunk/ruta-maven-plugin/pom.xml
    uima/ruta/trunk/ruta-parent/pom.xml

Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml (original)
+++ uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml Wed Aug 31 09:10:46 2016
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml (original)
+++ uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml Wed Aug 31 09:10:46 2016
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>ruta-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.0-SNAPSHOT</version>
 		<relativePath>../../ruta-parent/pom.xml</relativePath>
 	</parent>
 	<url>${uimaWebsiteUrl}</url>

Modified: uima/ruta/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/pom.xml (original)
+++ uima/ruta/trunk/pom.xml Wed Aug 31 09:10:46 2016
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>ruta-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/ruta/trunk/ruta-core-ext/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core-ext/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core-ext/pom.xml (original)
+++ uima/ruta/trunk/ruta-core-ext/pom.xml Wed Aug 31 09:10:46 2016
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>ruta-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.0-SNAPSHOT</version>
 		<relativePath>../ruta-parent/pom.xml</relativePath>
 	</parent>
 	<properties>

Modified: uima/ruta/trunk/ruta-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/ruta/trunk/ruta-core/pom.xml Wed Aug 31 09:10:46 2016
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-docbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/pom.xml (original)
+++ uima/ruta/trunk/ruta-docbook/pom.xml Wed Aug 31 09:10:46 2016
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <name>Apache UIMA Ruta Documentation</name>

Modified: uima/ruta/trunk/ruta-eclipse-feature/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-eclipse-feature/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-eclipse-feature/pom.xml (original)
+++ uima/ruta/trunk/ruta-eclipse-feature/pom.xml Wed Aug 31 09:10:46 2016
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
     

Modified: uima/ruta/trunk/ruta-ep-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-addons/pom.xml Wed Aug 31 09:10:46 2016
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-ep-caseditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-caseditor/pom.xml Wed Aug 31 09:10:46 2016
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-ep-core-ext/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-core-ext/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-core-ext/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-core-ext/pom.xml Wed Aug 31 09:10:46 2016
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-ep-engine/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-engine/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-engine/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-engine/pom.xml Wed Aug 31 09:10:46 2016
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-ep-ide-ui/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide-ui/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide-ui/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-ide-ui/pom.xml Wed Aug 31 09:10:46 2016
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-ep-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-ide/pom.xml Wed Aug 31 09:10:46 2016
@@ -24,7 +24,7 @@
     <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-ep-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-parent/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-parent/pom.xml Wed Aug 31 09:10:46 2016
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/ruta/trunk/ruta-ep-textruler/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-textruler/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-textruler/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-textruler/pom.xml Wed Aug 31 09:10:46 2016
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-maven-archetype/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-archetype/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-archetype/pom.xml (original)
+++ uima/ruta/trunk/ruta-maven-archetype/pom.xml Wed Aug 31 09:10:46 2016
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/ruta/trunk/ruta-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-plugin/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-plugin/pom.xml (original)
+++ uima/ruta/trunk/ruta-maven-plugin/pom.xml Wed Aug 31 09:10:46 2016
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>ruta-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.0-SNAPSHOT</version>
 		<relativePath>../ruta-parent/pom.xml</relativePath>
 	</parent>
 	<properties>

Modified: uima/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent/pom.xml?rev=1758557&r1=1758556&r2=1758557&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Wed Aug 31 09:10:46 2016
@@ -30,7 +30,7 @@
 
   <artifactId>ruta-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.5.0</version>
+  <version>2.5.0-SNAPSHOT</version>
   <name>Apache UIMA Ruta: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
   <inceptionYear>2011</inceptionYear>