You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/06/01 13:11:56 UTC

svn commit: r1345052 - /incubator/stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Fri Jun  1 11:11:56 2012
New Revision: 1345052

URL: http://svn.apache.org/viewvc?rev=1345052&view=rev
Log:
STANBOL-641 Fix dep version of source-assembly to 0.10.0-incubating

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

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1345052&r1=1345051&r2=1345052&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Fri Jun  1 11:11:56 2012
@@ -1442,7 +1442,7 @@
               <dependency>
                 <groupId>org.apache.stanbol</groupId>
                 <artifactId>source-assembly</artifactId>
-                <version>0.10.1-incubating-SNAPSHOT</version>
+                <version>0.10.0-incubating</version>
               </dependency>
             </dependencies>
           </plugin>