Bumping versions by 0.0.1 for next dev cycle
[netconf.git] / restconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>odlparent-lite</artifactId>
8         <version>1.7.1-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.netconf</groupId>
13     <artifactId>restconf-parent</artifactId>
14     <version>1.4.1-SNAPSHOT</version>
15     <packaging>pom</packaging>
16     <name>${project.artifactId}</name>
17
18     <modules>
19         <module>sal-rest-connector</module>
20         <module>sal-rest-connector-config</module>
21         <module>sal-rest-docgen</module>
22         <module>sal-rest-docgen-maven</module>
23         <!--
24         FIXME: Needs to be reimplemented to not use YANGTools restconf impl
25         <module>sal-restconf-broker</module>
26         -->
27         <module>restconf-artifacts</module>
28     </modules>
29
30     <dependencyManagement>
31         <dependencies>
32             <dependency>
33                 <groupId>org.opendaylight.netconf</groupId>
34                 <artifactId>restconf-artifacts</artifactId>
35                 <version>${project.version}</version>
36                 <type>pom</type>
37                 <scope>import</scope>
38             </dependency>
39         </dependencies>
40     </dependencyManagement>
41
42 </project>