You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2013/02/01 00:39:33 UTC

svn commit: r1441262 - /stanbol/trunk/launchers/full/pom.xml

Author: reto
Date: Thu Jan 31 23:39:32 2013
New Revision: 1441262

URL: http://svn.apache.org/viewvc?rev=1441262&view=rev
Log:
STANBOL-905: using SNAPSHOT version actually in trunk

Modified:
    stanbol/trunk/launchers/full/pom.xml

Modified: stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1441262&r1=1441261&r2=1441262&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Thu Jan 31 23:39:32 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
@@ -196,7 +196,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.launchers.bundlelists.contenthub</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.11.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>