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/02/06 09:58:59 UTC

svn commit: r1240933 - /incubator/stanbol/trunk/commons/indexedgraph/pom.xml

Author: rwesten
Date: Mon Feb  6 08:58:58 2012
New Revision: 1240933

URL: http://svn.apache.org/viewvc?rev=1240933&view=rev
Log:
corrected to version for exported packages of the indexedgraph bundle

Modified:
    incubator/stanbol/trunk/commons/indexedgraph/pom.xml

Modified: incubator/stanbol/trunk/commons/indexedgraph/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/indexedgraph/pom.xml?rev=1240933&r1=1240932&r2=1240933&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/indexedgraph/pom.xml (original)
+++ incubator/stanbol/trunk/commons/indexedgraph/pom.xml Mon Feb  6 08:58:58 2012
@@ -57,7 +57,7 @@
         <configuration>
           <instructions>
             <Export-Package>
-              org.apache.stanbol.commons.indexedgraph.*;version=${project.version}ion}
+              org.apache.stanbol.commons.indexedgraph.*;version=${project.version}
             </Export-Package>
           </instructions>
         </configuration>