Initial clone of OF plugin 1.0 into the openflowplugin repository with small amendment
[openflowplugin.git] / commons / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <prerequisites>
6     <maven>3.0</maven>
7   </prerequisites>
8   <parent>
9     <groupId>org.opendaylight.controller</groupId>
10     <artifactId>commons.opendaylight</artifactId>
11     <version>1.4.0-SNAPSHOT</version>
12   </parent>
13   <groupId>org.opendaylight.openflowplugin</groupId>
14   <artifactId>commons.openflowplugin</artifactId>
15   <version>0.0.1-SNAPSHOT</version>
16   <packaging>pom</packaging>
17
18   <repositories>
19     <!-- OpenDayLight Released artifact -->
20     <repository>
21       <id>opendaylight-release</id>
22       <name>opendaylight-release</name>
23       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
24     </repository>
25     <!-- OpenDayLight Snapshot artifact -->
26     <repository>
27       <id>opendaylight-snapshot</id>
28       <name>opendaylight-snapshot</name>
29       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
30     </repository>
31   </repositories>
32
33   <pluginRepositories>
34     <pluginRepository>
35       <id>central2</id>
36       <name>central2</name>
37       <url>http://nexus.opendaylight.org/content/repositories/central2/</url>
38     </pluginRepository>
39   </pluginRepositories>
40 </project>