mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-08-13 03:47:48 +02:00
update docs to reflect new repository urls
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user