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 14:04:44 UTC

svn commit: r1345094 - /incubator/stanbol/trunk/rules/base/pom.xml

Author: fchrist
Date: Fri Jun  1 12:04:43 2012
New Revision: 1345094

URL: http://svn.apache.org/viewvc?rev=1345094&view=rev
Log:
STANBOL-643 Fixed missing version in rules.base

Modified:
    incubator/stanbol/trunk/rules/base/pom.xml

Modified: incubator/stanbol/trunk/rules/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/base/pom.xml?rev=1345094&r1=1345093&r2=1345094&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/base/pom.xml (original)
+++ incubator/stanbol/trunk/rules/base/pom.xml Fri Jun  1 12:04:43 2012
@@ -29,6 +29,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.rules.base</artifactId>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Rules Services API</name>