aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2014-04-23 23:16:23 -0500
committerPaul Hawke <paul.hawke@gmail.com>2014-04-23 23:16:23 -0500
commitb891f27b1047103cf41fb71d94989b6cd8336ed5 (patch)
tree8057513b6bfe281dbc349725e2df6874124dca00 /samples
parentad505ef20d1f5041b5d6de7b110e1d7a5465382c (diff)
downloadnanohttpd-b891f27b1047103cf41fb71d94989b6cd8336ed5.tar.gz
Release 2.1.0
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 be080ab..a32b07b 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.5</version>
+ <version>2.1.0</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
@@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.5</version>
+ <version>2.1.0</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.5</version>
+ <version>2.1.0</version>
</dependency>
</dependencies>