blob: 930dc298f8c03755dcde1a9a2d25e939be23d6a3 [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClungcd5f4f62018-06-13 14:03:54 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06007 Copyright (C) 2017 Amdocs
8 ================================================================================
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 ============LICENSE_END=========================================================
Skip Wonnell8c4b89b2018-01-12 09:24:03 -060021 -->
Patrick Brady57b5eef2017-02-10 15:00:49 -080022<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">
Patrick Brady32229082018-08-09 12:05:53 -070023 <parent>
24 <groupId>org.onap.appc.parent</groupId>
25 <artifactId>odlparent-lite</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080026 <version>1.5.0-SNAPSHOT</version>
Patrick Brady32229082018-08-09 12:05:53 -070027 <relativePath />
28 </parent>
29 <groupId>org.onap.appc</groupId>
Patrick Brady57b5eef2017-02-10 15:00:49 -080030 <modelVersion>4.0.0</modelVersion>
31
32 <artifactId>appc-ssh-adapter</artifactId>
33 <packaging>pom</packaging>
34
35 <modules>
36 <module>appc-ssh-adapter-api</module>
37 <module>appc-ssh-adapter-tests</module>
38 <module>appc-ssh-adapter-sshd</module>
39 <module>appc-ssh-adapter-features</module>
40 </modules>
Patrick Bradyccd67e92018-11-12 12:14:11 -080041 <version>1.5.0-SNAPSHOT</version>
Patrick Brady32229082018-08-09 12:05:53 -070042</project>