This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch bugfix/UIMA-6461-Wrong-argument-to-contains
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


    from ce29902d [UIMA-6461] Wrong argument to contains()
     add d69f13e8 [NO-JIRA] Set version to 3.2.0-SNAPSHOT
     add fb6a8612 [UIMA-6433] Update issue and PR templates
     add 78751c59 Merge pull request #77 from 
apache/refactoring/UIMA-6433-Update-issue-and-PR-templates
     add f64139eb Merge branch 'main' into no-issue-update-version
     add d91be242 Merge pull request #79 from apache/no-issue-update-version
     add 372c76e1 [UIMA-6426] Upgrade to UIMA Java SDK 3.3.0
     add 895ebf2b Merge pull request #82 from 
apache/UIMA-6426-Upgrade-to-UIMA-Java-SDK-3.3.0
     add 801b9688 [UIMA-6447] Update dependencies (Ruta 3.2.0)
     add a0fcb726 Merge pull request #83 from 
apache/UIMA-6447-Update-dependencies
     add fd9e80e6 [UIMA-6447] Update dependencies (Ruta 3.2.0)
     add 849c1fb6 Merge pull request #84 from 
apache/UIMA-6447-Update-dependencies
     add 0dce711c [UIMA-6447] Update dependencies (Ruta 3.2.0)
     add eaf7cf00 [UIMA-6447] Update dependencies (Ruta 3.2.0)
     add 3fcaf4b0 Merge pull request #85 from 
apache/UIMA-6447-Update-dependencies
     add f9f7819b [UIMA-6458] Spurious "parsedVersion.osgiVersion" in file 
names in target
     add 810c8053 Merge pull request #86 from 
apache/refactoring/UIMA-6458-Spurious-parsedVersion-osgiVersion-in-file-names-in-target
     add 5a28897d [UIMA-6443] Fresh Eclipse update site for every release
     add 626f9e28 Merge pull request #87 from 
apache/refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release
     add 04db8d03 [UIMA-6438] Add asf.yaml files to UIMA repos
     add f05cec70 Merge pull request #88 from 
apache/refactoring/UIMA-6438-Add-asf.yaml-files-to-UIMA-repos
     add 073333d6 Merge branch 'main' into no-jira/merge-3.1.x-into-main
     add 0b636ff9 Merge pull request #90 from 
apache/no-jira/merge-3.1.x-into-main
     new 84ebb3bf Merge branch 'main' into 
bugfix/UIMA-6461-Wrong-argument-to-contains

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:
 .asf.yaml                                          |  22 +-
 .github/ISSUE_TEMPLATE/bug_report.md               |  27 ++
 .github/ISSUE_TEMPLATE/config.yml                  |   8 +
 .github/ISSUE_TEMPLATE/feature_request.md          |  16 ++
 .github/ISSUE_TEMPLATE/refactoring.md              |  10 +
 .github/PULL_REQUEST_TEMPLATE.md                   |  17 ++
 .../ruta-ep-example-extensions/pom.xml             |   4 +-
 example-projects/ruta-maven-example/pom.xml        |   2 +-
 ...se-feature => marker-file-enabling-auto-staging |   0
 ...date-site => marker-file-identifying-parent-pom |   0
 pom.xml                                            |  93 +++----
 ruta-basic-type/pom.xml                            |   2 +-
 ruta-core-ext/pom.xml                              |   2 +-
 ruta-core/pom.xml                                  |  12 +-
 .../main/java/org/apache/uima/ruta/RutaStream.java |   2 +-
 .../org/apache/uima/ruta/action/GatherAction.java  |   2 +-
 .../org/apache/uima/ruta/action/MergeAction.java   |   2 +-
 .../uima/ruta/condition/ImplicitCondition.java     |   2 +-
 ruta-docbook/pom.xml                               |   2 +-
 ruta-eclipse-feature/.gitignore                    |   1 -
 ruta-eclipse-feature/feature.properties            | 145 -----------
 ruta-eclipse-feature/feature.xml                   | 205 +++++++++++++++
 .../marker-file-identifying-tycho-module           |   0
 ruta-eclipse-feature/pom.xml                       | 102 +++-----
 .../src/main/resources/feature.xml                 |  97 -------
 ruta-eclipse-update-site/category.xml              |   2 +-
 .../marker-file-identifying-tycho-module           |   0
 ruta-eclipse-update-site/pom.xml                   | 290 ++++-----------------
 .../src/main/resources/category.xml                |  31 ---
 ruta-ep-addons/pom.xml                             |   4 +-
 ruta-ep-caseditor/pom.xml                          |   4 +-
 ruta-ep-core-ext/pom.xml                           |   5 +-
 ruta-ep-engine/pom.xml                             |  77 ++++--
 ruta-ep-ide-ui/pom.xml                             |   4 +-
 ruta-ep-ide/pom.xml                                |   4 +-
 ruta-ep-parent/pom.xml                             |   2 +-
 ruta-ep-textruler/pom.xml                          |   4 +-
 ruta-maven-archetype/pom.xml                       |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |   4 +-
 ruta-maven-plugin/pom.xml                          |   2 +-
 ruta-parent/pom.xml                                |  51 ++--
 ruta-typesystem/pom.xml                            |   2 +-
 42 files changed, 530 insertions(+), 733 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 create mode 100644 .github/ISSUE_TEMPLATE/config.yml
 create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
 create mode 100644 .github/ISSUE_TEMPLATE/refactoring.md
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 rename ruta-eclipse-feature/marker-file-identifying-eclipse-feature => 
marker-file-enabling-auto-staging (100%)
 rename ruta-eclipse-update-site/marker-file-identifying-eclipse-update-site => 
marker-file-identifying-parent-pom (100%)
 delete mode 100644 ruta-eclipse-feature/.gitignore
 delete mode 100644 ruta-eclipse-feature/feature.properties
 create mode 100644 ruta-eclipse-feature/feature.xml
 copy 
example-projects/ruta-ep-example-extensions/marker-file-identifying-eclipse-plugin
 => ruta-eclipse-feature/marker-file-identifying-tycho-module (100%)
 delete mode 100644 ruta-eclipse-feature/src/main/resources/feature.xml
 copy 
example-projects/ruta-ep-example-extensions/marker-file-identifying-eclipse-plugin
 => ruta-eclipse-update-site/marker-file-identifying-tycho-module (100%)
 delete mode 100644 ruta-eclipse-update-site/src/main/resources/category.xml

Reply via email to