update docs to reflect new repository urls

This commit is contained in:
Sebastian Sdorra
2020-05-18 16:01:14 +02:00
parent f9874f6601
commit 40df591c59
3 changed files with 241 additions and 241 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ This incompatible repositories must be converted, before they can be used with S
* stop SCM-Manager
* create a full backup of your scm home directory
* download the convert util from [here](https://maven.scm-manager.org/nexus/content/repositories/releases/sonia/scm/scm-fixsvndb5-cli/1.0.1/scm-fixsvndb5-cli-1.0.1-jar-with-dependencies.jar)
* download the convert util from [here](https://packages.scm-manager.org/repository/releases/sonia/scm/scm-fixsvndb5-cli/1.0.1/scm-fixsvndb5-cli-1.0.1-jar-with-dependencies.jar)
* execute the convert util with your scm home directory as parameter e.g.:
```bash

View File

@@ -11,9 +11,9 @@ SCM-Manager maven repository in your pom.xml:
<repositories>
<repository>
<id>maven.scm-manager.org</id>
<name>scm-manager release repository</name>
<url>http://maven.scm-manager.org/nexus/content/groups/public</url>
<id>packages.scm-manager.org</id>
<name>scm-manager public repository</name>
<url>https://packages.scm-manager.org/repository/public</url>
</repository>
</repositories>