aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-09-15 17:12:06 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-09-15 17:12:06 -0500
commit34bcf833c0523fb90245ba81a2eb76defdfd272d (patch)
tree994541a5fc8abc075920d6446033798dde39f6af /samples
parent8359473106f5185b502609f043dd1aaea81afe11 (diff)
downloadnanohttpd-34bcf833c0523fb90245ba81a2eb76defdfd272d.tar.gz
Updated build to 2.0.4 version.
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 16159a9..1a29784 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.3</version>
+ <version>2.0.4</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
@@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
</dependencies>