Skip to content

Commit

Permalink
updated with new release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Mar 14, 2024
1 parent 382647a commit 3eeb23c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add the following artifact to your dependencies of your `pom.xml` fot cross-plat
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>rsync4j-all</artifactId>
<version>3.2.7-6</version>
<version>3.2.7-7</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Current release:

* 3.2.7-6 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-6/rsync4j-all-3.2.7-6-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-6/rsync4j-all-3.2.7-6-spring-boot.jar))
* 3.2.7-7 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-7/rsync4j-all-3.2.7-7-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-7/rsync4j-all-3.2.7-7-spring-boot.jar))


Last version with Windows 32-bit support: **3.2.3-12**
Expand All @@ -10,6 +10,7 @@ Old releases:

* rsync 3.2.7

* 3.2.7-6 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-6/rsync4j-all-3.2.7-6-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-6/rsync4j-all-3.2.7-6-spring-boot.jar))
* 3.2.7-5 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-5/rsync4j-all-3.2.7-5-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-5/rsync4j-all-3.2.7-5-spring-boot.jar))
* 3.2.7-4 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-4/rsync4j-all-3.2.7-4-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-4/rsync4j-all-3.2.7-4-spring-boot.jar))
* 3.2.7-3 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-3/rsync4j-all-3.2.7-3-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.2.7-3/rsync4j-all-3.2.7-3-spring-boot.jar))
Expand Down
2 changes: 1 addition & 1 deletion docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can place your ssh key pairs in the following directory:
*rsync4j* uses the `rsync.exe`, `ssh.exe` and `ssh-keygen.exe` executables and
their dependencies from the 64-bit version of [cywgin](https://cygwin.com/).

The dependencies, as of 2024-01-18 (OpenSSH 9.6p1-1), are as follows:
The dependencies, as of 2024-03-14 (OpenSSH 9.7p1-1), are as follows:

* cygcom_err-2.dll
* cygcrypto-1.1.dll
Expand Down

0 comments on commit 3eeb23c

Please sign in to comment.