Bump versions by x.y.(z+1)
[mdsal.git] / model-binding2 / yang-ext / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9
10 <!-- vi: set et smarttab sw=4 tabstop=4: -->
11
12 <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">
13
14     <parent>
15         <groupId>org.opendaylight.mdsal</groupId>
16         <artifactId>mdsal-model-binding2-parent</artifactId>
17         <version>0.13.4-SNAPSHOT</version>
18         <relativePath>../../binding2/mdsal-model-binding2-parent</relativePath>
19     </parent>
20
21     <modelVersion>4.0.0</modelVersion>
22     <groupId>org.opendaylight.mdsal.model.binding2</groupId>
23     <artifactId>yang-ext</artifactId>
24     <version>2013.09.07.13.4-SNAPSHOT</version>
25     <name>${project.artifactId}</name>
26     <description>${project.artifactId}</description>
27     <packaging>bundle</packaging>
28 </project>