]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Add localfs option (commented out)
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 972130b7084abdad29ad64065e66b8362df32e10..2c50238541fe33df236de24c7c68be2b575be167 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,20 +1,19 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.31-SNAPSHOT</version>
+               <version>2.1.33-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>2.1.1-SNAPSHOT</version>
+       <version>2.1.2-SNAPSHOT</version>
        <properties>
                <developmentCycle.slc>2.1</developmentCycle.slc>
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
-               <version.slc>2.1.1-SNAPSHOT</version.slc>
+               <version.slc>2.1.1</version.slc>
                <!-- Libraries versions -->
                <version.argeo-tp-extras>2.1.7</version.argeo-tp-extras>
        </properties>
@@ -40,7 +39,7 @@
 
                <module>lib</module>
                <module>dep</module>
-               <!-- <module>dist</module> -->
+               <module>dist</module>
                <module>demo</module>
        </modules>
        <url>http://projects.argeo.org/slc/</url>
@@ -148,6 +147,17 @@ limitations under the License.
                        <scope>provided</scope>
                </dependency>
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.extras</groupId>
+                               <artifactId>argeo-tp-extras</artifactId>
+                               <version>${version.argeo-tp-extras}</version>
+                               <scope>import</scope>
+                               <type>pom</type>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <distributionManagement>
                <repository>
                        <id>staging</id>
@@ -188,7 +198,7 @@ limitations under the License.
                                        <url>dav:http://localhost:7070/data/files/java/argeo-slc-${developmentCycle.slc}</url>
                                </repository>
                                <site>
-                                       <id>site</id>
+                                       <id>staging</id>
                                        <url>dav:http://localhost:7070/data/files/docs/argeo-slc-${developmentCycle.slc}</url>
                                </site>
                        </distributionManagement>