alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | f7cf45a | 2017-08-03 22:45:48 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Foundation |
alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 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/xsd/maven-4.0.0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
Charles Chan | 38f7029 | 2016-12-14 16:14:57 -0800 | [diff] [blame] | 24 | <artifactId>onos-dependencies</artifactId> |
Carmelo Cascone | a8bcdca | 2019-11-15 21:34:03 -0800 | [diff] [blame^] | 25 | <version>2.2.1-b3</version> |
alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 26 | </parent> |
| 27 | |
Brian O'Connor | dd1ebd3 | 2016-06-24 17:00:42 -0700 | [diff] [blame] | 28 | <groupId>org.opencord</groupId> |
Jonathan Hart | 92cc965 | 2016-06-07 11:23:03 -0700 | [diff] [blame] | 29 | <artifactId>cord-config</artifactId> |
Carmelo Cascone | 1c7e6be | 2019-11-14 14:22:39 -0800 | [diff] [blame] | 30 | <version>2.0.0-SNAPSHOT</version> |
alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 31 | <packaging>bundle</packaging> |
| 32 | |
Jonathan Hart | c6681fb | 2016-05-23 20:50:49 -0700 | [diff] [blame] | 33 | <description>CORD configuration meta application</description> |
alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 34 | |
| 35 | <properties> |
alshabib | f2b1e0d | 2016-06-02 17:12:54 -0700 | [diff] [blame] | 36 | <onos.app.name>org.opencord.config</onos.app.name> |
Jonathan Hart | 92cc965 | 2016-06-07 11:23:03 -0700 | [diff] [blame] | 37 | <onos.app.title>CORD Configuration Meta Application</onos.app.title> |
alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 38 | <onos.app.category>Utility</onos.app.category> |
| 39 | <onos.app.url>http://opencord.org</onos.app.url> |
| 40 | </properties> |
| 41 | |
| 42 | <dependencies> |
| 43 | <dependency> |
| 44 | <groupId>org.onosproject</groupId> |
| 45 | <artifactId>onos-api</artifactId> |
alshabib | f2b1e0d | 2016-06-02 17:12:54 -0700 | [diff] [blame] | 46 | <version>${onos.version}</version> |
Carmelo Cascone | 1c7e6be | 2019-11-14 14:22:39 -0800 | [diff] [blame] | 47 | <scope>provided</scope> |
alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 48 | </dependency> |
| 49 | </dependencies> |
| 50 | |
alshabib | f2b1e0d | 2016-06-02 17:12:54 -0700 | [diff] [blame] | 51 | <build> |
| 52 | <plugins> |
| 53 | <plugin> |
alshabib | f2b1e0d | 2016-06-02 17:12:54 -0700 | [diff] [blame] | 54 | <groupId>org.onosproject</groupId> |
| 55 | <artifactId>onos-maven-plugin</artifactId> |
alshabib | f2b1e0d | 2016-06-02 17:12:54 -0700 | [diff] [blame] | 56 | </plugin> |
| 57 | </plugins> |
| 58 | </build> |
Jonathan Hart | bcd4e29 | 2017-08-15 16:35:57 -0700 | [diff] [blame] | 59 | |
| 60 | <repositories> |
| 61 | <repository> |
| 62 | <id>central</id> |
| 63 | <name>Central Repository</name> |
| 64 | <url>http://repo.maven.apache.org/maven2</url> |
| 65 | <layout>default</layout> |
| 66 | <snapshots> |
| 67 | <enabled>false</enabled> |
| 68 | </snapshots> |
| 69 | <releases> |
| 70 | <enabled>true</enabled> |
| 71 | <updatePolicy>always</updatePolicy> |
| 72 | <checksumPolicy>fail</checksumPolicy> |
| 73 | </releases> |
| 74 | </repository> |
Jonathan Hart | bcd4e29 | 2017-08-15 16:35:57 -0700 | [diff] [blame] | 75 | <repository> |
| 76 | <id>snapshots</id> |
| 77 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 78 | <snapshots> |
| 79 | <enabled>true</enabled> |
| 80 | <updatePolicy>always</updatePolicy> |
| 81 | <checksumPolicy>fail</checksumPolicy> |
| 82 | </snapshots> |
| 83 | </repository> |
| 84 | </repositories> |
alshabib | 10f7fe8 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 85 | </project> |