blob: a88b9d495990ab0e0b467dbeb2704c2e7f15ab90 [file] [log] [blame]
Gary Wu9f5645f2017-06-21 16:50:50 -07001<?xml version="1.0" encoding="UTF-8"?>
Gary Wu7f1c1522017-06-21 15:03:17 -07002<!--
Gary Wu9f5645f2017-06-21 16:50:50 -07003 Copyright (c) 2016-2017 Huawei Technologies Co., Ltd.
Gary Wu7f1c1522017-06-21 15:03:17 -07004
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 Wu4f21d5b2017-06-21 16:42:25 -070022 <name>oparent/version</name>
Gary Wu7f1c1522017-06-21 15:03:17 -070023 <packaging>pom</packaging>
24 <properties>
Gary Wu4f21d5b2017-06-21 16:42:25 -070025 <maven.compiler.source>1.8</maven.compiler.source>
26 <maven.compiler.target>1.8</maven.compiler.target>
Gary Wu7f1c1522017-06-21 15:03:17 -070027 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Gary Wu7f1c1522017-06-21 15:03:17 -070028 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Gary Wu9f5645f2017-06-21 16:50:50 -070029 <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
Gary Wu7f1c1522017-06-21 15:03:17 -070030 </properties>
31 <distributionManagement>
32 <repository>
Gary Wuabafcbc2017-07-10 16:00:27 -070033 <id>ecomp-releases</id>
Gary Wu9f5645f2017-06-21 16:50:50 -070034 <url>${onap.nexus.url}/content/repositories/releases</url>
Gary Wu7f1c1522017-06-21 15:03:17 -070035 </repository>
36 <snapshotRepository>
Gary Wuabafcbc2017-07-10 16:00:27 -070037 <id>ecomp-snapshots</id>
Gary Wu9f5645f2017-06-21 16:50:50 -070038 <url>${onap.nexus.url}/content/repositories/snapshots</url>
Gary Wu7f1c1522017-06-21 15:03:17 -070039 </snapshotRepository>
40 </distributionManagement>
Gary Wu7f1c1522017-06-21 15:03:17 -070041</project>