You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/04/25 11:17:59 UTC

[uima-uimaj] branch refactoring/UIMA-6433-Update-issue-and-PR-templates updated (01ff5a0ff -> 1bf0b8bbb)

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

rec pushed a change to branch refactoring/UIMA-6433-Update-issue-and-PR-templates
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


 discard 01ff5a0ff [UIMA-6433] Update issue and PR templates
    omit 5b377d8fc [UIMA-6435] Vinci example descriptors do not work
     new 1bf0b8bbb [UIMA-6433] Update issue and PR templates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (01ff5a0ff)
            \
             N -- N -- N   refs/heads/refactoring/UIMA-6433-Update-issue-and-PR-templates (1bf0b8bbb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 uimaj-examples/src/main/deploy/vinci/Deploy_MeetingDetectorTAE.xml      | 2 +-
 uimaj-examples/src/main/deploy/vinci/Deploy_PersonTitleAnnotator.xml    | 2 +-
 .../src/main/deploy/vinci/Deploy_XmiWriterWithTutorialTypeSystem.xml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[uima-uimaj] 01/01: [UIMA-6433] Update issue and PR templates

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch refactoring/UIMA-6433-Update-issue-and-PR-templates
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 1bf0b8bbbb801e79ce841d4b0750d95f671f3517
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Apr 25 13:17:30 2022 +0200

    [UIMA-6433] Update issue and PR templates
    
    - Exclude template files from RAT check
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index e08034fc6..dcadfab9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,6 +266,8 @@
                 <!-- default configuration -->
               <configuration>
                 <excludes combine.children="append">
+                  <!-- These configuration files cannot bear a license header -->
+                  <exclude>.github/**/*</exclude>
                   <exclude>src/main/bin_distr_license_notices/NOTICE-without-jackson</exclude>
                   <exclude>src/main/eclipse/org.eclipse.jdt.core.prefs</exclude>
                   <exclude>src/main/eclipse/org.eclipse.jdt.ui.prefs</exclude>