diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-07-24 17:45:01 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-07-24 18:53:03 -0400 |
commit | ffb4c7176c449c96a4bdbb43aa5a0c86e0aafdd4 (patch) | |
tree | e220469831d4c447707e439f8ef5109943965705 /cm-container/pom.xml | |
parent | 567e399803a759e40c6a7d378bb517da4c5cd556 (diff) |
Fix bad types file download
Use the curl -L option to follow redirects
and the -f option to cause curl to fail
(and stop the Docker image build) if it
does not successfully retrieve a file
Issue-ID: DCAEGEN2-1685
Change-Id: If8fd872e036ed5bc48656f8ca6853c297c6ac135
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'cm-container/pom.xml')
-rw-r--r-- | cm-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index e13083d..f59c66c 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>2.0.1</version> + <version>2.0.2</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |