]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
osgiboot: log date and time
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 38c9f2701d6b66f530e26d08f047378c793916e5..74f85b05fad3eadb577b06e52488e3e36b3ff269 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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</groupId>
@@ -8,14 +9,13 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.3.2</version>
+       <version>0.3.4-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
                <developmentCycle>0.3</developmentCycle>
-               <version.argeo-distribution>1.1.4</version.argeo-distribution>
-               <version.argeo-commons>0.3.2</version.argeo-commons>
-               <version.argeo-ria>0.12.5</version.argeo-ria>
+               <version.argeo-distribution>1.1.6-SNAPSHOT</version.argeo-distribution>
+               <version.argeo-commons>0.3.4-SNAPSHOT</version.argeo-commons>
                <version.equinox>3.6.2</version.equinox>
                <!-- Maven -->
                <!-- Using version 2.3.4 causes package use conflict. To be investigated. -->
                <module>server</module>
                <module>eclipse</module>
                <module>security</module>
-               <module>gis</module>
+               <module>demo</module>
+               <module>doc</module>
                <module>sandbox</module>
        </modules>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.2</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.2</developerConnection>
-               <url>https://svn.argeo.org/commons/tags/argeo-commons-0.3.2</url>
+               <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
+               <url>https://svn.argeo.org/commons/trunk</url>
        </scm>
        <licenses>
                <license>
@@ -80,6 +81,13 @@ limitations under the License.
                </developer>
        </developers>
        <build>
+               <extensions>
+                       <extension>
+                               <groupId>org.apache.maven.wagon</groupId>
+                               <artifactId>wagon-webdav</artifactId>
+                               <version>1.0-beta-2</version>
+                       </extension>
+               </extensions>
                <pluginManagement>
                        <plugins>
                                <plugin>
@@ -368,5 +376,20 @@ limitations under the License.
                                </site>
                        </distributionManagement>
                </profile>
+               <profile>
+                       <id>localrepo</id>
+                       <distributionManagement>
+                               <repository>
+                                       <id>localrepo</id>
+                                       <name>Internal Release Repository</name>
+                                       <url>dav:http://localrepo:7070/org.argeo.jcr.webapp/webdav/node/dev/repo</url>
+                               </repository>
+                               <snapshotRepository>
+                                       <id>localrepo.snapshots</id>
+                                       <name>Internal Snapshot Repository</name>
+                                       <url>dav:http://localrepo:7070/org.argeo.jcr.webapp/webdav/node/dev/repo</url>
+                               </snapshotRepository>
+                       </distributionManagement>
+               </profile>
        </profiles>
 </project>
\ No newline at end of file