aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-01-07 10:40:09 -0600
committerPaul Hawke <paul.hawke@gmail.com>2013-02-25 09:21:06 -0600
commit8d7af5a4836b2cb28ee1113f0e19e287d9dbf6d8 (patch)
tree351ed2cc8a3c68e40a47548b4de5e424a331294f /pom.xml
parentbed84495a51d47154ebf01bdd04fc0fd3efd2da4 (diff)
downloadnanohttpd-8d7af5a4836b2cb28ee1113f0e19e287d9dbf6d8.tar.gz
[maven-release-plugin] prepare release nanohttpd-1.0.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 27c108e..9ed95eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,10 +1,9 @@
-<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>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>jar</packaging>
<name>NanoHTTPd</name>
@@ -44,7 +43,8 @@
<connection>scm:git:git://github.com/psh/nanohttpd.git</connection>
<url>scm:git:git://github.com/psh/nanohttpd.git</url>
<developerConnection>scm:git:git://github.com/psh/nanohttpd.git</developerConnection>
- </scm>
+ <tag>nanohttpd-1.0.0</tag>
+ </scm>
<build>
<extensions>