File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog for nextcloud api
2+ - 2021-11-02
3+ - Release 12.0.0, thanks for all contributions (See below)
24- 2021-10-28
35 - Bump version to 12.0.0-SNAPSHOT due to api changes
46 - We did remove all xml based provision api, since they don't work
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ Additional labels for pre-release and build metadata are available as extensions
1717## Changelog
1818If enhancing the code base, please also update the [ Changelog] ( Changelog.md )
1919
20- ## How to run unit tests
20+ ## Unit tests
21+ For all new functionality, please provide a unit test.
22+
2123For the unit test to be executed, you need to specify valid
2224next cloud server name and login admin credentials
2325
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.6 .0</version>
22+ <version>12.0 .0</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 >12.0.0-SNAPSHOT </version >
6+ <version >12.0.0</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