We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b2325 commit b8e19f8Copy full SHA for b8e19f8
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>de.martinspielmann.nmapxmlparser</groupId>
4
<artifactId>nmapxmlparser</artifactId>
5
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.0</version>
6
<name>nmapxmlparser</name>
7
<description>Dependency free Java library to parse nmap xml output into POJO</description>
8
<properties>
@@ -30,6 +30,7 @@
30
<connection>scm:git:[email protected]:martinspielmann/java-nmap-xml-parser.git</connection>
31
<developerConnection>scm:git:[email protected]:martinspielmann/java-nmap-xml-parser.git</developerConnection>
32
<url>https://github.com/martinspielmann/java-nmap-xml-parser</url>
33
+ <tag>nmapxmlparser-0.9.0</tag>
34
</scm>
35
36
<developers>
0 commit comments