Skip to content

Commit f0aaa49

Browse files
authored
Update JitPack description in README
Clarify JitPack usage for fetching snapshots and releases.
1 parent 07df407 commit f0aaa49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ There are two repositories where Open DIS can be found; JitPack and Maven Centra
2929

3030
#### JitPack
3131

32-
[JitPack](https://jitpack.io/) is a terrific service that enables you to include any development snapshot of the Open DIS java library as a Maven dependency in your project.
33-
A common use case for this is wanting to try the very latest code, prior to a formal release to Maven Central being made.
32+
[JitPack](https://jitpack.io/) is a terrific service that enables you to fetch any development snapshot or tagged release of the Open DIS java library as a Maven dependency in your project.
33+
A use case for JitPack is if you'd like to use changes that have been merged, but a formal release has not been tagged and published to Maven Central yet.
3434
To do so, do the following:
3535

3636
1. Add the jitpack repository to your project `pom.xml`.

0 commit comments

Comments
 (0)