Bump versions by x.y.(z+1)
[controller.git] / features / extras / pom.xml
index c838b29bc0d7eaf943cbc7f28296a0d25153fa98..018c0ef9f23b92cd49b450f5215b998b414afa8e 100644 (file)
@@ -1,42 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
+ Copyright © 2016, 2017 Red Hat, Inc. and others.
+
  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.odlparent</groupId>
-        <artifactId>features-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <artifactId>odlparent-lite</artifactId>
+        <version>5.0.1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
-    <artifactId>features-extras</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
-    <packaging>jar</packaging>
-    <properties>
-        <jolokia.version>1.3.1</jolokia.version>
-        <odl-jolokia-osgi.version>0.4.0-SNAPSHOT</odl-jolokia-osgi.version>
-    </properties>
+    <artifactId>features-extras-aggregator</artifactId>
+    <version>1.14.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.jolokia</groupId>
-            <artifactId>jolokia-osgi</artifactId>
-            <version>${jolokia.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>odl-jolokia-osgi</artifactId>
-            <version>${odl-jolokia-osgi.version}</version>
-            <type>cfg</type>
-            <classifier>configuration</classifier>
-        </dependency>
-    </dependencies>
+    <modules>
+        <module>features-extras</module>
+        <module>odl-extras-all</module>
+        <module>odl-jolokia</module>
+    </modules>
 
     <scm>
         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>