diff options
Diffstat (limited to 'installation')
-rw-r--r-- | installation/admportal/pom.xml | 1 | ||||
-rw-r--r-- | installation/dgbuilder/pom.xml | 3 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 1 | ||||
-rw-r--r-- | installation/src/main/properties/aaiclient.properties | 2 | ||||
-rw-r--r-- | installation/src/main/properties/dblib.properties | 2 | ||||
-rw-r--r-- | installation/src/main/properties/mdsal-resource.properties | 2 | ||||
-rw-r--r-- | installation/src/main/properties/sql-resource.properties | 2 | ||||
-rw-r--r-- | installation/src/main/properties/svclogic.properties | 2 |
8 files changed, 9 insertions, 6 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 5f5d221d..7a45574c 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -116,6 +116,7 @@ <plugin> <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> + <version>1.5.0</version> <executions> <execution> <id>Unzip admportal</id> diff --git a/installation/dgbuilder/pom.xml b/installation/dgbuilder/pom.xml index 6df37691..c45046a5 100644 --- a/installation/dgbuilder/pom.xml +++ b/installation/dgbuilder/pom.xml @@ -96,6 +96,7 @@ <plugin> <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> + <version>1.5.0</version> <executions> <execution> <id>make-path</id> @@ -104,7 +105,7 @@ <goal>exec</goal> </goals> <configuration> - <executable>/bin/mkdir</executable> + <executable>/bin/echo</executable> <arguments> <argument>-p</argument> <argument>${basedir}/target/docker-stage/opt/openecomp/sdnc</argument> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 50b8cbea..470cf282 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -198,6 +198,7 @@ <plugin> <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> + <version>1.5.0</version> <executions> <execution> diff --git a/installation/src/main/properties/aaiclient.properties b/installation/src/main/properties/aaiclient.properties index 485be8fe..b26ed010 100644 --- a/installation/src/main/properties/aaiclient.properties +++ b/installation/src/main/properties/aaiclient.properties @@ -3,7 +3,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/installation/src/main/properties/dblib.properties b/installation/src/main/properties/dblib.properties index fa81866f..0e79befd 100644 --- a/installation/src/main/properties/dblib.properties +++ b/installation/src/main/properties/dblib.properties @@ -3,7 +3,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/installation/src/main/properties/mdsal-resource.properties b/installation/src/main/properties/mdsal-resource.properties index 62ad3757..e4a585ff 100644 --- a/installation/src/main/properties/mdsal-resource.properties +++ b/installation/src/main/properties/mdsal-resource.properties @@ -3,7 +3,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/installation/src/main/properties/sql-resource.properties b/installation/src/main/properties/sql-resource.properties index 3a08ebf9..ac32f773 100644 --- a/installation/src/main/properties/sql-resource.properties +++ b/installation/src/main/properties/sql-resource.properties @@ -3,7 +3,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/installation/src/main/properties/svclogic.properties b/installation/src/main/properties/svclogic.properties index 8f7c16e8..efc1cb34 100644 --- a/installation/src/main/properties/svclogic.properties +++ b/installation/src/main/properties/svclogic.properties @@ -3,7 +3,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |