[uima-ruta] tag ruta-3.3.0 created (now 646a6f24)

2023-02-24 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to tag ruta-3.3.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


  at 646a6f24 (commit)
No new revisions were added by this update.



svn commit: r1907851 - in /uima/site/trunk/uima-website: docs/ docs/d/ruta-current/ docs/d/ruta-current/issuesFixed/ xdocs/ xdocs/stylesheets/

2023-02-24 Thread rec
Author: rec
Date: Fri Feb 24 10:45:24 2023
New Revision: 1907851

URL: http://svn.apache.org/viewvc?rev=1907851=rev
Log:
No issue: UIMA Ruta 3.3.0 release

Added:

uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.html 
  (with props)
Removed:

uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/jira-report.html
Modified:
uima/site/trunk/uima-website/docs/d/ruta-current/README.md
uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md
uima/site/trunk/uima-website/docs/d/ruta-current/tools.ruta.book.html
uima/site/trunk/uima-website/docs/d/ruta-current/tools.ruta.book.pdf
uima/site/trunk/uima-website/docs/downloads.html
uima/site/trunk/uima-website/docs/news.html
uima/site/trunk/uima-website/docs/ruta.html
uima/site/trunk/uima-website/xdocs/news.xml
uima/site/trunk/uima-website/xdocs/ruta.xml
uima/site/trunk/uima-website/xdocs/stylesheets/project.xml

Modified: uima/site/trunk/uima-website/docs/d/ruta-current/README.md
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/README.md?rev=1907851=1907850=1907851=diff
==
--- uima/site/trunk/uima-website/docs/d/ruta-current/README.md (original)
+++ uima/site/trunk/uima-website/docs/d/ruta-current/README.md Fri Feb 24 
10:45:24 2023
@@ -69,28 +69,25 @@ and, therefore, enable semi-automatic de
 **Query:** Rules can be used as query statements in order to investigate 
annotated documents.
 
 
-The UIMA Ruta Workbench can be installed via Eclipse update sites:
-
-* for UIMA 2: https://downloads.apache.org/uima/eclipse-update-site/;>https://downloads.apache.org/uima/eclipse-update-site/
-* for UIMA 3: https://downloads.apache.org/uima/eclipse-update-site-v3/;>https://downloads.apache.org/uima/eclipse-update-site-v3/
+The UIMA Ruta Workbench can be installed via Eclipse update site 
[https://downloads.apache.org/uima/eclipse-update-site-v3](https://downloads.apache.org/uima/eclipse-update-site-v3).
 
 
 Building from the Source Distribution
 -
 
-We use Maven 3.0 and Java 8 or later for building; download this if needed, 
-and set the environment variable MAVEN_OPTS to -Xmx800m.
+We use Maven 3.6.3 and Java 11 or later for building; download this if needed, 
+and set the environment variable `MAVEN_OPTS` to `-Xmx800m`.
 
 Then do the build by going into the UIMA Ruta directory, and issuing the 
command

mvn clean install

-This builds everything except the ...source-release.zip file. If you want that,
+This builds everything except the `...source-release.zip` file. If you want 
that,
 change the command to 
 
mvn clean install -Papache-release

-For more details, please see https://uima.apache.org/building-uima.html   
+For more details, please see 
[https://uima.apache.org/building-uima.html](https://uima.apache.org/building-uima.html).
 
 
 How to Get Involved
@@ -105,7 +102,7 @@ How to Report Issues
 
 
 The Apache UIMA project uses JIRA for issue tracking. Please report any issues 
you find at 
-[our issue tracker](http://issues.apache.org/jira/browse/uima).
+[our issue tracker](https://github.com/apache/uima-ruta/issues).
 
 
 Useful tips
@@ -163,4 +160,4 @@ If you use UIMA Ruta to support academic
   doi = {10.1017/S1351324914000114},
   URL = {https://journals.cambridge.org/article_S1351324914000114},
 }
-
\ No newline at end of file
+

Modified: uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md?rev=1907851=1907850=1907851=diff
==
--- uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md (original)
+++ uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md Fri Feb 
24 10:45:24 2023
@@ -19,7 +19,7 @@
 ***
 -->

-# Apache UIMA Ruta (TM) v3.2.0
+# Apache UIMA Ruta (TM) v3.3.0
 
 Apache UIMA Ruta is a rule-based script language supported by 
Eclipse-based tooling.
 The language is designed to enable rapid development of text processing 
applications within Apache UIMA. 
@@ -30,30 +30,33 @@ Ruta rule language and the Ruta Workbenc
 
 This is a feature and bugfix release.
 
-## Notable changes in this release
-
-* [UIMA-6411] - Avoid creation of `RutaBasics` for bad annotations
-* [UIMA-6406] - Removing an annotation inside a `BLOCK` only takes effect 
outside the block
-* [UIMA-6408] - No type check of features in `TRANSFER`
-* [UIMA-6409] - Possible endless wildcard lookahead in combination with 
subtokens
-* [UIMA-6414] - Missing match for optional after sidestep out of composed
-* [UIMA-6404] - `@` with quantifier ignores matches
-* [UIMA-6405] - Local variable not captured properly in a wildcard matching 

[uima-ruta] 01/01: Merge pull request #126 from apache/release/125-Apache-UIMA-Ruta-3.3.0

2023-02-24 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 646a6f2401529017042605da61739b1d48594214
Merge: 6454d49f a0ae6d7a
Author: Richard Eckart de Castilho 
AuthorDate: Fri Feb 24 11:23:43 2023 +0100

Merge pull request #126 from apache/release/125-Apache-UIMA-Ruta-3.3.0

Issue #125: Apache UIMA Ruta 3.3.0

 README.md  |  17 +-
 RELEASE_NOTES.md   |  43 +-
 .../ruta-ep-example-extensions/pom.xml |   2 +-
 example-projects/ruta-maven-example/pom.xml|   2 +-
 pom.xml|  12 +-
 ruta-core-ext/pom.xml  |   2 +-
 ruta-core/pom.xml  |   2 +-
 ruta-docbook/pom.xml   |   2 +-
 ruta-eclipse-feature/feature.xml   |   2 +-
 ruta-eclipse-feature/pom.xml   |  16 +-
 ruta-eclipse-update-site/category.xml  |   2 +-
 ruta-eclipse-update-site/pom.xml   |   4 +-
 ruta-ep-addons/pom.xml |   2 +-
 ruta-ep-caseditor/pom.xml  |   2 +-
 ruta-ep-core-ext/pom.xml   |   2 +-
 ruta-ep-engine/pom.xml |  14 +-
 ruta-ep-engine/src/main/readme_bin/LICENSE |   8 +-
 ruta-ep-engine/src/main/readme_bin/NOTICE  |   8 +-
 ruta-ep-ide-ui/pom.xml |   2 +-
 ruta-ep-ide/pom.xml|   2 +-
 ruta-ep-parent/pom.xml |   2 +-
 ruta-ep-textruler/pom.xml  |   2 +-
 ruta-maven-archetype/pom.xml   |   2 +-
 ruta-maven-plugin/pom.xml  |   2 +-
 ruta-parent/pom.xml| 556 ++---
 25 files changed, 332 insertions(+), 378 deletions(-)



[uima-ruta] branch main updated (6454d49f -> 646a6f24)

2023-02-24 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


from 6454d49f Merge pull request #124 from 
apache/refactoring/122-Resolve-split-package-between-ruta-core-and-ruta-core-ext
 add 94bd5b1a Issue #125: Apache UIMA Ruta 3.3.0
 add 12fb9005 Issue #125: Apache UIMA Ruta 3.3.0
 add 5977c9e0 Issue #125: Apache UIMA Ruta 3.3.0
 add c26e512e Issue #125: Apache UIMA Ruta 3.3.0
 add 87a14cba Issue #125: Apache UIMA Ruta 3.3.0
 add 8443b500 Issue #125: Apache UIMA Ruta 3.3.0
 add a516b8e3 Issue #125: Apache UIMA Ruta 3.3.0
 add 1df286fd [maven-release-plugin] prepare release ruta-3.3.0
 add a0ae6d7a [maven-release-plugin] prepare for next development iteration
 new 646a6f24 Merge pull request #126 from 
apache/release/125-Apache-UIMA-Ruta-3.3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md  |  17 +-
 RELEASE_NOTES.md   |  43 +-
 .../ruta-ep-example-extensions/pom.xml |   2 +-
 example-projects/ruta-maven-example/pom.xml|   2 +-
 pom.xml|  12 +-
 ruta-core-ext/pom.xml  |   2 +-
 ruta-core/pom.xml  |   2 +-
 ruta-docbook/pom.xml   |   2 +-
 ruta-eclipse-feature/feature.xml   |   2 +-
 ruta-eclipse-feature/pom.xml   |  16 +-
 ruta-eclipse-update-site/category.xml  |   2 +-
 ruta-eclipse-update-site/pom.xml   |   4 +-
 ruta-ep-addons/pom.xml |   2 +-
 ruta-ep-caseditor/pom.xml  |   2 +-
 ruta-ep-core-ext/pom.xml   |   2 +-
 ruta-ep-engine/pom.xml |  14 +-
 ruta-ep-engine/src/main/readme_bin/LICENSE |   8 +-
 ruta-ep-engine/src/main/readme_bin/NOTICE  |   8 +-
 ruta-ep-ide-ui/pom.xml |   2 +-
 ruta-ep-ide/pom.xml|   2 +-
 ruta-ep-parent/pom.xml |   2 +-
 ruta-ep-textruler/pom.xml  |   2 +-
 ruta-maven-archetype/pom.xml   |   2 +-
 ruta-maven-plugin/pom.xml  |   2 +-
 ruta-parent/pom.xml| 556 ++---
 25 files changed, 332 insertions(+), 378 deletions(-)



[uima-ruta] annotated tag rel/ruta-3.3.0 updated (1df286fd -> baef9d54)

2023-02-24 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to annotated tag rel/ruta-3.3.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


*** WARNING: tag rel/ruta-3.3.0 was modified! ***

from 1df286fd (commit)
  to baef9d54 (tag)
 tagging 1df286fd243014aa76108b3e8c97b09ce934b89d (commit)
 replaces marker
  by noname
  on Fri Feb 24 09:44:06 2023 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



svn commit: r60308 - in /release/uima: eclipse-update-site-v3/ruta/ ruta-3.3.0/eclipse-update-site/

2023-02-24 Thread rec
Author: rec
Date: Fri Feb 24 08:43:31 2023
New Revision: 60308

Log:
Installing Ruta 3.3.0 update site from accepted RC1

Added:
release/uima/eclipse-update-site-v3/ruta/
  - copied from r60307, release/uima/ruta-3.3.0/eclipse-update-site/
Removed:
release/uima/ruta-3.3.0/eclipse-update-site/



svn commit: r60307 - /release/uima/eclipse-update-site-v3/ruta/

2023-02-24 Thread rec
Author: rec
Date: Fri Feb 24 08:42:35 2023
New Revision: 60307

Log:
Removing previous update site to make space for new one

Removed:
release/uima/eclipse-update-site-v3/ruta/



svn commit: r60306 - /release/uima/archive-eclipse-update-site/ruta-3.2.0/

2023-02-24 Thread rec
Author: rec
Date: Fri Feb 24 08:42:01 2023
New Revision: 60306

Log:
Create eclipse plugin archive for ruta 3.2.0

Added:
release/uima/archive-eclipse-update-site/ruta-3.2.0/
  - copied from r60305, release/uima/eclipse-update-site-v3/ruta/



svn commit: r60305 - /dev/uima/ruta-3.3.0-RC-202302131513-1df286f/ /release/uima/ruta-3.3.0/

2023-02-24 Thread rec
Author: rec
Date: Fri Feb 24 08:41:07 2023
New Revision: 60305

Log:
Move final release candidate to dist spot

Added:
release/uima/ruta-3.3.0/
  - copied from r60304, dev/uima/ruta-3.3.0-RC-202302131513-1df286f/
Removed:
dev/uima/ruta-3.3.0-RC-202302131513-1df286f/