Merge "Changed model versions to dependencies"
authorEd Warnicke <eaw@cisco.com>
Tue, 11 Feb 2014 01:31:00 +0000 (01:31 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 11 Feb 2014 01:31:00 +0000 (01:31 +0000)
1  2 
opendaylight/commons/opendaylight/pom.xml

index 84fe758e222846d43513fe5ce1199e3608c9f381,6baacc696d8907cd40aa32e7aaff99ee1d305c2c..63392571d48cf671a41504b48ceb1c93cf744dd6
@@@ -4,6 -4,7 +4,6 @@@
    <prerequisites>
      <maven>3.0</maven>
    </prerequisites>
 -  <groupId>org.opendaylight.controller</groupId>
    <artifactId>commons.opendaylight</artifactId>
    <version>1.4.2-SNAPSHOT</version>
    <packaging>pom</packaging>
      <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
      <guava.version>14.0.1</guava.version>
      <osgi.core.version>5.0.0</osgi.core.version>
-     <ietf-inet-types.version>2010.09.24.3</ietf-inet-types.version>
-     <ietf-yang-types.version>2010.09.24.3</ietf-yang-types.version>
-     <ietf-topology.version>2013.10.21.1</ietf-topology.version>
-     <opendaylight-l2-types.version>2013.08.27.3</opendaylight-l2-types.version>
-     <yang-ext.version>2013.09.07.3</yang-ext.version>
+     <ietf-inet-types.version>2010.09.24.4-SNAPSHOT</ietf-inet-types.version>
+     <ietf-yang-types.version>2010.09.24.4-SNAPSHOT</ietf-yang-types.version>
+     <ietf-topology.version>2013.10.21.2-SNAPSHOT</ietf-topology.version>
+     <opendaylight-l2-types.version>2013.08.27.4-SNAPSHOT</opendaylight-l2-types.version>
+     <yang-ext.version>2013.09.07.4-SNAPSHOT</yang-ext.version>
      <javassist.version>3.17.1-GA</javassist.version>
      <releaseplugin.version>2.3.2</releaseplugin.version>
      <commons.lang.version>3.1</commons.lang.version>
         <artifactId>yang-model-api</artifactId>
         <version>${yangtools.version}</version>
        </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.yangtools</groupId>
 +        <artifactId>yang-model-util</artifactId>
 +        <version>${yangtools.version}</version>
 +      </dependency>
 +
        <dependency>
          <groupId>org.opendaylight.controller</groupId>
          <artifactId>hosttracker</artifactId>