You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2019/12/06 23:08:51 UTC

[lucene-solr] branch master updated (62e0222 -> 155ab11)

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

mdrob pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 62e0222  SOLR-13087: Remove 'whoami' usage in bin/solr
     add 155ab11  Revert "SOLR-13990: Switch out woodstox-core-asl with aalto-xml and upgrade woodstox stax-2 API (#1050)" (#1063)

No new revisions were added by this update.

Summary of changes:
 lucene/ivy-versions.properties                     |   6 +-
 solr/CHANGES.txt                                   |   2 -
 .../solr/handler/tagger/XmlOffsetCorrector.java    |  26 ++-
 solr/licenses/aalto-xml-1.2.2.jar.sha1             |   1 -
 solr/licenses/aalto-xml-LICENSE-ASL.txt            | 201 ---------------------
 solr/licenses/aalto-xml-NOTICE.txt                 |   0
 solr/licenses/stax2-api-3.1.4.jar.sha1             |   1 +
 solr/licenses/stax2-api-4.2.jar.sha1               |   1 -
 solr/licenses/staxmate-2.3.1.jar.sha1              |   1 -
 solr/licenses/staxmate-LICENSE-BSD.txt             |  33 ----
 solr/licenses/staxmate-NOTICE.txt                  |   0
 solr/licenses/woodstox-core-asl-4.4.1.jar.sha1     |   1 +
 solr/solrj/ivy.xml                                 |   4 +-
 13 files changed, 24 insertions(+), 253 deletions(-)
 delete mode 100644 solr/licenses/aalto-xml-1.2.2.jar.sha1
 delete mode 100644 solr/licenses/aalto-xml-LICENSE-ASL.txt
 delete mode 100644 solr/licenses/aalto-xml-NOTICE.txt
 create mode 100644 solr/licenses/stax2-api-3.1.4.jar.sha1
 delete mode 100644 solr/licenses/stax2-api-4.2.jar.sha1
 delete mode 100644 solr/licenses/staxmate-2.3.1.jar.sha1
 delete mode 100644 solr/licenses/staxmate-LICENSE-BSD.txt
 delete mode 100644 solr/licenses/staxmate-NOTICE.txt
 create mode 100644 solr/licenses/woodstox-core-asl-4.4.1.jar.sha1