]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Fix description tag
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0546caf93153f2a089ef12ef13a15eeefb724b79..8995fb3e5262741d1fc10ca9416768b67577d3d7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,15 +9,15 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.12.1</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.27</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>
@@ -34,9 +34,9 @@
        </modules>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.1</connection>
-               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.1</developerConnection>
-               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.1</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
+               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/trunk</developerConnection>
+               <url>https://www.argeo.org/svn/slc/trunk</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
@@ -50,7 +50,7 @@
                        <comments><![CDATA[
 SLC - Software LifeCycle framework
                           
-Copyright 2008 Mathieu Baudier - Argeo e.U.
+Copyright 2010 Mathieu Baudier - Argeo SASU.
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
@@ -247,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>
@@ -262,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>