]> 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.4
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr.mvc / pom.xml
index 82159840c38cb38db899d34d5864806076cfde9a..d548bf0125ea79b562db8c32b2c497b0fe3f3c73 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.3.2-SNAPSHOT</version>
+               <version>0.3.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jcr.mvc</artifactId>
@@ -25,7 +25,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>0.3.2-SNAPSHOT</version>
+                       <version>0.3.4</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>0.3.2-SNAPSHOT</version>
+                       <version>0.3.4</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
                </dependency>
 
                <!-- Spring -->