diff options
Diffstat (limited to 'standalone/pom.xml')
-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> |