Gary Wu | 9f5645f | 2017-06-21 16:50:50 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 2 | <!-- |
Gary Wu | 9f5645f | 2017-06-21 16:50:50 -0700 | [diff] [blame] | 3 | Copyright (c) 2016-2017 Huawei Technologies Co., Ltd. |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | <groupId>org.onap.oparent</groupId> |
| 20 | <artifactId>version</artifactId> |
| 21 | <version>1.0.0-SNAPSHOT</version> |
Gary Wu | 4f21d5b | 2017-06-21 16:42:25 -0700 | [diff] [blame] | 22 | <name>oparent/version</name> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 23 | <packaging>pom</packaging> |
| 24 | <properties> |
Gary Wu | 4f21d5b | 2017-06-21 16:42:25 -0700 | [diff] [blame] | 25 | <maven.compiler.source>1.8</maven.compiler.source> |
| 26 | <maven.compiler.target>1.8</maven.compiler.target> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 27 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 28 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
Gary Wu | 9f5645f | 2017-06-21 16:50:50 -0700 | [diff] [blame] | 29 | <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 30 | </properties> |
| 31 | <distributionManagement> |
| 32 | <repository> |
Gary Wu | abafcbc | 2017-07-10 16:00:27 -0700 | [diff] [blame] | 33 | <id>ecomp-releases</id> |
Gary Wu | 9f5645f | 2017-06-21 16:50:50 -0700 | [diff] [blame] | 34 | <url>${onap.nexus.url}/content/repositories/releases</url> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 35 | </repository> |
| 36 | <snapshotRepository> |
Gary Wu | abafcbc | 2017-07-10 16:00:27 -0700 | [diff] [blame] | 37 | <id>ecomp-snapshots</id> |
Gary Wu | 9f5645f | 2017-06-21 16:50:50 -0700 | [diff] [blame] | 38 | <url>${onap.nexus.url}/content/repositories/snapshots</url> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 39 | </snapshotRepository> |
| 40 | </distributionManagement> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 41 | </project> |