aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-06-17 22:46:51 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-06-17 22:46:51 -0500
commit2cbbb4d4eb8dea11a87bc60ff9672558fc290486 (patch)
tree47ff1dacba7d725455cb9865214222823cf24350 /samples
parent6b018cee02f3517742880f80c293f5ae0a905b87 (diff)
downloadnanohttpd-2cbbb4d4eb8dea11a87bc60ff9672558fc290486.tar.gz
Updated tests for new HTTP 1.1 header, shifted test server to a port that doesnt automatically fail on a machine running Jetty/Tomcat and rolled the version number.
Diffstat (limited to 'samples')
-rw-r--r--samples/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index 59fcb59..16159a9 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-samples</artifactId>
- <version>2.0.2</version>
+ <version>2.0.3</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
@@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.2</version>
+ <version>2.0.3</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.2</version>
+ <version>2.0.3</version>
</dependency>
</dependencies>