Skip to content

Commit

Permalink
prepare to release v10.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xnbox committed Sep 12, 2021
1 parent 99483e8 commit 8721108
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🌆 Tommy Web Server
[![License MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/xnbox/tommy/blob/master/LICENSE)
[![Version 10.0.8](https://img.shields.io/badge/version-10.0.8-4DC71F?style=flat-square)](https://github.com/xnbox/tommy/releases)
[![Version 10.0.10](https://img.shields.io/badge/version-10.0.10-4DC71F?style=flat-square)](https://github.com/xnbox/tommy/releases)

<h2>About:</h2>
<p><strong>Tommy</strong> is a tiny single-file fully configurable Apache Tomcat web server that allows you to run or embed static and dynamic (JSP and Servlets) web applications.
Expand All @@ -18,8 +18,7 @@ We use the Tommy web server in other our projects:
</p>

<h2>Download:</h2>
Latest release: <a href="https://github.com/xnbox/tommy/releases/download/v10.0.8/tommy-10.0.8.jar">tommy-10.0.8.jar</a> (on top of Apache Tomcat v10.0.8)

Download the <a href="https://github.com/xnbox/tommy/releases/latest">latest release</a> of <code>tommy.jar</code>

<h2>Features:</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion build-tommy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ E-Mail: [email protected]
<project default="create_run_jar" name="Create xnbox jar">
<property name="dollar" value="$" />

<property name="build.version" value="10.0.8" />
<property name="build.version" value="10.0.10" />

<property name="jar" value="${basedir}/RELEASE/tommy-${build.version}.jar" />

Expand Down
Binary file modified lib/tomcat_embedded/annotations-api.jar
Binary file not shown.
Binary file modified lib/tomcat_embedded/jasper.jar
Binary file not shown.
Binary file modified lib/tomcat_embedded/tomcat-dbcp.jar
Binary file not shown.
Binary file modified lib/tomcat_embedded/tomcat-embed-core.jar
Binary file not shown.
Binary file modified lib/tomcat_embedded/tomcat-embed-el.jar
Binary file not shown.
Binary file modified lib/tomcat_embedded/tomcat-embed-jasper.jar
Binary file not shown.
Binary file modified lib/tomcat_embedded/tomcat-embed-programmatic.jar
Binary file not shown.
Binary file modified lib/tomcat_embedded/tomcat-embed-websocket.jar
Binary file not shown.

0 comments on commit 8721108

Please sign in to comment.