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 2013/01/07 10:38:06 UTC

[2/2] git commit: ISIS-290: reverting example app's pom to use shiro snapshot

Updated Branches:
  refs/heads/master ed3acebb4 -> b5ea57814


ISIS-290: reverting example app's pom to use shiro snapshot

... until shiro has been formally released


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

Branch: refs/heads/master
Commit: b5ea57814338ae6d68db3839d1ff160d1429140b
Parents: 31734c0
Author: Dan Haywood <da...@apache.org>
Authored: Mon Jan 7 09:09:07 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Mon Jan 7 09:09:07 2013 +0000

----------------------------------------------------------------------
 .../quickstart_wicket_restful_jdo/pom.xml          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/b5ea5781/example/application/quickstart_wicket_restful_jdo/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/pom.xml b/example/application/quickstart_wicket_restful_jdo/pom.xml
index 8f1cbe2..f1fff7d 100644
--- a/example/application/quickstart_wicket_restful_jdo/pom.xml
+++ b/example/application/quickstart_wicket_restful_jdo/pom.xml
@@ -34,7 +34,7 @@
 		<isis-objectstore-jdo.version>1.0.0</isis-objectstore-jdo.version>
 		<isis-viewer-wicket.version>1.0.0</isis-viewer-wicket.version>
 		<isis-viewer-restfulobjects.version>1.0.0</isis-viewer-restfulobjects.version>
-		<isis-security-shiro.version>1.0.0</isis-security-shiro.version>
+		<isis-security-shiro.version>1.0.0-SNAPSHOT</isis-security-shiro.version>
 	</properties>
     
     <repositories>