Skip to content
Snippets Groups Projects
Commit efeb2f19 authored by Martin Vogel's avatar Martin Vogel
Browse files

chore: fix snapshot repository snippet in readme

parent 915a84d5
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ Further 3rd party dependencies:
* Nimbus-Jose JWT
* Jackson FasterXMl
* Lombok
* JCommander
* Snakeyaml
* OpenCSV
......@@ -65,12 +66,12 @@ With `[Latest Version]` of the last stable build or snapshot.
If you use a snapshot version, please add the maven snapshot repo to your pom.
```xml
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>maven-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
```
### Local Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment