File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 >
1414 <sonar-maven-plugin .version>3.7.0.1746</sonar-maven-plugin .version>
1515 <nexus-staging-maven-plugin .version>1.6.13</nexus-staging-maven-plugin .version>
1616 <maven-source-plugin .version>3.2.0</maven-source-plugin .version>
17- <maven-gpg-plugin .version>1.6 </maven-gpg-plugin .version>
17+ <maven-gpg-plugin .version>3.0.1 </maven-gpg-plugin .version>
1818 </properties >
1919 <url >https://github.com/martinspielmann/java-nmap-xml-parser</url >
2020
3030 <connection >scm:git:git@github.com:martinspielmann/java-nmap-xml-parser.git</connection >
3131 <developerConnection >scm:git:git@github.com: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 >
121122 </goals >
122123 </execution >
123124 </executions >
125+ <configuration >
126+ <executable >gpg</executable >
127+ </configuration >
124128 </plugin >
125129 </plugins >
126130 </build >
You can’t perform that action at this time.
0 commit comments