File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for nextcloud api
2+ - 2021-09-09
3+ - Release 11.5.1
4+ - Integrated fix for invalid userlist, pull request #62 , Thanks kriszman
25- 2021-05-20
36 - Added rename/move operation for folders and files
47 - Version bump to 11.5.0 because of added api methods
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Java api library to access nextcloud features from java applications
1919 <dependency>
2020 <groupId>com.github.a-schild</groupId>
2121 <artifactId>nextcloud-java-api</artifactId>
22- <version>11.5.0 </version>
22+ <version>11.5.1 </version>
2323 </dependency>
2424```
2525
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.aarboard.nextcloud</groupId >
55 <artifactId >nextcloud-api</artifactId >
6- <version >11.5.0 </version >
6+ <version >11.5.1 </version >
77 <packaging >jar</packaging >
88 <properties >
99 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments