Add infrautils version to parent pom 77/59977/1
authorDavid Suarez <[email protected]>
Wed, 5 Jul 2017 14:26:49 +0000 (16:26 +0200)
committerDavid Suarez <[email protected]>
Wed, 5 Jul 2017 14:26:49 +0000 (16:26 +0200)
Add infrautils project version to the sfc parent pom so
that it can be referenced by other other modules.

Change-Id: Ia1cea8ea352b724061b71faaadc78276be8284f6
Signed-off-by: David Suarez <[email protected]>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0150b051ae32470e634d003a1693728b4d16dcd3..c3512766f125cd04429bdb0421c81dbc7c28ee1b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
     <name>sfc</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
-    <!-- The following sections are for compatability with Maven Central -->
+    <!-- The following sections are for compatibility with Maven Central -->
     <description>Open Daylight SDN controller Service Function Chaining application</description>
     <url>https://wiki.opendaylight.org/view/Service_Function_Chaining:Main</url>
     <licenses>
         <restconf.version>1.6.0-SNAPSHOT</restconf.version>
         <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
         <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-
         <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
         <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
-
-
         <lispflowmapping.version>1.6.0-SNAPSHOT</lispflowmapping.version>
         <ovsdb.southbound.version>1.5.0-SNAPSHOT</ovsdb.southbound.version>
         <l2switch.version>0.6.0-SNAPSHOT</l2switch.version>
-
         <genius.version>0.3.0-SNAPSHOT</genius.version>
+        <infrautils.version>1.2.0-SNAPSHOT</infrautils.version>
 
         <!-- Supporting Libraries -->
         <feature.openflowplugin.version>0.5.0-SNAPSHOT</feature.openflowplugin.version>