Skip to content

Commit

Permalink
Update to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
personiumio committed Aug 31, 2022
1 parent 147ada0 commit 06498af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-engine</artifactId>
<packaging>war</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<name>personium-engine</name>
<description>Additional module for personium-core to enable server-side JavaScript execution</description>
<url>https://github.com/personium/personium-engine</url>
Expand Down Expand Up @@ -37,17 +37,17 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-client-java</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-lib-common</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-ex-base</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 06498af

Please sign in to comment.