You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/14 10:43:56 UTC

[23/38] isis git commit: ISIS-1353: updates shiro from 1.2.3 to 1.2.6

ISIS-1353: updates shiro from 1.2.3 to 1.2.6

            <dependency>
                <groupId>org.apache.shiro</groupId>
                <artifactId>shiro-core</artifactId>
                <version>${shiro.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.shiro</groupId>
                <artifactId>shiro-web</artifactId>
                <version>${shiro.version}</version>
            </dependency>


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/03b185dc
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/03b185dc
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/03b185dc

Branch: refs/heads/master
Commit: 03b185dc727ef9c494c0214cc0446ae8ade6123a
Parents: 2e2448a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 17:10:31 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:10:31 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/03b185dc/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 5a9df04..e956383 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -102,7 +102,7 @@
 	-->
         <datanucleus-maven-plugin.version>4.0.2</datanucleus-maven-plugin.version>
 
-        <shiro.version>1.2.3</shiro.version>
+        <shiro.version>1.2.6</shiro.version>
 
         <slf4j.version>1.7.13</slf4j.version>
         <log4j.version>1.2.17</log4j.version>