diff options
author | Avinash S <avinash.s@huawei.com> | 2018-01-10 05:58:00 +0000 |
---|---|---|
committer | Avinash S <avinash.s@huawei.com> | 2018-01-10 06:09:28 +0000 |
commit | 60c8d061a529a82db167429053436757223a450d (patch) | |
tree | da00189e98315dd57653b269c3461bfec6478fa2 /vnfmarket-be/deployment/docker/docker-postgres | |
parent | 6de62c868a323daa56b20f0b011be5da3a02cd80 (diff) |
Fix the build break due to branch tip break
due to missing SNAPSHOTS at nexus.
Issue-ID: VNFSDK-147
Change-Id: I0fac70eb0e8d582061204bc099a57bdd146e8451
Signed-off-by: Avinash S <avinash.s@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/docker/docker-postgres')
-rw-r--r-- | vnfmarket-be/deployment/docker/docker-postgres/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml index 1e841f04..e4c8d5ab 100644 --- a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml +++ b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.vnfsdk.refrepo</groupId> <artifactId>vnf-sdk-marketplace-core-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>vnfmarket-docker-refrepo-postgres</artifactId> |