aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0ca5fad..22cca5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
</parent>
<groupId>com.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NanoHttpd-Project</name>
<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description>
@@ -16,7 +16,7 @@
<connection>scm:git:https://github.com/ritchieGitHub/nanohttpd.git</connection>
<developerConnection>scm:git:https://github.com/ritchieGitHub/nanohttpd.git</developerConnection>
<url>https://github.com/NanoHttpd/nanohttpd</url>
- <tag>nanohttpd-project-2.1.1-SNAPSHOT</tag>
+ <tag>HEAD</tag>
</scm>
<organization>
<name>nanohttpd</name>