]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Adds Unit Tests for ExcelGeneratorSource and AutouiRunnableFactory
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4a9972b52cc3d9f5ab94de9caded4b1ef331d5f4..f0e335128f064297acd8f69f6b2c44d53c49da4d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.11.5-SNAPSHOT</version>
+       <version>0.12.1-SNAPSHOT</version>
        <modules>
                <module>runtime</module>
                <module>dep</module>
@@ -30,7 +29,7 @@
                <version.asm>2.2.3</version.asm>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.activemq>5.2.0.0006</version.activemq>
-               <version.maven-argeo-osgi>0.1.16</version.maven-argeo-osgi>
+               <version.maven-argeo-osgi>0.1.21</version.maven-argeo-osgi>
                <version.maven-argeo-qooxdoo>0.8.2.1</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
                <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
@@ -192,6 +191,7 @@ limitations under the License.
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
                                        <releaseProfiles>release</releaseProfiles>
+                                       <goals>deploy</goals>
                                </configuration>
                        </plugin>
                </plugins>