Skip to content

Commit b8e19f8

Browse files
[maven-release-plugin] prepare release nmapxmlparser-0.9.0
1 parent f9b2325 commit b8e19f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>de.martinspielmann.nmapxmlparser</groupId>
44
<artifactId>nmapxmlparser</artifactId>
5-
<version>0.9.0-SNAPSHOT</version>
5+
<version>0.9.0</version>
66
<name>nmapxmlparser</name>
77
<description>Dependency free Java library to parse nmap xml output into POJO</description>
88
<properties>
@@ -30,6 +30,7 @@
3030
<connection>scm:git:[email protected]:martinspielmann/java-nmap-xml-parser.git</connection>
3131
<developerConnection>scm:git:[email protected]:martinspielmann/java-nmap-xml-parser.git</developerConnection>
3232
<url>https://github.com/martinspielmann/java-nmap-xml-parser</url>
33+
<tag>nmapxmlparser-0.9.0</tag>
3334
</scm>
3435

3536
<developers>

0 commit comments

Comments
 (0)