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 2012/06/15 15:34:45 UTC

svn commit: r1350614 - /incubator/stanbol/trunk/factstore/pom.xml

Author: rwesten
Date: Fri Jun 15 13:34:44 2012
New Revision: 1350614

URL: http://svn.apache.org/viewvc?rev=1350614&view=rev
Log:
fixes STANBOL-659: changed dependency of the factstore to commons.web.base from "0.10.0-incubating-SNAPSHOT" to 0.9.0-incubating.

NOTE: "0.10.0-incubating-SNAPSHOT" was wrong in any case, because the trunk now uses 0.10.1.

Modified:
    incubator/stanbol/trunk/factstore/pom.xml

Modified: incubator/stanbol/trunk/factstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/pom.xml?rev=1350614&r1=1350613&r2=1350614&view=diff
==============================================================================
--- incubator/stanbol/trunk/factstore/pom.xml (original)
+++ incubator/stanbol/trunk/factstore/pom.xml Fri Jun 15 13:34:44 2012
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.factstore.reactor</artifactId>
-  <version>0.10.0-incubating-SNAPSHOT</version>
+  <version>0.9.0-incubating</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol FactStore Reactor</name>