aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-11-15 06:48:09 +0100
committerritchie <ritchie@gmx.at>2015-11-15 06:48:09 +0100
commita90fe20374f74dcddbd4b4cddd13e2c23c64e55b (patch)
tree190c6e26baac2ea850c4886623a57969dcf3e0a6 /pom.xml
parent9cc376ce0a5ba8528b53abc3fd5439d1ea5964b8 (diff)
downloadnanohttpd-a90fe20374f74dcddbd4b4cddd13e2c23c64e55b.tar.gz
[maven-release-plugin] prepare release nanohttpd-project-2.2.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 9334315..bba5b10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-<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">
+<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>org.sonatype.oss</groupId>
@@ -8,7 +7,7 @@
</parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
<packaging>pom</packaging>
<name>NanoHttpd-Project</name>
<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description>
@@ -17,7 +16,7 @@
<connection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</connection>
<developerConnection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</developerConnection>
<url>https://github.com/NanoHttpd/nanohttpd</url>
- <tag>HEAD</tag>
+ <tag>nanohttpd-project-2.2.0</tag>
</scm>
<organization>
<name>nanohttpd</name>