CLEREZZA-982: fixed package in export-package declaration
diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml
index 3ea5fe6..d3ac3a3 100644
--- a/impl.utils/pom.xml
+++ b/impl.utils/pom.xml
@@ -60,7 +60,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.commons.rdf.impl.utils.*</Export-Package>
+                        <Export-Package>org.apache.clerezza.commons.rdf.impl.utils.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>