Skip to content

Commit de061d9

Browse files
committed
added new release
1 parent 88e8737 commit de061d9

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/maven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Add the following artifact to your dependencies of your `pom.xml` for Windows64
44
<dependency>
55
<groupId>com.github.fracpete</groupId>
66
<artifactId>rsync4j-windows64</artifactId>
7-
<version>3.3.0-6</version>
7+
<version>3.3.0-7</version>
88
</dependency>
99
```
1010

@@ -15,6 +15,6 @@ dependency for the Java wrapper classes:
1515
<dependency>
1616
<groupId>com.github.fracpete</groupId>
1717
<artifactId>rsync4j-core</artifactId>
18-
<version>3.3.0-6</version>
18+
<version>3.3.0-7</version>
1919
</dependency>
2020
```

docs/releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Current release:
22

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

55

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

1111
* rsync 3.3.0
1212

13+
* 3.3.0-6 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-6/rsync4j-all-3.3.0-6-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-6/rsync4j-all-3.3.0-6-spring-boot.jar))
1314
* 3.3.0-5 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-5/rsync4j-all-3.3.0-5-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-5/rsync4j-all-3.3.0-5-spring-boot.jar))
1415
* 3.3.0-4 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-4/rsync4j-all-3.3.0-4-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-4/rsync4j-all-3.3.0-4-spring-boot.jar))
1516
* 3.3.0-3 ([zip](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-3/rsync4j-all-3.3.0-3-bin.zip), [spring-boot](https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-3/rsync4j-all-3.3.0-3-spring-boot.jar))

docs/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can place your ssh key pairs in the following directory:
2222
*rsync4j* uses the `rsync.exe`, `ssh.exe` and `ssh-keygen.exe` executables and
2323
their dependencies from the 64-bit version of [cywgin](https://cygwin.com/).
2424

25-
The dependencies, as of 2025-11-27 (OpenSSH 10.2p1-1), are as follows:
25+
The dependencies, as of 2026-04-22 (OpenSSH 10.3p1-1), are as follows:
2626

2727
* cygcom_err-2.dll
2828
* cygcrypto-3.dll

0 commit comments

Comments
 (0)