Next development cycle
[gpl/argeo-suite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1f2fce6dc5226c15dd1d8c31bd4584f83b981d0c..065b81f86e20c5e49c8f793938df1563f2f7c8cb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,27 +1,28 @@
-<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.61</version>
+               <version>2.1.69</version>
        </parent>
        <groupId>org.argeo.suite</groupId>
        <artifactId>argeo-suite</artifactId>
        <packaging>pom</packaging>
        <name>Argeo Suite</name>
-       <description></description>
-       <version>0.1.1-SNAPSHOT</version>
+       <description />
+       <version>0.1.11-SNAPSHOT</version>
        <modules>
                <module>org.argeo.suite.core</module>
                <module>org.argeo.suite.web</module>
                <module>org.argeo.suite.workbench.rap</module>
+               <module>org.argeo.suite.apps</module>
+               <module>org.argeo.suite.apps.web</module>
                <module>sdk</module>
        </modules>
        <properties>
-               <version.argeo-suite>0.1.1</version.argeo-suite>
+               <version.argeo-suite>0.1.11-SNAPSHOT</version.argeo-suite>
                <developmentCycle.argeo-suite>0.1</developmentCycle.argeo-suite>
-               <version.argeo-connect>2.1.66</version.argeo-connect>
+               <version.argeo-connect>2.1.76</version.argeo-connect>
                <version.argeo-tp-extras>2.1.9</version.argeo-tp-extras>
                <git.rw />
        </properties>
@@ -29,6 +30,7 @@
                <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
                <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
+               <tag>HEAD</tag>
        </scm>
        <inceptionYear>2014</inceptionYear>
        <licenses>
@@ -90,6 +92,16 @@ which are used as well as that of the covered work.]]>
                        </roles>
                </developer>
        </developers>
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <repositories>
                <repository>
                        <id>argeo</id>
@@ -113,7 +125,7 @@ which are used as well as that of the covered work.]]>
        <distributionManagement>
                <repository>
                        <id>staging</id>
-                       <url>dav:https://forge.argeo.org/data/java/argeo-suite_0.1</url>
+                       <url>dav:https://forge.argeo.org/data/java/argeo-extras-2.1</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
        </distributionManagement>