diff options
author | Rachitha Ramappa <rachitha.ramappa@att.com> | 2020-04-14 13:28:58 +0530 |
---|---|---|
committer | Rachitha Ramappa <rachitha.ramappa@att.com> | 2020-04-15 11:47:11 +0000 |
commit | 8280d74bcda53e4363f730490d13ea7534ad6cdb (patch) | |
tree | 09e8c4f0762a2d9421e50a3e445372b828c590c1 /ecomp-sdk/epsdk-app-os/pom.xml | |
parent | d0cbf9136935a38945a53e25eca4eb23a8639085 (diff) |
Pom.xml upgrade from 3.0.0-SNAPSHOT to 3.3.0
Change-Id: I8b43273877f37e744f91f20bd60244a83f90500e
Issue-ID: PORTAL-867
Signed-off-by: rachitha.ramappa@att.com
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 3b3eec32..4a8eae11 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> </parent> <!-- GroupId is inherited from parent --> @@ -26,7 +26,7 @@ <skipassembly>true</skipassembly> <!-- Tests usually require some setup that maven cannot do, so skip. --> <skiptests>false</skiptests> - <angularTestPhase>none</angularTestPhase> + <angularTestPhase>compile</angularTestPhase> <jacoco.version>0.7.9</jacoco.version> <!-- Version number gets stored only here --> <tomcat.download.path>http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.37/bin</tomcat.download.path> |