[maven-release-plugin] prepare release argeo-commons-2.1.64
[lgpl/argeo-commons.git] / dep / pom.xml
index 6019050bfc698498a312046721b19ddc35da05ab..c1bd7fd26494fd5c87041e6c02e308627adea386 100644 (file)
@@ -4,16 +4,17 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.30</version>
+               <version>2.1.64</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
        <name>Commons Modular Distributions</name>
        <packaging>pom</packaging>
        <modules>
-               <module>org.argeo.security.dep.node</module>
-               <module>org.argeo.dep.cms</module>
-               <module>org.argeo.security.dep.node.rap</module>
+               <module>org.argeo.dep.cms.client</module>
+               <module>org.argeo.dep.cms.node</module>
+               <module>org.argeo.dep.cms.platform</module>
+               <module>org.argeo.dep.cms.sdk</module>
        </modules>
        <build>
                <plugins>
                        </plugin>
                </plugins>
        </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.tp.equinox</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
        <profiles>
                <profile>
                        <id>check-osgi</id>
@@ -68,7 +76,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1.30</version>
+                                       <version>2.1.64</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>