]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.18
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7d4c43efefd02a27aab5a9468734cfe523807c5e..f575680d6d5154d58388e34af0cb1a68537f548f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,11 +9,12 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>1.1.15-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.18</version>
        <properties>
                <developmentCycle.slc>1.1</developmentCycle.slc>
                <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
-               <version.slc>1.1.15</version.slc>
+               <version.slc>1.1.18</version.slc>
        </properties>
        <modules>
                <module>runtime</module>
@@ -27,9 +28,9 @@
        </modules>
        <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>
-               <url>https://svn.argeo.org/slc/trunk</url>
+               <connection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-1.1.18</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-1.1.18</developerConnection>
+               <url>https://svn.argeo.org/slc/tags/argeo-slc-1.1.18</url>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
@@ -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>
@@ -130,11 +131,11 @@ limitations under the License.
                        <distributionManagement>
                                <repository>
                                        <id>staging</id>
-                                       <url>dav:http://localhost:7070/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                                       <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>