Repository: shiro Updated Branches: refs/heads/1.4.x 9830f8732 -> d8efb4fd1
SHIRO-594 - Hazelcast version bumped-up to 3.7.2 Reasoning: 2.4 is a very old release and it's no longer supported. Fixes: #44 Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/d8efb4fd Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/d8efb4fd Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/d8efb4fd Branch: refs/heads/1.4.x Commit: d8efb4fd12d09ca86ef8c47bf7e5a013e7991a87 Parents: 9830f87 Author: Jaromir Hamala <[email protected]> Authored: Mon Oct 17 21:39:24 2016 +0300 Committer: Brian Demers <[email protected]> Committed: Tue Oct 18 11:25:07 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- support/features/pom.xml | 2 +- support/hazelcast/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/d8efb4fd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4dcefa9..d667bda 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ modules' OSGi metadata: --> <ehcache.version>2.6.11</ehcache.version> <!-- Don't change this version without also changing the shiro-hazelcast and shiro-features OSGi metadata: --> - <hazelcast.version>2.4.1</hazelcast.version> + <hazelcast.version>3.7.2</hazelcast.version> <hsqldb.version>1.8.0.7</hsqldb.version> <jdk.version>1.6</jdk.version> <jetty.version>9.3.0.M1</jetty.version> @@ -838,7 +838,7 @@ <dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast</artifactId> - <version>2.4.1</version> + <version>3.7.2</version> </dependency> <dependency> <!-- Used for sample applications only - not required for the framework: --> http://git-wip-us.apache.org/repos/asf/shiro/blob/d8efb4fd/support/features/pom.xml ---------------------------------------------------------------------- diff --git a/support/features/pom.xml b/support/features/pom.xml index e083e86..2d18ad7 100644 --- a/support/features/pom.xml +++ b/support/features/pom.xml @@ -34,7 +34,7 @@ <properties> <aspectj.bundle.version>1.8.9_1</aspectj.bundle.version> <ehcache.bundle.version>2.6.11_1</ehcache.bundle.version> - <hazelcast.bundle.version>2.4.1_1</hazelcast.bundle.version> + <hazelcast.bundle.version>3.7.2_1</hazelcast.bundle.version> <quartz.bundle.version>1.6.1_1</quartz.bundle.version> <!-- Not a Shiro dependency - used for quartz bundle resolution only (see features.xml): --> <commons.collections.version>3.2.1</commons.collections.version> http://git-wip-us.apache.org/repos/asf/shiro/blob/d8efb4fd/support/hazelcast/pom.xml ---------------------------------------------------------------------- diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index 293fbbd..14d659c 100644 --- a/support/hazelcast/pom.xml +++ b/support/hazelcast/pom.xml @@ -32,7 +32,7 @@ <packaging>bundle</packaging> <properties> - <hazelcast.osgi.importRange>[2.4, 3)</hazelcast.osgi.importRange> + <hazelcast.osgi.importRange>[2.4, 4)</hazelcast.osgi.importRange> </properties> <dependencies>
