You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/05/31 05:02:54 UTC

svn commit: r949656 - /shindig/trunk/pom.xml

Author: lindner
Date: Mon May 31 03:02:53 2010
New Revision: 949656

URL: http://svn.apache.org/viewvc?rev=949656&view=rev
Log:
use release version of shiro

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=949656&r1=949655&r2=949656&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon May 31 03:02:53 2010
@@ -1570,7 +1570,7 @@
       <dependency>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-web</artifactId>
-        <version>1.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>