From 39fb7f57354b876f8cf069d6b1f88b9f40386417 Mon Sep 17 00:00:00 2001 From: seanox Date: Fri, 24 Sep 2021 21:29:04 +0200 Subject: [PATCH] #0000 Release 1.1.1 --- README.md | 12 ++---------- manual/getting-started.md | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a918d00..107b09c 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,8 @@ https://mvnrepository.com/artifact/com.seanox/seanox-spring-webdav [Getting Started](https://github.com/seanox/spring-webdav/blob/master/manual/getting-started.md) # Changes (Change Log) -## 1.1.0 20210813 (summary of the current version) -BF: Sitemap: Optimization of accepted/permitted -BF: Sitemap: Correction of compute if no fallback exists -BF: Sitemap: Correction of path normalization for non Windows -CR: Sitemap: Optimization of compute when using data types -CR: Sitemap: MetaData based on the initial values of WebDavMapping -CR: Sitemap: Optimization from CreationDate, based on the build date of the application -CR: WebDavFilter: More tolerant URL pattern -CR: WebDavFilter: Optimization of the determination from the context path -CR: WebDavFilter: Optimization from CreationDate, based on the build date of the application +## 1.1.1 20210924 (summary of the current version) +CR: License: Change to Apache License Version 2.0 [Read more](https://raw.githubusercontent.com/seanox/spring-webdav/master/CHANGES) diff --git a/manual/getting-started.md b/manual/getting-started.md index 1743c0b..cdf95fb 100644 --- a/manual/getting-started.md +++ b/manual/getting-started.md @@ -50,7 +50,7 @@ for a Maven based project. com.seanox seanox-spring-webdav - 1.1.0 + 1.1.1 ``` diff --git a/pom.xml b/pom.xml index a01728c..61c3849 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.seanox seanox-spring-webdav - 1.1.0 + 1.1.1 spring-webdav WebDAV mapping for Spring Boot