summaryrefslogtreecommitdiffstats
path: root/dcae-cli/pom.xml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-03-02 20:46:21 -0500
committerMichael Hwang <mhwang@research.att.com>2018-03-09 16:25:24 -0500
commitb11dae55f54720759431107e83f1070c10aacd96 (patch)
treedda6037b9301cbd20300bd566485cf4463124f4c /dcae-cli/pom.xml
parent141bcd47087b39d2ac3846ace864b9d9b0706ff5 (diff)
Make tox work in a fresh scenario
Severing the unit tests from the local config dependency meant refactoring code that made pure unit testing impossible. Introduced a conftest in this commit. Change-Id: Id005b8b5b0704ccac33fa8768be1642941281f34 Issue-ID: DCAEGEN2-372 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'dcae-cli/pom.xml')
-rw-r--r--dcae-cli/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcae-cli/pom.xml b/dcae-cli/pom.xml
index b671a3d..f8b9e8a 100644
--- a/dcae-cli/pom.xml
+++ b/dcae-cli/pom.xml
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform.cli</groupId>
<artifactId>dcae-cli</artifactId>
<name>dcaegen2-platform-cli-dcae-cli</name>
- <version>1.1.0-SNAPSHOT</version>
+ <version>2.10.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>