Skip to content

Commit

Permalink
Add version 1.15.16 to the release history of the README and update t…
Browse files Browse the repository at this point in the history
…he version to 1.15.16 in the examples in the README
  • Loading branch information
steinarb committed Feb 12, 2024
1 parent d987ae1 commit 370110d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Do the following steps:
#+BEGIN_SRC nxml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="authservice.bundle">
<repository>mvn:no.priv.bang.authservice/karaf/1.15.15/xml/features</repository>
<repository>mvn:no.priv.bang.authservice/karaf/1.15.16/xml/features</repository>
<feature name="${karaf-feature-name}">
<feature>user-admin-with-productiondb</feature>
</feature>
Expand Down Expand Up @@ -432,6 +432,7 @@ Authservice uses XML syntax liquibase to set up the schema, straightforward SQL

| Date | Version | Comment |
|------------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [2024-02-12 Mon] | 1.15.16 | Shiro version set by maven parent, no longer export shiro deps in the BOM |
| [2023-12-13 Wed] | 1.15.15 | Use shiro 1.13.0, postgresql JDBC 42.7.1, jsoup 1.17.1 and mockito 5.8.0 |
| [2023-12-12 Tue] | 1.15.14 | Use liquibase 4.24.0 |
| [2023-11-14] | 1.15.13 | junit jupiter 5.10.1, axios 1.6.1 . |
Expand Down

0 comments on commit 370110d

Please sign in to comment.