]> 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 bc64f77490e38d242e0fdeb199622bd64e8deba1..f870686eccd074e59ed94adab562b06047be38ca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,17 +3,18 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.3</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>1.1.12-SNAPSHOT</version>
+       <description>SLC is a framework integrating various build, deployment and testing technologies in order to build specific application life cycle management systems.</description>
+       <version>1.1.20-SNAPSHOT</version>
        <properties>
                <developmentCycle.slc>1.1</developmentCycle.slc>
                <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
-               <version.slc>1.1.12</version.slc>
+               <version.slc>1.1.20-SNAPSHOT</version.slc>
        </properties>
        <modules>
                <module>runtime</module>
@@ -105,7 +106,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo-commons</id>
-                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.2.x</url>
+                       <url>http://repo.argeo.org/data/public/java/argeo-commons-1.2</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -116,12 +117,12 @@ limitations under the License.
        <distributionManagement>
                <repository>
                        <id>staging</id>
-                       <url>dav:https://repo.argeo.org/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                       <url>dav:https://repo.argeo.org/data/files/java/argeo-slc-${developmentCycle.slc}</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
                <site>
                        <id>site</id>
-                       <url>dav:https://repo.argeo.org/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
+                       <url>dav:https://repo.argeo.org/data/files/docs/argeo-slc-${developmentCycle.slc}</url>
                </site>
        </distributionManagement>
        <profiles>
@@ -129,12 +130,12 @@ limitations under the License.
                        <id>localrepo</id>
                        <distributionManagement>
                                <repository>
-                                       <id>localrepo</id>
-                                       <url>dav:http://localhost:7070/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                                       <id>staging</id>
+                                       <url>dav:http://localhost:7070/data/files/java/argeo-slc-${developmentCycle.slc}</url>
                                </repository>
                                <site>
                                        <id>site</id>
-                                       <url>dav:http://localhost:7070/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
+                                       <url>dav:http://localhost:7070/data/files/docs/argeo-slc-${developmentCycle.slc}</url>
                                </site>
                        </distributionManagement>
                </profile>