Release integration/distribution
[integration/distribution.git] / opendaylight / pom.xml
index 92885824cafb2c872b7195bb285a6151f7de1acb..feb47a7496cdd1ae4441c1a039cc0e7e6b558575 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
-        <relativePath/>
+        <version>0.14.4</version>
+        <relativePath>karaf</relativePath>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>14.4.0</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</description>
         <tag>HEAD</tag>
     </scm>
     <profiles>
-        <!-- JSONRPC -->
+        <!-- TransportPCE -->
         <profile>
-            <id>jsonrpc</id>
+            <id>transportpce</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.jsonrpc</groupId>
-                    <artifactId>jsonrpc-features</artifactId>
-                    <version>1.7.0-SNAPSHOT</version>
+                    <groupId>org.opendaylight.transportpce</groupId>
+                    <artifactId>odl-transportpce</artifactId>
+                    <version>3.4.0</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.transportpce</groupId>
+                    <artifactId>odl-transportpce-tapi</artifactId>
+                    <version>3.4.0</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.transportpce</groupId>
+                    <artifactId>odl-transportpce-inventory</artifactId>
+                    <version>3.4.0</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.transportpce</groupId>
+                    <artifactId>odl-transportpce-nbinotifications</artifactId>
+                    <version>3.4.0</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
                 </dependency>
-            </dependencies>
-        </profile>
-        <!-- TransportPCE -->
-        <profile>
-            <id>transportpce</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>features-transportpce</artifactId>
-                    <version>0.4.0-SNAPSHOT</version>
+                    <artifactId>odl-transportpce-dmaap-client</artifactId>
+                    <version>3.4.0</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>