Adapt to changes in Argeo Connect
[gpl/argeo-suite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bfcd3c29c449c78a45bb0d9721998acdda551e78..d68ade0b27e85a67013b1f7b0a86d474d2b5a2c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,27 +1,30 @@
-<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.73-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.suite</groupId>
        <artifactId>argeo-suite</artifactId>
        <packaging>pom</packaging>
        <name>Argeo Suite</name>
        <description />
-       <version>0.1.5-SNAPSHOT</version>
+       <version>0.1.13-SNAPSHOT</version>
        <modules>
-               <module>org.argeo.suite.core</module>
                <module>org.argeo.suite.web</module>
                <module>org.argeo.suite.workbench.rap</module>
-               <module>sdk</module>
+               <!-- <module>org.argeo.suite.theme.argeo2</module> -->
+               <module>org.argeo.suite.apps</module>
+               <module>org.argeo.suite.apps.web</module>
+               <module>dep</module>
        </modules>
        <properties>
-               <version.argeo-suite>0.1.5-SNAPSHOT</version.argeo-suite>
+               <version.argeo-suite>0.1.13-SNAPSHOT</version.argeo-suite>
                <developmentCycle.argeo-suite>0.1</developmentCycle.argeo-suite>
-               <version.argeo-connect>2.1.68-SNAPSHOT</version.argeo-connect>
-               <version.argeo-tp-extras>2.1.9</version.argeo-tp-extras>
+               <version.argeo-connect>2.1.79-SNAPSHOT</version.argeo-connect>
+               <version.argeo-tp-extras>2.1.10</version.argeo-tp-extras>
                <git.rw />
        </properties>
        <scm>
@@ -77,19 +80,39 @@ which are used as well as that of the covered work.]]>
                                <role>QA</role>
                        </roles>
                </developer>
-               <developer>
-                       <id>bsinou</id>
-                       <name>Bruno Sinou</name>
-                       <email><![CDATA[http://www.google.com/recaptcha/mailhide/d?k=01SZoYvDnJzcw0KOR7M7u6Qg==&c=SVgEjXA_Uu9ZrNzLES92w1ght6puLFiVpoNUddCfSU8=]]></email>
-                       <organization>Argeo</organization>
-                       <organizationUrl>http://www.argeo.org</organizationUrl>
-                       <roles>
-                               <role>architect</role>
-                               <role>developer</role>
-                               <role>QA</role>
-                       </roles>
-               </developer>
        </developers>
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.10.4</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.extras</groupId>
+                               <artifactId>argeo-tp-extras</artifactId>
+                               <version>${version.argeo-tp-extras}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+       <dependencies>
+               <!-- RAP workbench -->
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>argeo-tp-rap-e3</artifactId>
+                       <version>${version.argeo-tp}</version>
+                       <type>pom</type>
+                       <scope>provided</scope>
+               </dependency>
+       </dependencies>
        <repositories>
                <repository>
                        <id>argeo</id>
@@ -113,7 +136,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>