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 2013/09/12 18:37:12 UTC

svn commit: r1522654 - in /uima/sandbox/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-eclipse-update-site/ ruta-ep-addons/ ruta-ep-caseditor/ ruta-ep-engine/ ruta-ep-ide-ui/ ruta-ep-ide/...

Author: pkluegl
Date: Thu Sep 12 16:37:12 2013
New Revision: 1522654

URL: http://svn.apache.org/r1522654
Log:
no jira - rollback version

Added:
    uima/sandbox/ruta/trunk/ruta-eclipse-update-site/category.xml   (with props)
Modified:
    uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
    uima/sandbox/ruta/trunk/pom.xml
    uima/sandbox/ruta/trunk/ruta-core/pom.xml
    uima/sandbox/ruta/trunk/ruta-docbook/pom.xml
    uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml
    uima/sandbox/ruta/trunk/ruta-parent/pom.xml

Modified: uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml Thu Sep 12 16:37:12 2013
@@ -21,12 +21,12 @@
 <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>
   <artifactId>ruta-ep-example-extensions</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <name>Apache UIMA Ruta: ${project.artifactId}</name>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../ruta-parent/pom.xml</relativePath>
   </parent>
   <url>${uimaWebsiteUrl}</url>

Modified: uima/sandbox/ruta/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/pom.xml (original)
+++ uima/sandbox/ruta/trunk/pom.xml Thu Sep 12 16:37:12 2013
@@ -12,14 +12,14 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>ruta-parent/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.uima</groupId>
   <artifactId>ruta</artifactId>
   <packaging>pom</packaging>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <name>Apache UIMA Ruta: ${project.artifactId}</name>
   <description>The top project for Apache UIMA Ruta</description>
   <url>${uimaWebsiteUrl}</url>

Modified: uima/sandbox/ruta/trunk/ruta-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/pom.xml Thu Sep 12 16:37:12 2013
@@ -13,11 +13,11 @@
 <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>
   <artifactId>ruta-core</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/sandbox/ruta/trunk/ruta-docbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-docbook/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-docbook/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-docbook/pom.xml Thu Sep 12 16:37:12 2013
@@ -20,12 +20,12 @@
 <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>
   <artifactId>ruta-docbook</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <name>Apache UIMA Ruta Documentation</name>

Modified: uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml Thu Sep 12 16:37:12 2013
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
     
   <artifactId>ruta-eclipse-feature</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   
   <name>Apache UIMA Ruta Eclipse: ${project.artifactId}</name>
   <description>UIMA Eclipse Plugin Feature that

Added: uima/sandbox/ruta/trunk/ruta-eclipse-update-site/category.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-update-site/category.xml?rev=1522654&view=auto
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-eclipse-update-site/category.xml (added)
+++ uima/sandbox/ruta/trunk/ruta-eclipse-update-site/category.xml Thu Sep 12 16:37:12 2013
@@ -0,0 +1,31 @@
+<?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.
+   ***************************************************************
+   -->
+<site>
+   <feature url="features/org.apache.uima.ruta.feature_2.1.0.SNAPSHOT.jar" id="org.apache.uima.ruta.feature" version="2.1.0.SNAPSHOT">
+      <category name="apache-uima-ruta"/>
+   </feature>
+   <category-def name="apache-uima-ruta" label="Apache UIMA Ruta">
+      <description>
+         Apache UIMA Ruta
+      </description>
+   </category-def>
+</site>

Propchange: uima/sandbox/ruta/trunk/ruta-eclipse-update-site/category.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml Thu Sep 12 16:37:12 2013
@@ -20,11 +20,11 @@
 <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>
   <artifactId>ruta-ep-addons</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml Thu Sep 12 16:37:12 2013
@@ -20,11 +20,11 @@
 <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>
   <artifactId>ruta-ep-caseditor</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml Thu Sep 12 16:37:12 2013
@@ -13,11 +13,11 @@
 <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>
   <artifactId>ruta-ep-engine</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml Thu Sep 12 16:37:12 2013
@@ -21,11 +21,11 @@
 <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>
   <artifactId>ruta-ep-ide-ui</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml Thu Sep 12 16:37:12 2013
@@ -21,11 +21,11 @@
 <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>
   <artifactId>ruta-ep-ide</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml Thu Sep 12 16:37:12 2013
@@ -20,11 +20,11 @@
 <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>
   <artifactId>ruta-ep-textruler</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>

Modified: uima/sandbox/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-parent/pom.xml?rev=1522654&r1=1522653&r2=1522654&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-parent/pom.xml Thu Sep 12 16:37:12 2013
@@ -31,7 +31,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>ruta-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <name>Apache UIMA Ruta: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>