Skip to content

Commit

Permalink
Update require dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtnordstrom committed May 26, 2017
1 parent 2a3c265 commit 11e719c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ModuleDescriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"requires" : [
{
"id" : "users",
"version" : "9.0"
"version" : "10.0"
},
{
"id" : "permissions",
"version" : "3.0"
"version" : "4.0"
},
{
"id" : "login",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2017-05-26
* Update to use version 10 of mod-users, version 4 of mod-permissions

## 2017-05-12
* Update to use version 9 of mod-users and version 3 of mod-login and mod-permissions

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.folio</groupId>
<artifactId>users_bl</artifactId>
<name>users_bl</name>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down

0 comments on commit 11e719c

Please sign in to comment.