Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4a26a389ffc1c09eed407bd5a77648caa5f1a2f7..9687a8fc3c23d00697c88597d246496abcda2334 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,43 +1,65 @@
 <?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/xsd/maven-4.0.0.xsd">
+<!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+  This program and the accompanying materials are made available under the
+  terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  and is available at http://www.eclipse.org/legal/epl-v10.html --><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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
-    <groupId>org.opendaylight.groupbasedpolicy</groupId>
-    <artifactId>commons.groupbasedpolicy</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
-    <relativePath>commons/parent</relativePath>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.8.5-SNAPSHOT</version>
+    <relativePath/>
   </parent>
+
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.5.5-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
+
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
+
   <modules>
-    <module>commons/parent</module>
+    <module>artifacts</module>
     <module>groupbasedpolicy</module>
-    <module>distribution</module>
+    <module>domain-extensions</module>
+    <module>renderers</module>
+    <module>location-providers</module>
+    <module>neutron-mapper</module>
+    <module>neutron-vpp-mapper</module>
+    <module>neutron-ovsdb</module>
+    <module>groupbasedpolicy-ui</module>
+    <module>distribution-karaf</module>
+    <module>features</module>
+    <module>sxp-integration</module>
   </modules>
 
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${checkstyle.version}</version>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
         <configuration>
-          <!-- checkstyle is evil -->
           <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>
   </build>
+
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
   </scm>
-
 </project>