]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/modules/pom.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / security / modules / pom.xml
index 95074346a6b9fb33c1d028c3173d28cf495f5dcc..129e5b700c7006ef2cf4c4fbefa67b4dfb9c9401 100644 (file)
@@ -1,20 +1,21 @@
-<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>
-               <version>1.1.5-SNAPSHOT</version>
+               <version>2.1.12-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.commons.security</groupId>
-       <artifactId>modules</artifactId>
+       <groupId>org.argeo.commons</groupId>
+       <artifactId>argeo-commons</artifactId>
        <packaging>pom</packaging>
        <name>Commons Security Modules</name>
        <modules>
+               <module>org.argeo.security.dao.cli</module>
                <module>org.argeo.security.dao.os</module>
                <module>org.argeo.security.dao.jackrabbit</module>
                <module>org.argeo.security.dao.ldap</module>
+               <module>org.argeo.security.auth.ldap</module>
                <module>org.argeo.security.webapp</module>
        </modules>
        <build>