Skip to content

Commit

Permalink
Release v1.7.14_es6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Jun 11, 2019
1 parent c89a84d commit bd5568a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.7.14
BUG FIXES:
* DavCmpFsImpl doesn't respect binaryData.fsync.enabled setting.([#394](https://github.com/personium/personium-core/issues/394))

IMPROVEMENTS:
* Support MERGE of the cell management object.([#351](https://github.com/personium/personium-core/issues/351))

## 1.7.13
BUG FIXES:
* Unknown Exception occurs during cell import.([#296](https://github.com/personium/personium-core/issues/296))
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.personium</groupId>
<artifactId>personium-core</artifactId>
<packaging>war</packaging>
<version>1.7.14_es6.6.1-SNAPSHOT</version>
<version>1.7.14_es6.6.1</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-lib-es-adapter</artifactId>
<version>1_es6.6.1_4-SNAPSHOT</version>
<version>1_es6.6.1_4</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
Expand Down

0 comments on commit bd5568a

Please sign in to comment.