diff options
author | Rob Daugherty <rd472p@att.com> | 2017-08-01 11:56:58 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-08-01 12:01:37 -0400 |
commit | 8047b7cc808079539dc18de940cf22b66023a9f7 (patch) | |
tree | 459eceb9853e393ea6fd9fff88bceb282096f09e /packages/docker/pom.xml | |
parent | 2c5310ad100fab7a368bb7572b64a0231ff843d2 (diff) |
Failed to deploy so artifacts in nexus
More problems encountered since mso repos were renamed.
We now have found that this declaration in the top-level so pom
causes the deploy to fail with a 403 Forbidden error:
<groupId>org.openecomp</groupId>
<artifactId>so</artifactId>
We are changing this to:
<groupId>org.openecomp.so</groupId>
<artifactId>framework</artifactId>
Issue: SO-21
Change-Id: I4e21d689c73c5071bde725127bb81482ce3d91f9
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'packages/docker/pom.xml')
-rw-r--r-- | packages/docker/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index c37d68a5ed..5eba3f0c5b 100644 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -3,13 +3,13 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>packages</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>docker</artifactId> <name>MSO Docker Deliveries</name> |