Skip to content

Commit

Permalink
Release v1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Jul 11, 2018
1 parent cd0d8be commit 137f4aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.13
IMPROVEMENTS:
* Make PluginException correspond to PersoniumCoreAuthnException.([#231](https://github.com/personium/personium-core/issues/231))

## 1.6.12
BUG FIXES:
* It is necessary to modify the plugin mechanism.([#224](https://github.com/personium/personium-core/issues/224))
Expand Down
6 changes: 3 additions & 3 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.13-SNAPSHOT</version>
<version>1.6.13</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down Expand Up @@ -40,12 +40,12 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-plugin-base</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-plugins</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
Expand Down

0 comments on commit 137f4aa

Please sign in to comment.