Modify Argeo TP version property
[gpl/argeo-suite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2e792ddc10ecd7e431309790bcecf44840461708..ddb95411979eecbc3e89503f608f69598064a8bd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,36 +1,37 @@
-<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.69</version>
+               <version>2.1.71-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.suite</groupId>
        <artifactId>argeo-suite</artifactId>
        <packaging>pom</packaging>
        <name>Argeo Suite</name>
        <description />
-       <version>0.1.11</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>org.argeo.suite.theme.argeo2</module>
                <module>org.argeo.suite.apps</module>
                <module>org.argeo.suite.apps.web</module>
-               <module>sdk</module>
+               <module>dep</module>
        </modules>
        <properties>
-               <version.argeo-suite>0.1.11</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.77</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>
                <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>argeo-suite-0.1.11</tag>
+               <tag>HEAD</tag>
        </scm>
        <inceptionYear>2014</inceptionYear>
        <licenses>
@@ -103,6 +104,16 @@ which are used as well as that of the covered work.]]>
                        </plugin>
                </plugins>
        </build>
+       <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>