diff options
-rw-r--r-- | docs/index.rst | 8 | ||||
-rwxr-xr-x | odlparent-carbon-sr1/pom.xml | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..833e1aa9 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +TODO Add files to toctree and delete this header +------------------------------------------------ +.. toctree:: + :maxdepth: 1 + + diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml index 43f99b4b..7d7f9996 100755 --- a/odlparent-carbon-sr1/pom.xml +++ b/odlparent-carbon-sr1/pom.xml @@ -452,7 +452,7 @@ </snapshots> </repository> <repository> - <id>ecomp-release</id> + <id>ecomp-releases</id> <name>onap-repository-releases</name> <url>${onap.nexus.release-url}</url> <releases> @@ -464,7 +464,7 @@ </snapshots> </repository> <repository> - <id>ecomp-snapshot</id> + <id>ecomp-snapshots</id> <name>onap-repository-snapshots</name> <url>${onap.nexus.snapshot-url}</url> <releases> |