aboutsummaryrefslogtreecommitdiff
path: root/samples/pom.xml
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-06-06 20:13:17 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-06-06 20:14:19 -0500
commit9d23138e24de6295dfcbc05665f3277857a5a9d8 (patch)
tree352c03bc1edafd796b45d6ae1f825a8f24ba5091 /samples/pom.xml
parentda9f57ea4db95fee75b1ae573664ac7b48aca26e (diff)
downloadnanohttpd-9d23138e24de6295dfcbc05665f3277857a5a9d8.tar.gz
2.0.2 Release
Diffstat (limited to 'samples/pom.xml')
-rw-r--r--samples/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index 7baf774..59fcb59 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.1</version>
+ <version>2.0.2</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
@@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
</dependencies>