We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74be0a2 commit f9b2325Copy full SHA for f9b2325
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</version>
+ <version>0.9.0-SNAPSHOT</version>
6
<name>nmapxmlparser</name>
7
<description>Dependency free Java library to parse nmap xml output into POJO</description>
8
<properties>
@@ -30,7 +30,6 @@
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