Integrate CMS in Commons
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms / pom.xml
index 9c4caad846e639ea299061712b25f4a8b7a057c9..eb344cb4be08882d81cd11eefc5a0b985d37bfd6 100644 (file)
@@ -2,33 +2,33 @@
 <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.connect</groupId>
-               <version>2.1.13-SNAPSHOT</version>
+               <groupId>org.argeo.commons</groupId>
+               <version>2.1.12-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <artifactId>org.argeo.connect.dep.node.web</artifactId>
-       <name>Connect Node Web Dependencies</name>
+       <artifactId>org.argeo.dep.cms</artifactId>
+       <name>CMS Dependencies</name>
        <dependencies>
                <!-- Connect -->
                <dependency>
-                       <groupId>org.argeo.connect</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.13-SNAPSHOT</version>
+                       <version>2.1.12-SNAPSHOT</version>
                </dependency>
 
                <!-- Commons -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>${version.argeo-commons}</version>
+                       <version>2.1.12-SNAPSHOT</version>
                </dependency>
 
                <!-- Node (without RAP) -->
                <dependency>
-                       <groupId>org.argeo.commons.security</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.dep.node</artifactId>
-                       <version>${version.argeo-commons}</version>
+                       <version>2.1.12-SNAPSHOT</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.argeo.tp</groupId>
@@ -43,9 +43,9 @@
 
                <!-- Minimal web target platform -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
+                       <version>2.1.12-SNAPSHOT</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.rap.ui.views</artifactId>
                                </exclusion>
-                               <!-- Example, demos -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.demo.controls</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.example</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.example.pages</artifactId>
-                               </exclusion>
                        </exclusions>
                </dependency>
        </dependencies>