aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 24f4add..c330f91 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,9 +3,10 @@
<parent>
<groupId>com.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>nanohttpd</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>NanoHttpd-Core</name>
<dependencies>
@@ -22,4 +23,8 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <scm>
+ <tag>nanohttpd-project-2.1.1-SNAPSHOT</tag>
+ </scm>
</project>