502454d9a68fb2b769dbdd2919023205bfc1bb0c
[oam.git] / parent / single-feature-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ################################################################################
4 # Copyright 2019 highstreet technologies and others
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 -->
19 <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/xsd/maven-4.0.0.xsd">
20   <modelVersion>4.0.0</modelVersion>
21
22   <parent>
23     <groupId>org.onap.ccsdk.parent</groupId>
24     <artifactId>single-feature-parent</artifactId>
25     <version>1.5.2</version>
26     <relativePath />
27   </parent>
28
29   <groupId>org.o-ran-sc.oam.features.parent</groupId>
30   <artifactId>single-feature-parent</artifactId>
31   <version>1.5.2-SNAPSHOT</version>
32   <packaging>pom</packaging>
33
34   <name>o-ran-sc features single-feature-parent</name>
35
36   <repositories>
37     <repository>
38       <id>onap-public</id>
39       <url>https://nexus.onap.org/content/groups/public/</url>
40       <releases>
41         <enabled>true</enabled>
42         <updatePolicy>never</updatePolicy>
43       </releases>
44       <snapshots>
45         <enabled>true</enabled>
46         <updatePolicy>always</updatePolicy>
47       </snapshots>
48     </repository>
49     <repository>
50       <id>onap-staging</id>
51       <url>https://nexus.onap.org/content/groups/staging/</url>
52       <releases>
53         <enabled>true</enabled>
54         <updatePolicy>never</updatePolicy>
55       </releases>
56       <snapshots>
57         <enabled>true</enabled>
58         <updatePolicy>always</updatePolicy>
59       </snapshots>
60     </repository>
61     <repository>
62       <id>ecomp-release</id>
63       <name>onap-repository-releases</name>
64       <url>https://nexus.onap.org/content/repositories/releases/</url>
65       <releases>
66         <enabled>true</enabled>
67         <updatePolicy>never</updatePolicy>
68       </releases>
69       <snapshots>
70         <enabled>false</enabled>
71       </snapshots>
72     </repository>
73     <repository>
74       <id>ecomp-snapshot</id>
75       <name>onap-repository-snapshots</name>
76       <url>https://nexus.onap.org/content/repositories/snapshots/</url>
77       <releases>
78         <enabled>false</enabled>
79       </releases>
80       <snapshots>
81         <enabled>true</enabled>
82       </snapshots>
83     </repository>
84   </repositories>
85
86 </project>