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

bdemers pushed a change to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


    from 422166dd Merge pull request #364 from apache/shiro-871-19x
     new 6bcb92e0 Add support for case-insensitive matching to 
RegExPatternMatcher
     new 2b532117 [maven-release-plugin] prepare release shiro-root-1.9.1
     new 249c792b [maven-release-plugin] prepare for next development iteration

The 3 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:
 all/pom.xml                                        |  2 +-
 cache/pom.xml                                      |  2 +-
 config/core/pom.xml                                |  3 +-
 config/ogdl/pom.xml                                |  3 +-
 config/pom.xml                                     |  2 +-
 core/pom.xml                                       |  2 +-
 .../org/apache/shiro/util/RegExPatternMatcher.java | 26 +++++++++++-
 .../apache/shiro/util/RegExPatternMatcherTest.java | 46 ++++++++++++++++++----
 crypto/cipher/pom.xml                              |  3 +-
 crypto/core/pom.xml                                |  3 +-
 crypto/hash/pom.xml                                |  3 +-
 crypto/pom.xml                                     |  2 +-
 event/pom.xml                                      |  2 +-
 integration-tests/guice3/pom.xml                   |  3 +-
 integration-tests/guice4/pom.xml                   |  3 +-
 integration-tests/pom.xml                          |  2 +-
 integration-tests/support/pom.xml                  |  3 +-
 lang/pom.xml                                       |  2 +-
 pom.xml                                            |  4 +-
 samples/aspectj/pom.xml                            |  3 +-
 samples/guice/pom.xml                              |  3 +-
 samples/jaxrs/pom.xml                              |  3 +-
 samples/pom.xml                                    |  2 +-
 samples/quickstart-guice/pom.xml                   |  3 +-
 samples/quickstart/pom.xml                         |  3 +-
 samples/servlet-plugin/pom.xml                     |  3 +-
 samples/spring-boot-web/pom.xml                    |  3 +-
 samples/spring-boot/pom.xml                        |  3 +-
 samples/spring-hibernate/pom.xml                   |  3 +-
 samples/spring-mvc/pom.xml                         |  2 +-
 samples/spring/pom.xml                             |  3 +-
 samples/web/pom.xml                                |  3 +-
 support/aspectj/pom.xml                            |  3 +-
 support/cas/pom.xml                                |  3 +-
 support/ehcache/pom.xml                            |  3 +-
 support/features/pom.xml                           |  3 +-
 support/guice/pom.xml                              |  2 +-
 support/hazelcast/pom.xml                          |  3 +-
 support/jaxrs/pom.xml                              |  3 +-
 support/pom.xml                                    |  2 +-
 support/quartz/pom.xml                             |  3 +-
 support/servlet-plugin/pom.xml                     |  3 +-
 support/spring-boot/pom.xml                        |  3 +-
 support/spring-boot/spring-boot-starter/pom.xml    |  2 +-
 .../spring-boot/spring-boot-web-starter/pom.xml    |  3 +-
 support/spring/pom.xml                             |  3 +-
 test-coverage/pom.xml                              |  2 +-
 tools/hasher/pom.xml                               |  3 +-
 tools/pom.xml                                      |  2 +-
 web/pom.xml                                        |  2 +-
 50 files changed, 111 insertions(+), 90 deletions(-)

Reply via email to