aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-02-27 07:39:53 +0100
committerritchie <ritchie@gmx.at>2015-02-27 07:39:53 +0100
commit333e68e4f8e0a2b519eef7426e7d733425af6777 (patch)
tree4cdb770ed896af83dad4ff8eff445c845d723e27 /pom.xml
parent9f0fc2bc62c97a6ec8341161dcc67aceacbabd0c (diff)
downloadnanohttpd-333e68e4f8e0a2b519eef7426e7d733425af6777.tar.gz
retry
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 22cca5a..59a1468 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
</parent>
<groupId>com.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.1.2-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NanoHttpd-Project</name>
<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description>
@@ -130,7 +130,7 @@
<version>2.5.1</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
- <branchName>${project.artifactId}-${project.version}</branchName>
+ <branchName>${project.artifactId}-2.1.1</branchName>
</configuration>
</plugin>
<plugin>