]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - basic/runtime/org.argeo.support.junit/pom.xml
[maven-release-plugin] prepare release argeo-commons-0.4.0
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.support.junit / pom.xml
index d24d46f11859668e5c2e8fd5323cf1f53fe43318..393eb88054b3239cf34a1b6d7ecf41860fe5e0e5 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.basic</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.2.1-SNAPSHOT</version>
+               <version>0.4.0</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.support.junit</artifactId>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.support.junit.*
                                                </Export-Package>
+                                               <Import-Package>org.springframework.core.io,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>