]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Fix issues with dependencies
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bbfa74f7c1ea8e4e606b7585068d042fdd962001..d28d7d2e30fdb9e80053bc1df52df76e5245ea3c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-<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>
        <parent>
                <groupId>org.argeo</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.12.1-SNAPSHOT</version>
+       <version>0.12.2-SNAPSHOT</version>
        <properties>
                <developmentCycle>0.12</developmentCycle>
-               <version.argeo-distribution>1.0.3</version.argeo-distribution>
-               <version.argeo-ria>0.12.3</version.argeo-ria>
-               <version.argeo-commons>0.1.2</version.argeo-commons>
+               <version.argeo-distribution>1.0.4-SNAPSHOT</version.argeo-distribution>
+               <version.argeo-ria>0.12.4-SNAPSHOT</version.argeo-ria>
+               <version.argeo-commons>0.1.3-SNAPSHOT</version.argeo-commons>
                <version.equinox>3.5.1.R35x_v20090827</version.equinox>
                <version.maven-bundle-plugin>2.0.1</version.maven-bundle-plugin>
-               <version.maven-argeo-osgi>0.1.26</version.maven-argeo-osgi>
+               <version.maven-argeo-osgi>0.1.28-SNAPSHOT</version.maven-argeo-osgi>
                <version.maven-argeo-qooxdoo>0.8.3.0</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>
@@ -190,7 +189,7 @@ limitations under the License.
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
                                        <releaseProfiles>release</releaseProfiles>
                                        <goals>deploy</goals>
-                                       <preparationGoals>clean argeo-osgi:update-manifests install scm:checkin</preparationGoals>
+                                       <preparationGoals>clean argeo-osgi:update-manifests install</preparationGoals>
                                </configuration>
                        </plugin>
                </plugins>
@@ -248,6 +247,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.ant</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.maven</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.hibernate</artifactId>
@@ -263,6 +267,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.activemq</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.jcr</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.server</artifactId>