“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | |
Luji7 | 41ffc0c | 2016-09-28 23:45:14 +0800 | [diff] [blame] | 4 | Copyright 2016 ZTE Corporation. |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 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 | --> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 18 | <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"> |
| 19 | <parent> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 20 | <groupId>org.openo.gso.gui</groupId> |
| 21 | <artifactId>gso-gui</artifactId> |
j00302280 | 5db4521 | 2016-10-13 10:31:59 +0800 | [diff] [blame] | 22 | <version>1.1.0-SNAPSHOT</version> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 23 | <relativePath>..</relativePath> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 24 | </parent> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 25 | |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>openo-portal</artifactId> |
j00302280 | 5db4521 | 2016-10-13 10:31:59 +0800 | [diff] [blame] | 28 | <version>1.1.0-SNAPSHOT</version> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 29 | <packaging>pom</packaging> |
| 30 | <name>portal</name> |
“shentao” | ecdf583 | 2016-09-18 19:17:29 +0800 | [diff] [blame] | 31 | |
| 32 | <modules> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 33 | <module>portal-package</module> |
| 34 | <module>portal-common</module> |
| 35 | <module>portal-resmgr</module> |
| 36 | <module>portal-extsys</module> |
| 37 | <module>portal-catalog</module> |
| 38 | <module>portal-auth</module> |
| 39 | <module>portal-lifecyclemgr</module> |
“shentao” | 3379633 | 2016-10-21 15:05:13 +0800 | [diff] [blame] | 40 | <module>portal-performance</module> |
“shentao” | ecdf583 | 2016-09-18 19:17:29 +0800 | [diff] [blame] | 41 | </modules> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 42 | </project> |