1 <?xml version="1.0" encoding="UTF-8"?>
3 ################################################################################
4 # Copyright 2019 highstreet technologies and others
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
10 # http://www.apache.org/licenses/LICENSE-2.0
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.
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>
23 <groupId>org.onap.ccsdk.parent</groupId>
24 <artifactId>single-feature-parent</artifactId>
25 <version>1.5.2</version>
29 <groupId>org.o-ran-sc.oam.features.parent</groupId>
30 <artifactId>single-feature-parent</artifactId>
31 <version>0.7.1-SNAPSHOT</version>
32 <packaging>pom</packaging>
34 <name>o-ran-sc features single-feature-parent</name>
39 <url>https://nexus.onap.org/content/groups/public/</url>
41 <enabled>true</enabled>
42 <updatePolicy>never</updatePolicy>
45 <enabled>true</enabled>
46 <updatePolicy>always</updatePolicy>
51 <url>https://nexus.onap.org/content/groups/staging/</url>
53 <enabled>true</enabled>
54 <updatePolicy>never</updatePolicy>
57 <enabled>true</enabled>
58 <updatePolicy>always</updatePolicy>
62 <id>ecomp-release</id>
63 <name>onap-repository-releases</name>
64 <url>https://nexus.onap.org/content/repositories/releases/</url>
66 <enabled>true</enabled>
67 <updatePolicy>never</updatePolicy>
70 <enabled>false</enabled>
74 <id>ecomp-snapshot</id>
75 <name>onap-repository-snapshots</name>
76 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
78 <enabled>false</enabled>
81 <enabled>true</enabled>