aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/pom.xml4
-rw-r--r--markdown-plugin/pom.xml4
-rw-r--r--pom.xml4
-rw-r--r--samples/pom.xml4
-rw-r--r--webserver/pom.xml4
-rw-r--r--websocket/pom.xml4
6 files changed, 12 insertions, 12 deletions
diff --git a/core/pom.xml b/core/pom.xml
index e6fce3f..24e36a3 100644
--- a/core/pom.xml
+++ b/core/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</artifactId>
<packaging>jar</packaging>
diff --git a/markdown-plugin/pom.xml b/markdown-plugin/pom.xml
index 70a3e9a..e13b042 100644
--- a/markdown-plugin/pom.xml
+++ b/markdown-plugin/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-markdown-plugin</artifactId>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 17742d6..5a4ccbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,9 +6,9 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</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>
<packaging>pom</packaging>
<name>NanoHttpd-Project</name>
<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description>
diff --git a/samples/pom.xml b/samples/pom.xml
index 0706ece..620349c 100644
--- a/samples/pom.xml
+++ b/samples/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-samples</artifactId>
<packaging>jar</packaging>
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>
diff --git a/websocket/pom.xml b/websocket/pom.xml
index cd8498b..25a964c 100644
--- a/websocket/pom.xml
+++ b/websocket/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-websocket</artifactId>
<packaging>jar</packaging>