aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-02-27 07:35:54 +0100
committerritchie <ritchie@gmx.at>2015-02-27 07:35:54 +0100
commit9f0fc2bc62c97a6ec8341161dcc67aceacbabd0c (patch)
tree946798245cc9d0cde17ff636af63f7307a60abf9 /samples
parent9e5c34f4afdad481df2db353cbaf7f18735258c1 (diff)
downloadnanohttpd-9f0fc2bc62c97a6ec8341161dcc67aceacbabd0c.tar.gz
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'samples')
-rw-r--r--samples/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index 21e09bb..d646209 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -3,10 +3,10 @@
<parent>
<groupId>com.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>nanohttpd-samples</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
<dependencies>
@@ -21,8 +21,4 @@
<version>${project.version}</version>
</dependency>
</dependencies>
-
- <scm>
- <tag>nanohttpd-project-2.1.1-SNAPSHOT</tag>
- </scm>
</project>