Commit 8f587a8a authored by Phil Ruff's avatar Phil Ruff

Update maven_repository.md adding a / to the pom.xml repository before packages

parent 6288b00b
......@@ -167,7 +167,7 @@ shows how to create a new package each time the `master` branch is updated:
<repositories>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}packages/maven</url>
<url>https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</repository>
</repositories>
<distributionManagement>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment