Skip to content

Commit

Permalink
Release v1.6.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Oct 2, 2018
1 parent 7c01b06 commit 7c15227
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.6.16
* Change Servlet Spec from 3.0 to 3.1([#6](https://github.com/personium/personium-core/issues/6))
* English comments on major source files([#244](https://github.com/personium/personium-core/issues/244))
* Add API to return cell name(url) and box name(url).([#249](https://github.com/personium/personium-core/issues/249))
* Change the Content-Type of box export.([#250](https://github.com/personium/personium-core/issues/250))
* Remove "Wink WebDAV" library.([#252](https://github.com/personium/personium-core/issues/252))

## 1.6.15
IMPROVEMENTS:
* Upgrade to JAX-RS 2.1.([#237](https://github.com/personium/personium-core/issues/237))
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.6.16-SNAPSHOT</version>
<version>1.6.16</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-lib-common</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
Expand Down

0 comments on commit 7c15227

Please sign in to comment.