This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/opennlp-2.x/com.ruleoftech-markdown-page-generator-plugin-2.4.3
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard bfdf746d [2.x]: Bump com.ruleoftech:markdown-page-generator-plugin
add 799969af OPENNLP-53: Fix compile error in Parse.createFromTokens() on
2.x The cherry-pick of 35227c72 referenced Parser.INC_NODE
/ Parser.TOK_NODE, which exist on main (where Parser was moved to opennlp-api
as an interface declaring these constants) but not on the 2.x branch. Use
AbstractBottomUpParser.INC_NODE / TOK_NODE instead, consistent with the rest of
the 2.x parser code.
add afd94878 [2.x]: Bump com.ruleoftech:markdown-page-generator-plugin
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 (bfdf746d)
\
N -- N -- N
refs/heads/dependabot/maven/opennlp-2.x/com.ruleoftech-markdown-page-generator-plugin-2.4.3
(afd94878)
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.
No new revisions were added by this update.
Summary of changes:
opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)