diff options
author | shentao <shentao@chinamobile.com> | 2017-11-01 21:03:13 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-01 21:03:24 +0800 |
commit | f59c8533f47fbf34477b1594ef48b173b3a88741 (patch) | |
tree | 13704776f17b94b17677d9b6a35d13727f9eb994 /standalone | |
parent | 256b0e5eb968019c356eeeac06b5cd934e48cf44 (diff) |
modify pom file to fix staging repo
Change-Id: I2509931e897291361e8d9755f21ebc153135cb20
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/pom.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 25e83db6..6cbc0fab 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> <!-- - Copyright 2016-2017 ZTE Corporation. Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,14 +13,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> <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"> <parent> - <groupId>org.onap.usecase-ui.server</groupId> - <artifactId>usecase-ui-server-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> + <groupId>org.onap.usecase-ui.server</groupId> + <artifactId>usecase-ui-server-parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> <modelVersion>4.0.0</modelVersion> <artifactId>standalone</artifactId> @@ -189,7 +187,7 @@ </plugins> </build> - <profiles> + <profiles> <profile> <id>docker</id> <build> |