diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-13 08:28:54 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-13 08:30:29 -0400 |
commit | a733d164955921366fe1440da7ea8c9875bc4794 (patch) | |
tree | 9902ddeed4c4cc285ebf46cb15243ec14648965d /dcae_dmaapbc_webapp/dbca-common | |
parent | fe6c70997442979fe03cd417d271aa52e638c5d7 (diff) |
[PORTAL-23] Use EPSDK 1.1.0
Upgrade to release version 1.1.0 of EPSDK libraries.
Drop version suffix from final name of web app war file.
Change-Id: Id03e2808445e59c18eafe3f635c09774ef3f0dba
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-common')
-rw-r--r-- | dcae_dmaapbc_webapp/dbca-common/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-common/pom.xml b/dcae_dmaapbc_webapp/dbca-common/pom.xml index 058170a..18d45c0 100644 --- a/dcae_dmaapbc_webapp/dbca-common/pom.xml +++ b/dcae_dmaapbc_webapp/dbca-common/pom.xml @@ -14,12 +14,11 @@ <encoding>UTF-8</encoding> <springframework.version>4.2.0.RELEASE</springframework.version> <hibernate.version>4.3.11.Final</hibernate.version> - <epsdk.version>1.1.0-SNAPSHOT</epsdk.version> + <epsdk.version>1.1.0</epsdk.version> <dbca.version>1.1.0-SNAPSHOT</dbca.version> <skipTests>true</skipTests> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> - <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> </properties> @@ -29,10 +28,6 @@ <url>${nexusproxy}${snapshotNexusPath}</url> </repository> <repository> - <id>staging-repo</id> - <url>${nexusproxy}${stagingNexusPath}</url> - </repository> - <repository> <id>releases-repo</id> <url>${nexusproxy}${releaseNexusPath}</url> </repository> |