Skip to content

Commit ad194bb

Browse files
kopporchirontt
authored andcommitted
Update link to jgit pgm
1 parent 666807d commit ad194bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ to the native [git](https://git-scm.com) commands, to access Git repositories.
1010
Usually distributed as a jar package, JGit [PGM](https://github.com/eclipse-jgit/jgit/tree/master/org.eclipse.jgit.pgm)
1111
is also distributed as a stand-alone, self-contained (with all dependencies), executable shell archive,
1212
from Maven Central, like
13-
[this](https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit.pgm/6.7.0.202309050840-r/org.eclipse.jgit.pgm-6.7.0.202309050840-r.sh)
14-
of the 6.7.0 version. This shell archive is then normally renamed to `jgit` locally for ease of typing.
13+
[this](https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit.pgm/7.2.1.202505142326-r/org.eclipse.jgit.pgm-7.2.1.202505142326-r.sh)
14+
of the 7.2.1 version. This shell archive is then normally renamed to `jgit` locally for ease of typing.
1515

1616
On Linux, the shell archive can be run directly.
1717
On Windows, the shell archive can be run with the `java` command, like:
@@ -21,7 +21,7 @@ This project aims to produce platform-specific, native executable `jgit` of the
2121
using the [GraalVM native-image](https://www.graalvm.org/reference-manual/native-image) utility,
2222
complementing the shell archive distribution.
2323

24-
Gradle and Maven build scripts are provided for building the project. The latest JGit version used here is [7.2.0](https://projects.eclipse.org/projects/technology.jgit/releases/7.2.0).
24+
Gradle and Maven build scripts are provided for building the project. The latest JGit version used here is [7.3.0](https://projects.eclipse.org/projects/technology.jgit/releases/7.3.0).
2525

2626
## Build pre-requisites
2727

0 commit comments

Comments
 (0)