diff options
author | Tommy Carpenter <tommy@research.att.com> | 2018-10-25 13:56:41 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2018-10-25 13:56:45 -0400 |
commit | c7a0582d22ba2016fc2b2d02ae4147996a290c06 (patch) | |
tree | e7088277680d4adda418cc2571c0bbb5180cfa1a /onap-dcae-cbs-docker-client/pom.xml | |
parent | 71a3d6efb66021adec156d5d392175ce0aac6e3e (diff) |
Fix issue caused by flake8 upgrade3.0.1-ONAP3.0.0-ONAPcasablanca
Issue-ID: DCAEGEN2-919
Change-Id: I6bea00422edfdfb20fd1af3dcc68a60ef77140d9
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'onap-dcae-cbs-docker-client/pom.xml')
-rw-r--r-- | onap-dcae-cbs-docker-client/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/onap-dcae-cbs-docker-client/pom.xml b/onap-dcae-cbs-docker-client/pom.xml index d006a29..a8d861d 100644 --- a/onap-dcae-cbs-docker-client/pom.xml +++ b/onap-dcae-cbs-docker-client/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.utils</groupId> <artifactId>onap-dcae-cbs-docker-client</artifactId> <name>dcaegen2-utils-python-cbs-docker-client</name> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> @@ -65,7 +65,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. </configuration> </plugin> <!-- first disable the default Java plugins at various stages --> - <!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares + <!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares the resources dir. we do not need it --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -96,7 +96,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. </execution> </executions> </plugin> - <!-- maven-install-plugin is called during "install" phase by default behavior. it tries to copy stuff under + <!-- maven-install-plugin is called during "install" phase by default behavior. it tries to copy stuff under target dir to ~/.m2. we do not need it --> <plugin> <groupId>org.apache.maven.plugins</groupId> |