LISP SNAPSHOT version for distrbution
Luis Gomez
Hi devs, The automatic adjust version job in Integration Jenkins has bumped the LISP SNAPSHOT version a few times lately, can you please tell which LISP version has to be used for SP distribution? <!-- lispflowmapping -->
397 <dependency>
398
<groupId>org.opendaylight.lispflowmapping</groupId>
399
<artifactId>mappingservice.yangmodel</artifactId>
400 <version>1.1.5-SNAPSHOT</version>
401 </dependency>
403 <dependency>
404
<groupId>org.opendaylight.lispflowmapping</groupId>
405
<artifactId>mappingservice.api</artifactId>
406 <version>1.1.5-SNAPSHOT</version>
407 </dependency>
409 <dependency>
410
<groupId>org.opendaylight.lispflowmapping</groupId>
411
<artifactId>mappingservice.config</artifactId>
412 <version>1.1.5-SNAPSHOT</version>
413 </dependency>
415 <dependency>
416
<groupId>org.opendaylight.lispflowmapping</groupId>
417
<artifactId>mappingservice.implementation</artifactId>
418 <version>1.1.5-SNAPSHOT</version>
419 </dependency>
421 <dependency>
422
<groupId>org.opendaylight.lispflowmapping</groupId>
423
<artifactId>mappingservice.northbound</artifactId>
424 <version>1.1.5-SNAPSHOT</version>
425 </dependency>
427 <dependency>
428
<groupId>org.opendaylight.lispflowmapping</groupId>
429
<artifactId>mappingservice.southbound</artifactId>
430 <version>1.1.5-SNAPSHOT</version>
431 </dependency>
|
|