Skip to content

Commit

Permalink
#0000 Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanox committed Sep 24, 2021
1 parent 7face68 commit 39fb7f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion manual/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for a Maven based project.
<dependency>
<groupId>com.seanox</groupId>
<artifactId>seanox-spring-webdav</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.seanox</groupId>
<artifactId>seanox-spring-webdav</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>spring-webdav</name>
<description>
WebDAV mapping for Spring Boot
Expand Down

0 comments on commit 39fb7f5

Please sign in to comment.