Skip to content

Commit

Permalink
Add version 1.6.7 to the release history in the README and update REA…
Browse files Browse the repository at this point in the history
…DME examples to use version 1.6.7
  • Loading branch information
steinarb committed Apr 25, 2023
1 parent c08832c commit 09ad461
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.org
Expand Up @@ -27,6 +27,7 @@ Servlet and filter classes that are intended to be inherited to cut down on boil

| Date | Version | Comment |
|------------------------+---------+-------------------------------------------------------------------------------------------|
| <2023-04-26 Wed 00:12> | 1.6.7 | Use jersey-karaf-feature 1.9.5 and jackson 2.15.0 |
| <2023-04-24 Mon 19:16> | 1.6.6 | Use jersey-karaf-feature 1.9.4, jersey 2.39.1 and jackson 2.14.2 |
| <2023-04-14 Fri 17:08> | 1.6.5 | Set cache-control and expires headers to avoid index.html caching of webapps |
| <2023-01-14 Sat 12:47> | 1.6.4 | Add overridable method for reporting not found errors to FrontendServlet |
Expand Down Expand Up @@ -69,7 +70,7 @@ To use the servlet in an application built with maven, add the maven dependency:
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet.frontend</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
</dependency>
#+end_src

Expand All @@ -82,7 +83,7 @@ To use the servlet in a webapp running in the apache karaf web whiteboard apache
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet-bom</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -160,7 +161,7 @@ To use the servlet in an application built with maven, add the maven dependency:
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet.jersey</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
</dependency>
#+end_src

Expand All @@ -173,7 +174,7 @@ To use the servlet in a webapp running in the apache karaf web whiteboard apache
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet-bom</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 09ad461

Please sign in to comment.