Skip to content

Commit 8e18556

Browse files
committed
update release infos
1 parent e1d3690 commit 8e18556

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
architecture: x64
2929

3030
- name: Build with Maven
31-
run: mvn -B package --file pom.xml
31+
run: mvn -B package --file pom.xml -DskipTests

Changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
## Version 14.1.0
44
- 2025-10-23
55
- Add HTTP proxy support (via system variables `https.proxyHost` and `https.proxyPort`)
6+
Thanks to @xylo
67
- Add User properties: lastLogin, backend, language, locale, and subAdminGroups
8+
Thanks to @xylo
79

810
## Version 14.0.0
911
- 2025-10-21
10-
- Bump required java version from 8 to 11+ (Thanks to kindlich)
11-
- Make connection autoclosable (thanks to raboof)
12+
- Bump required java version from 8 to 11+ (Thanks to @kindlich)
13+
- Make connection autoclosable (thanks to @raboof)
1214
- Bump pom.xml dependencies where possible
1315

1416
## Version 13.0.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Java api library to access nextcloud features from java applications
1111
- Management of groups
1212
- Folder management (Without access control)
1313
- List shares and create new file shares (No way to delete/update shares atm.)
14-
- Tested against nextCloud 27.0.1 server version, but should also work with older nextCloud and ownCloud systems
14+
- Tested against nextCloud 31.0.0 server version, but should also work with older nextCloud and ownCloud systems
1515

1616
## Usage
1717
- Add this dependency to your pom.xml file
1818
```
1919
<dependency>
2020
<groupId>com.github.a-schild</groupId>
2121
<artifactId>nextcloud-java-api</artifactId>
22-
<version>14.0.0</version>
22+
<version>14.1.0</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)