Skip to content

Commit 3789cdd

Browse files
committed
Release v12.0.0
1 parent a1d4081 commit 3789cdd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

README.developers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Additional labels for pre-release and build metadata are available as extensions
1717
## Changelog
1818
If 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+
2123
For the unit test to be executed, you need to specify valid
2224
next cloud server name and login admin credentials
2325

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)