Skip to content

Commit

Permalink
Release version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
psh committed Dec 13, 2013
1 parent ef3be58 commit 0bf521d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ user base and reduce confusion over why _two_ NanoHttpd projects existed.
http://nanohttpd.com - went live July 1st, 2013.

## Version History (Java 6+ version)
* 2.0.5 (2013-12-12) : Cleanup and stability fixes.
* 2.0.4 (2013-09-15) : Added basic cookie support, experimental SSL support and runtime extensions.
* 2.0.3 (2013-06-17) : Implemented 'Connection: keep-alive', (tested against latest Mozilla Firefox).
* 2.0.2 (2013-06-06) : Polish for the webserver, and fixed a bug causing stack-traces on Samsung Phones.
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>

<name>NanoHttpd-Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>pom</packaging>

<name>NanoHttpd-Project</name>
Expand Down
6 changes: 3 additions & 3 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-samples</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>

<name>NanoHttpd-Samples</name>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions webserver/markdown-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver-markdown-plugin</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>

<name>NanoHttpd-Webserver-Markdown-Plugin</name>
Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions webserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>

<name>NanoHttpd-Webserver</name>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0bf521d

Please sign in to comment.