]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/runtime/org.argeo.server.jcr.mvc/pom.xml
[maven-release-plugin] prepare release argeo-commons-0.3.1
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr.mvc / pom.xml
index 82c74af04b9d3d9569daf37f2190167be10577ac..59bd66d62eb4e4842ecfbc18f15edf5f5c93ed95 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.2.3-SNAPSHOT</version>
+               <version>0.3.1</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jcr.mvc</artifactId>
                                                <Export-Package>
                                                        org.argeo.jcr.mvc.*
                                                </Export-Package>
+                                               <Import-Package>
+                                                       org.springframework.beans.factory,
+                                                       *
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.3.1</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.3.1</version>
                </dependency>
 
                <!-- Spring -->
@@ -64,7 +68,7 @@
                        <groupId>org.springframework.ws</groupId>
                        <artifactId>org.springframework.xml</artifactId>
                </dependency>
-               
+
                <!-- Logging -->
                <dependency>
                        <groupId>org.slf4j</groupId>