aboutsummaryrefslogtreecommitdiff
path: root/webserver
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-08 07:52:38 +0200
committerritchie <ritchie@gmx.at>2015-05-08 07:52:38 +0200
commit0a750cb61939dd9a771409708d20c29038280fa7 (patch)
treec022c5881b5b88d7584c9171db45298093063f9b /webserver
parentf0842f401ebf8723e419f916a55a82fced0eab2b (diff)
downloadnanohttpd-0a750cb61939dd9a771409708d20c29038280fa7.tar.gz
moved to nanohttpd.org
Diffstat (limited to 'webserver')
-rw-r--r--webserver/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/webserver/pom.xml b/webserver/pom.xml
index 69802dd..260ec07 100644
--- a/webserver/pom.xml
+++ b/webserver/pom.xml
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.nanohttpd</groupId>
+ <groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.1.2-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>nanohttpd-webserver</artifactId>
<packaging>jar</packaging>