Bumping versions by 0.1.0 for next dev cycle
[aaa.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e28ff02c803719c8528b00132762ee142ebef5c4..b91d950d993260708c669728a1f00bf7fcff6d85 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,47 +3,43 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
-    <artifactId>commons.aaa</artifactId>
-    <version>0.1.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.1.0-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <name>aaa</name> <!-- Used by Sonar to set project name -->
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
 
   <modules>
-    <module>commons/parent</module>
     <module>aaa-authn-api</module>
     <module>aaa-authn</module>
+    <module>aaa-idp-mapping</module>
     <module>aaa-authn-sts</module>
     <module>aaa-authn-store</module>
+    <module>aaa-authn-federation</module>
     <module>aaa-authn-sssd</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>feature</module>
-    <!-- Not working on Jenkins :\
-    <module>aaa-it</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>