]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Change group base icon in the artifact browser.
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 34d1fddd393ecca1829f2584f72d2a82293a47ff..875b0cbc0ab9343494ef8b5424f759225dad18ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,24 +3,24 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>1.1.9-SNAPSHOT</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.8-SNAPSHOT</version>
+       <version>1.1.17-SNAPSHOT</version>
        <properties>
                <developmentCycle.slc>1.1</developmentCycle.slc>
                <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
-               <version.slc>1.1.8-SNAPSHOT</version.slc>
+               <version.slc>1.1.17-SNAPSHOT</version.slc>
        </properties>
        <modules>
                <module>runtime</module>
                <module>modules</module>
                <module>plugins</module>
-               <module>dep</module>
                <module>lib</module>
+               <module>dep</module>
                <module>archetypes</module>
                <module>dist</module>
                <module>demo</module>
@@ -105,7 +105,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo-commons</id>
-                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.1.x</url>
+                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.2.x</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -121,8 +121,22 @@ limitations under the License.
                </repository>
                <site>
                        <id>site</id>
-                       <name>SLC Site</name>
                        <url>dav:https://repo.argeo.org/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
                </site>
        </distributionManagement>
+       <profiles>
+               <profile>
+                       <id>localrepo</id>
+                       <distributionManagement>
+                               <repository>
+                                       <id>staging</id>
+                                       <url>dav:http://localhost:7070/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                               </repository>
+                               <site>
+                                       <id>site</id>
+                                       <url>dav:http://localhost:7070/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
+                               </site>
+                       </distributionManagement>
+               </profile>
+       </profiles>
 </project>