Release oam/nf-oam-adopter
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / ves-nf-oam-adopter-parent-lite / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * ============LICENSE_START=======================================================
4 * O-RAN-SC
5 * ================================================================================
6 * Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
7 * ================================================================================
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
11 *
12 * http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS,
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
19 * ============LICENSE_END============================================
20 *
21 -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0"
23          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25     <modelVersion>4.0.0</modelVersion>
26     <groupId>org.o-ran-sc.oam</groupId>
27     <artifactId>ves-nf-oam-adopter-parent-lite</artifactId>
28     <version>1.0.0</version>
29     <packaging>pom</packaging>
30
31     <properties>
32         <java.version>11</java.version>
33         <maven.compiler.release>11</maven.compiler.release>
34         <nexusproxy>https://nexus.o-ran-sc.org</nexusproxy>
35         <nexusPath>/content/repositories/</nexusPath>
36         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37         <resource.delimiter>@</resource.delimiter>
38     </properties>
39
40     <scm>
41         <connection>scm:git:ssh://git.o-ran-sc.org:29418/oam/nf-oam-adopter.git</connection>
42         <developerConnection>scm:git:ssh://git.o-ran-sc.org:29418/oam/nf-oam-adopter.git</developerConnection>
43         <tag>master</tag>
44     </scm>
45
46     <distributionManagement>
47         <repository>
48             <id>nexus-releases</id>
49             <name>nexus-repository-releases</name>
50             <url>${nexusproxy}${nexusPath}/releases</url>
51         </repository>
52         <snapshotRepository>
53             <id>nexus-snapshots</id>
54             <name>nexus-repository-snapshots</name>
55             <url>${nexusproxy}${nexusPath}/snapshots</url>
56         </snapshotRepository>
57     </distributionManagement>
58 </project>