David K. Bainbridge | b6f72c1 | 2017-08-22 13:22:23 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright 2017-present Open Networking Foundation |
| 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <groupId>fake</groupId> |
| 23 | <artifactId>fake</artifactId> |
| 24 | <version>fake</version> |
| 25 | |
| 26 | <properties> |
Shad Ansari | d968223 | 2018-09-18 04:31:29 +0000 | [diff] [blame] | 27 | <aaa.version>1.8.0-SNAPSHOT</aaa.version> |
Jonathan Hart | 928fa93 | 2018-06-08 14:12:55 -0700 | [diff] [blame] | 28 | <config.version>1.4.0</config.version> |
Shad Ansari | d968223 | 2018-09-18 04:31:29 +0000 | [diff] [blame] | 29 | <dhcpl2relay.version>1.5.0-SNAPSHOT</dhcpl2relay.version> |
Jonathan Hart | 928fa93 | 2018-06-08 14:12:55 -0700 | [diff] [blame] | 30 | <igmpproxy.version>1.2.0</igmpproxy.version> |
| 31 | <mcast.version>1.4.0</mcast.version> |
Shad Ansari | d968223 | 2018-09-18 04:31:29 +0000 | [diff] [blame] | 32 | <olt.version>2.0.0-SNAPSHOT</olt.version> |
| 33 | <sadis.version>2.2.0-SNAPSHOT</sadis.version> |
David K. Bainbridge | b6f72c1 | 2017-08-22 13:22:23 -0700 | [diff] [blame] | 34 | </properties> |
| 35 | |
| 36 | <build> |
| 37 | <plugins> |
| 38 | <plugin> |
| 39 | <groupId>org.apache.maven.plugins</groupId> |
| 40 | <artifactId>maven-dependency-plugin</artifactId> |
| 41 | <version>3.0.1</version> |
| 42 | <configuration> |
| 43 | <artifactItems> |
| 44 | <artifactItem> |
| 45 | <groupId>org.opencord</groupId> |
| 46 | <artifactId>cord-config</artifactId> |
| 47 | <version>${config.version}</version> |
| 48 | <type>oar</type> |
| 49 | <overWrite>true</overWrite> |
| 50 | </artifactItem> |
| 51 | <artifactItem> |
| 52 | <groupId>org.opencord</groupId> |
David K. Bainbridge | b6f72c1 | 2017-08-22 13:22:23 -0700 | [diff] [blame] | 53 | <artifactId>mcast</artifactId> |
| 54 | <version>${mcast.version}</version> |
| 55 | <type>oar</type> |
| 56 | <overWrite>true</overWrite> |
| 57 | </artifactItem> |
| 58 | <artifactItem> |
| 59 | <groupId>org.opencord</groupId> |
| 60 | <artifactId>olt-app</artifactId> |
| 61 | <version>${olt.version}</version> |
| 62 | <type>oar</type> |
| 63 | <overWrite>true</overWrite> |
| 64 | </artifactItem> |
| 65 | <artifactItem> |
| 66 | <groupId>org.opencord</groupId> |
| 67 | <artifactId>sadis-app</artifactId> |
| 68 | <version>${sadis.version}</version> |
| 69 | <type>oar</type> |
| 70 | <overWrite>true</overWrite> |
| 71 | </artifactItem> |
| 72 | <artifactItem> |
| 73 | <groupId>org.opencord</groupId> |
David K. Bainbridge | b6f72c1 | 2017-08-22 13:22:23 -0700 | [diff] [blame] | 74 | <artifactId>aaa</artifactId> |
| 75 | <version>${aaa.version}</version> |
| 76 | <type>oar</type> |
| 77 | <overWrite>true</overWrite> |
| 78 | </artifactItem> |
| 79 | <artifactItem> |
| 80 | <groupId>org.opencord</groupId> |
| 81 | <artifactId>onos-app-igmpproxy</artifactId> |
| 82 | <version>${igmpproxy.version}</version> |
| 83 | <type>oar</type> |
| 84 | <overWrite>true</overWrite> |
| 85 | </artifactItem> |
| 86 | <artifactItem> |
| 87 | <groupId>org.opencord</groupId> |
| 88 | <artifactId>dhcpl2relay</artifactId> |
| 89 | <version>${dhcpl2relay.version}</version> |
| 90 | <type>oar</type> |
| 91 | <overWrite>true</overWrite> |
| 92 | </artifactItem> |
| 93 | </artifactItems> |
| 94 | </configuration> |
| 95 | </plugin> |
| 96 | </plugins> |
| 97 | </build> |
| 98 | |
| 99 | <repositories> |
| 100 | <repository> |
| 101 | <id>central</id> |
| 102 | <name>Central Repository</name> |
| 103 | <url>http://repo.maven.apache.org/maven2</url> |
| 104 | <layout>default</layout> |
| 105 | <snapshots> |
| 106 | <enabled>false</enabled> |
| 107 | </snapshots> |
| 108 | <releases> |
| 109 | <enabled>true</enabled> |
| 110 | <updatePolicy>always</updatePolicy> |
| 111 | <checksumPolicy>fail</checksumPolicy> |
| 112 | </releases> |
| 113 | </repository> |
| 114 | |
| 115 | <repository> |
| 116 | <id>snapshots</id> |
| 117 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 118 | <snapshots> |
| 119 | <enabled>true</enabled> |
| 120 | <updatePolicy>always</updatePolicy> |
| 121 | <checksumPolicy>fail</checksumPolicy> |
| 122 | </snapshots> |
| 123 | </repository> |
| 124 | </repositories> |
| 125 | |
| 126 | </project> |