diff options
author | ml636r <ml636r@att.com> | 2017-02-26 16:56:52 +0200 |
---|---|---|
committer | ml636r <ml636r@att.com> | 2017-02-26 17:35:50 +0200 |
commit | 452cb5bf03ee058c4e728dc3538a05dcfab64202 (patch) | |
tree | e5453c7cb786c97605c0bc8cd8034ffd202ab06d /asdc-tests/pom.xml | |
parent | 3cac1991249c9e1aed7a7bb3843653fb10dcf666 (diff) |
Fix release process
Exclude some .js files for Sonar
Fix openecomp-UI (was empty)
Change ecompFW to version 1.0.0
Change-Id: I91b252cc942c0c7402dc65c99e6fd807f7936846
Signed-off-by: ml636r <ml636r@att.com>
Diffstat (limited to 'asdc-tests/pom.xml')
-rw-r--r-- | asdc-tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdc-tests/pom.xml b/asdc-tests/pom.xml index ce346ae901..cc41ca9019 100644 --- a/asdc-tests/pom.xml +++ b/asdc-tests/pom.xml @@ -251,14 +251,14 @@ <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>ecompFW</artifactId> - <version>${ecomp.version}</version> + <version>1.0.0</version> <scope>compile</scope> <exclusions> <exclusion> |