diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-11 19:54:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-11 19:54:14 +0000 |
commit | 386e59e7bbe4dd08007d0b3762bc6dec6c171452 (patch) | |
tree | d2d55febe5cd61e5816f07589ff0642559f29135 | |
parent | 7b8674d874f93d247b69484ab5c3f41f7fa0887e (diff) | |
parent | c93675909cd9d81064d1fdd8c0c7f33ba39fc7cc (diff) |
Merge "Update distributionManagement serverIds"
-rw-r--r-- | oparent/pom.xml | 8 | ||||
-rw-r--r-- | pom.xml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 3538e39..f821332 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -52,12 +52,12 @@ <url>http://repo2.maven.org/maven2/</url> </repository> <repository> - <id>ecomp-releases</id> + <id>releases</id> <name>ONAP Release Repository</name> <url>https://nexus.onap.org/content/repositories/releases/</url> </repository> <repository> - <id>ecomp-snapshots</id> + <id>snapshots</id> <name>ONAP Snapshot Repository</name> <url>https://nexus.onap.org/content/repositories/snapshots/</url> <snapshots> @@ -75,12 +75,12 @@ <url>http://repo2.maven.org/maven2/</url> </pluginRepository> <pluginRepository> - <id>ecomp-releases</id> + <id>releases</id> <name>ONAP Release Repository</name> <url>https://nexus.onap.org/content/repositories/releases/</url> </pluginRepository> <pluginRepository> - <id>ecomp-snapshots</id> + <id>snapshots</id> <name>ONAP Snapshot Repository</name> <url>https://nexus.onap.org/content/repositories/snapshots/</url> <snapshots> @@ -49,11 +49,11 @@ </properties> <distributionManagement> <repository> - <id>ecomp-releases</id> + <id>releases</id> <url>${onap.nexus.url}/content/repositories/releases</url> </repository> <snapshotRepository> - <id>ecomp-snapshots</id> + <id>snapshots</id> <url>${onap.nexus.url}/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> @@ -68,7 +68,7 @@ <configuration> <nexusUrl>${onap.nexus.url}</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> + <serverId>staging</serverId> </configuration> </plugin> <plugin> |