fixed wrong e-tag format

This commit is contained in:
Sebastian Sdorra
2020-06-17 10:09:35 +02:00
parent fef62154b7
commit 767b941fca
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Diffs with CR characters are parsed correctly ([#1185](https://github.com/scm-manager/scm-manager/pull/1185))
- Close file lists in migration ([#1191](https://github.com/scm-manager/scm-manager/pull/1191))
- Use command in javahg.py from registrar (Upgrade to newer javahg version) ([#1192](https://github.com/scm-manager/scm-manager/pull/1192))
- Fixed wrong e-tag format ([sdorra/web-resource #1](https://github.com/sdorra/web-resources/pull/1))
## [2.0.0] - 2020-06-04
### Added

View File

@@ -298,7 +298,7 @@
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>web-resources</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>