Bug 5033 AAA sometimes falsely authorizes user to restricted endpoint
[aaa.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index abe98d105d36b6963cf43fa6683c1f1ab8451ffe..b91d950d993260708c669728a1f00bf7fcff6d85 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
   <prerequisites>
     <module>aaa-idmlight</module>
     <module>aaa-authn-mdsal-store</module>
     <module>aaa-authz</module>
-    <module>aaa-authn-odl-plugin</module>
     <module>aaa-credential-store-api</module>
     <module>artifacts</module>
     <module>features</module>
     <module>distribution-karaf</module>
     <module>parent</module>
+    <module>aaa-shiro</module>
+    <module>aaa-shiro-act</module>
+    <module>aaa-h2-store</module>
   </modules>
 
   <scm>