Release Carbon
[mdsal.git] / model-binding2 / yang-ext / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2017 Pantheon Technologies s.r.o. 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.10.4-Carbon</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.10.4-Carbon</version>
25     <name>${project.artifactId}</name>
26     <description>${project.artifactId}</description>
27     <packaging>bundle</packaging>
28
29      <!--
30       Maven Site Configuration
31
32       The following configuration is necessary for maven-site-plugin to
33       correctly identify the correct deployment path for OpenDaylight Maven
34       sites.
35   -->
36   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
37
38   <distributionManagement>
39     <site>
40       <id>opendaylight-site</id>
41       <url>${nexus.site.url}/${project.artifactId}/</url>
42     </site>
43   </distributionManagement>
44
45 </project>