diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-11 13:44:52 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-11 13:45:38 -0700 |
commit | e6252f539f8c7ab82f16a68462d7eba13ae10dfe (patch) | |
tree | b836fc05ad619a5f5c9beca0526725d0e7a4c836 | |
parent | eff915b66547d6cda4b0eaffd6f9a16467bc1178 (diff) |
Changing repository names
Changing the repository name ecomp-snapshot and
ecomp-release to ecomp-snapshots and ecomp-releases. I
belieive that the correct version has the 's' at the end. This
matches oparent and other projects' pom files. I could be wrong
in which case you can abandon this.
Change-Id: I71118d90b9b826e58833cd97589d26c26db15046
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-116
-rwxr-xr-x | odlparent-carbon-sr1/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml index a477fdb6..08442617 100755 --- a/odlparent-carbon-sr1/pom.xml +++ b/odlparent-carbon-sr1/pom.xml @@ -433,7 +433,7 @@ </snapshots> </repository> <repository> - <id>ecomp-release</id> + <id>ecomp-releases</id> <name>onap-repository-releases</name> <url>${onap.nexus.release-url}</url> <releases> @@ -445,7 +445,7 @@ </snapshots> </repository> <repository> - <id>ecomp-snapshot</id> + <id>ecomp-snapshots</id> <name>onap-repository-snapshots</name> <url>${onap.nexus.snapshot-url}</url> <releases> |