diff options
author | sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> | 2019-07-04 14:55:01 +0530 |
---|---|---|
committer | sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> | 2019-07-04 14:57:42 +0530 |
commit | 7fe31a577a1f3d50a0681be8b4d691aef67eb3ec (patch) | |
tree | fd3bd0d1851af7792e2db07f2796af5e5ecb3e54 | |
parent | 15ecb55f2f045e2e185a94b4d4985d2563af8b40 (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: Idaee5994614a9264e0b0edc57be6e529a343b807
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,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> |