Skip to content

Commit

Permalink
Release 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Feb 24, 2020
1 parent 5920cbd commit b9aeb96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Java api library to access nextcloud features from java applications
- Now you can use the methods exposed to access your nextcloud instance

# Changelog
- 2020-02-24
- Added option to only return files in folder listings (Thanks to SimonIT)
- Upgraded slf4j to 1.7.30, httpclient to 4.5.11, httpcore to 4.4.13
- Integrated pull request from col-panic for clean shutdown and directory install support
- Release 11.1.0
- 2019-09-07
- Switch to slf4j as logging framework
- fix to also use port in sardine connector
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
<version>11.1.0-SNAPSHOT</version>
<version>11.1.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<httpcore.version>4.4.12</httpcore.version>
<httpcore.version>4.4.13</httpcore.version>
<httpasyncclient.version>4.1.4</httpasyncclient.version>
<httpclient.version>4.5.10</httpclient.version>
<slf4j-api.version>1.7.27</slf4j-api.version>
<slf4j-simple.version>1.7.27</slf4j-simple.version>
<httpclient.version>4.5.11</httpclient.version>
<slf4j-api.version>1.7.30</slf4j-api.version>
<slf4j-simple.version>1.7.30</slf4j-simple.version>
<sardine.version>5.9</sardine.version>
<commons-io.version>2.6</commons-io.version>
<netbeans.hint.license>gpl30</netbeans.hint.license>
Expand Down

0 comments on commit b9aeb96

Please sign in to comment.