You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/04/17 07:01:27 UTC

svn commit: r1468751 - /stanbol/trunk/commons/security/usermanagement/pom.xml

Author: rwesten
Date: Wed Apr 17 05:01:27 2013
New Revision: 1468751

URL: http://svn.apache.org/r1468751
Log:
STANBOL-897: updated outdated SNAPSHOT dependency for org.apache.stanbol.commons.testing.stanbol to released version 0.11.0

Modified:
    stanbol/trunk/commons/security/usermanagement/pom.xml

Modified: stanbol/trunk/commons/security/usermanagement/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/security/usermanagement/pom.xml?rev=1468751&r1=1468750&r2=1468751&view=diff
==============================================================================
--- stanbol/trunk/commons/security/usermanagement/pom.xml (original)
+++ stanbol/trunk/commons/security/usermanagement/pom.xml Wed Apr 17 05:01:27 2013
@@ -167,7 +167,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
+            <version>0.11.0</version>
             <scope>test</scope>
             <type>jar</type>
         </dependency>