summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
-rw-r--r--tox.ini4
2 files changed, 7 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 97d3ac8..5b20a51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.vvp</groupId>
- <artifactId>vvp-image-scanner</artifactId>
+ <groupId>org.openecomp.vvp.image-scanner</groupId>
+ <artifactId>image-scanner</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>vvp-image-scanner</name>
@@ -44,7 +44,7 @@
<configuration>
<images>
<image>
- <name>openecomp/vvp-image-scanner</name>
+ <name>openecomp/vvp/image-scanner</name>
<alias>vvp-image-scanner</alias>
<build>
<cleanup>true</cleanup>
@@ -85,7 +85,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp-image-scanner</image>
+ <image>openecomp/vvp/image-scanner</image>
</configuration>
</execution>
</executions>
diff --git a/tox.ini b/tox.ini
index a0ea6fc..b976be2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,9 @@ deps =
[testenv:style]
-commands = python -m flake8
+basepython=python3.6
+commands = python --version
+ python -m flake8
[testenv:py3]
basepython=python3.6