Bug 615: Removed xtend from Topology Manager
[controller.git] / opendaylight / sal / yang-prototype / concepts-lang / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
4     <parent>
5         <artifactId>yang-prototype</artifactId>
6         <groupId>org.opendaylight.controller</groupId>
7         <version>0.5-SNAPSHOT</version>
8     </parent>
9     <scm>
10       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
11       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
12       <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
13     </scm>
14     
15         <properties>
16         <releaseplugin.version>2.3.2</releaseplugin.version>
17         </properties>
18
19     <modelVersion>4.0.0</modelVersion>
20     <artifactId>concepts-lang</artifactId>
21     <packaging>jar</packaging>
22     <name>${project.artifactId}</name>
23     <description>${project.artifactId}</description>
24         <build>
25       <pluginManagement>
26         <plugins>
27           <plugin>
28             <groupId>org.apache.maven.plugins</groupId>
29             <artifactId>maven-release-plugin</artifactId>
30             <version>${releaseplugin.version}</version>
31           </plugin>
32         </plugins>
33       </pluginManagement>
34     </build>
35 </project>