]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/pom.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / security / runtime / pom.xml
index 7856506000005d72cc5014ec7d625893707dbfff..c3fa23e44e18fe0200c57b95646efe97fd53a410 100644 (file)
@@ -1,34 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>0.1.1-SNAPSHOT</version>
+               <version>2.1.12-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.commons.security</groupId>
-       <artifactId>runtime</artifactId>
+       <groupId>org.argeo.commons</groupId>
+       <artifactId>argeo-commons</artifactId>
        <name>Commons Security Runtime</name>
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.security.core</module>
+               <module>org.argeo.security.ldap</module>
+               <module>org.argeo.security.activemq</module>
+               <module>org.argeo.security.jackrabbit</module>
                <module>org.argeo.security.mvc</module>
        </modules>
-       <profiles>
-               <profile>
-                       <id>withRia</id>
-                       <activation>
-                               <activeByDefault>true</activeByDefault>
-                       </activation>
-                       <modules>
-                               <module>org.argeo.slc.ria</module>
-                       </modules>
-               </profile>
-               <profile>
-                       <id>withoutRia</id>
-               </profile>
-       </profiles>
-
 </project>
\ No newline at end of file