Bumping versions by 0.1.0 for next dev cycle
[aaa.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a9180cddbd237e90e82a26d763f8d0a0be5c7ef9..b91d950d993260708c669728a1f00bf7fcff6d85 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,13 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
-    <artifactId>commons.aaa</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
-    <relativePath>commons/parent</relativePath>
+    <artifactId>aaa-parent</artifactId>
+    <version>0.4.0-SNAPSHOT</version>
+    <relativePath>parent</relativePath>
   </parent>
+
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
   <prerequisites>
@@ -17,7 +18,6 @@
   </prerequisites>
 
   <modules>
-    <module>commons/parent</module>
     <module>aaa-authn-api</module>
     <module>aaa-authn</module>
     <module>aaa-idp-mapping</module>
     <module>aaa-authn-keystone</module>
     <module>aaa-authn-basic</module>
     <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>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${checkstyle.version}</version>
-        <configuration>
-          <!-- checkstyle is evil -->
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>