Author: pkluegl
Date: Fri Jan 10 12:47:14 2014
New Revision: 1557105
URL: http://svn.apache.org/r1557105
Log:
UIMA-3539
- updated version and release notes
Modified:
uima/ruta/trunk/README
uima/ruta/trunk/RELEASE_NOTES.html
uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
uima/ruta/trunk/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-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-textruler/pom.xml
uima/ruta/trunk/ruta-parent/pom.xml
Modified: uima/ruta/trunk/README
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/README?rev=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/README (original)
+++ uima/ruta/trunk/README Fri Jan 10 12:47:14 2014
@@ -1,5 +1,5 @@
-Apache UIMA Ruta v2.1.0
+Apache UIMA Ruta v2.2.0
-------------------------------------------------------------------------
Building from the Source Distribution
Modified: uima/ruta/trunk/RELEASE_NOTES.html
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/RELEASE_NOTES.html?rev=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/RELEASE_NOTES.html (original)
+++ uima/ruta/trunk/RELEASE_NOTES.html Fri Jan 10 12:47:14 2014
@@ -20,10 +20,10 @@
***************************************************************
-->
<head>
- <title>Apache UIMA Ruta v2.1.0 Release Notes</title>
+ <title>Apache UIMA Ruta v2.2.0 Release Notes</title>
</head>
<body>
-<h1>Apache UIMA™ Ruta v2.1.0 Release Notes</h1>
+<h1>Apache UIMA™ Ruta v2.2.0 Release Notes</h1>
<h2>Contents</h2>
<p>
@@ -50,28 +50,13 @@
<h3>UIMA Ruta Language and Analysis Engine:</h3>
<ul>
<li>
- Combinations of rule elements that specify no sequential constraint
+ Major speed improvements
</li>
<li>
- Rule elements with inlined rules, which are interpreted as "actions" or
"conditions"
+ Improved import type functionality and handling of ambiguous short names
</li>
<li>
- Dot notation for accessing features, also available as matching conditions
- </li>
- <li>
- Implicit actions and conditions
- </li>
- <li>
- New analysis engines for CAS manipulation
- </li>
- <li>
- Direct import of uimaFIT analysis engines without descriptor
- </li>
- <li>
- RutaEngine is now a uimaFIT component
- </li>
- <li>
- Manual specification of the start anchor for a rule match
+ Options to select where the next match should start
</li>
<li>
Many bug fixes
@@ -80,22 +65,7 @@
<h3>UIMA Ruta Workbench:</h3>
<ul>
<li>
- Compatible with uimaj 2.4.2 and Eclipse Kepler
- </li>
- <li>
- New framework for constraint-driven evaluation
- </li>
- <li>
- Two new rule learning algorithms for the TextRuler Framework
- </li>
- <li>
- New views, e.g., Annotation Check and Html viewer
- </li>
- <li>
- Combinations with java projects
- </li>
- <li>
- Open CAS Editor at Eclipse startup causes less problems
+ Smaller improvements in many views
</li>
<li>
Many bug fixes
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=1557105&r1=1557104&r2=1557105&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 Fri Jan
10 12:47:14 2014
@@ -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.2.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.2.0-SNAPSHOT</version>
<relativePath>../../ruta-parent/pom.xml</relativePath>
</parent>
<properties>
Modified: uima/ruta/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/pom.xml?rev=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/pom.xml (original)
+++ uima/ruta/trunk/pom.xml Fri Jan 10 12:47:14 2014
@@ -12,14 +12,14 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.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.2.0-SNAPSHOT</version>
<name>Apache UIMA Ruta: ${project.artifactId}</name>
<description>The top project for Apache UIMA Ruta</description>
<url>${uimaWebsiteUrl}</url>
Modified: uima/ruta/trunk/ruta-core/pom.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/pom.xml?rev=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/ruta/trunk/ruta-core/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.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=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/pom.xml (original)
+++ uima/ruta/trunk/ruta-docbook/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.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=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-eclipse-feature/pom.xml (original)
+++ uima/ruta/trunk/ruta-eclipse-feature/pom.xml Fri Jan 10 12:47:14 2014
@@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>
<artifactId>ruta-eclipse-feature</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<name>Apache UIMA Ruta Eclipse: ${project.artifactId}</name>
<description>UIMA Eclipse Plugin Feature that
Modified: uima/ruta/trunk/ruta-ep-addons/pom.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons/pom.xml?rev=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-addons/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../ruta-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=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-caseditor/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../ruta-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=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-engine/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-engine/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.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=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide-ui/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-ide-ui/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../ruta-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=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-ide/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>
<properties>
Modified: uima/ruta/trunk/ruta-ep-textruler/pom.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-textruler/pom.xml?rev=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-textruler/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-textruler/pom.xml Fri Jan 10 12:47:14 2014
@@ -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.2.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.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=1557105&r1=1557104&r2=1557105&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Fri Jan 10 12:47:14 2014
@@ -31,7 +31,7 @@
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<packaging>pom</packaging>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<name>Apache UIMA Ruta: ${project.artifactId}</name>
<url>${uimaWebsiteUrl}</url>