]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Prepare next development cycle
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c22afef3e53fed2e3475a2f895f511b992a11515..dd5abd91a2b81d6cdb1270e6b8dc30d2e0ee8092 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,29 +3,29 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>1.1.5-SNAPSHOT</version>
+               <version>1.1.8</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>1.1.4-SNAPSHOT</version>
+       <version>1.1.8-SNAPSHOT</version>
        <properties>
                <developmentCycle.slc>1.1</developmentCycle.slc>
                <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
-               <site.repoBase>file:///srv/projects/www/slc/site</site.repoBase>
-               <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
-               <version.slc>${developmentCycle.slc}.4-SNAPSHOT</version.slc>
+               <version.slc>1.1.8-SNAPSHOT</version.slc>
        </properties>
        <modules>
                <module>runtime</module>
                <module>modules</module>
                <module>plugins</module>
-               <module>demo</module>
                <module>dep</module>
+               <module>lib</module>
+               <module>archetypes</module>
                <module>dist</module>
+               <module>demo</module>
        </modules>
-       <url>${site.urlBase}/${developmentCycle.slc}</url>
+       <url>http://projects.argeo.org/slc/</url>
        <scm>
                <connection>scm:svn:https://svn.argeo.org/slc/trunk</connection>
                <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
@@ -40,7 +40,7 @@
                        <comments><![CDATA[
 SLC (Software Life Cycle) framework
                           
-Copyright 2011 Mathieu Baudier
+Copyright (C) 2007-2012 Argeo GmbH
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
@@ -105,7 +105,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo-commons</id>
-                       <url>http://repo.argeo.org/org.argeo.jcr.webapp/public/java/org.argeo.commons-1.1.x</url>
+                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.1.x</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -116,13 +116,13 @@ limitations under the License.
        <distributionManagement>
                <repository>
                        <id>staging</id>
-                       <url>dav:https://repo.argeo.org/org.argeo.jcr.webapp/webdav/java/org.argeo.slc-1.1.x</url>
+                       <url>dav:https://repo.argeo.org/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
                <site>
-                       <id>argeo-slc-site</id>
+                       <id>site</id>
                        <name>SLC Site</name>
-                       <url>file:///srv/projects/www/slc/site/${version.slc}</url>
+                       <url>dav:https://repo.argeo.org/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
                </site>
        </distributionManagement>
 </project>