]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - basic/runtime/org.argeo.support.junit/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.support.junit / pom.xml
index 6676307ec4eb72d2b2954cdebb1dd419764b4ed8..0a8c9c6ab3d04f9d66b23c1047f0fd7dcd26d5a7 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.basic</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.1.2-SNAPSHOT</version>
+               <version>0.3.5-SNAPSHOT</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>