diff options
author | sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> | 2019-07-04 15:07:41 +0530 |
---|---|---|
committer | sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> | 2019-07-04 15:08:31 +0530 |
commit | 941cec72fab2f3cf3973e572ff2479943240d1f3 (patch) | |
tree | b7dbff970d25b2aea76af98f675f8edab9614006 /pom.xml | |
parent | b70eb774541732408d5afb3e5dee9acc478c4d1b (diff) |
fix global-jjb migration issue
fix global-jjb migration issue
- VNFSDK, SO
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I5fd33befce9829b873ed4a886277d5638f8af9f6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> + <!-- defined in oparent <version>1.6.7</version> --> <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> |