File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >de.martinspielmann.nmapxmlparser</groupId >
4
4
<artifactId >nmapxmlparser</artifactId >
5
- <version >0.9.0-SNAPSHOT </version >
5
+ <version >0.9.0</version >
6
6
<name >nmapxmlparser</name >
7
7
<description >Dependency free Java library to parse nmap xml output into POJO</description >
8
8
<properties >
14
14
<sonar-maven-plugin .version>3.7.0.1746</sonar-maven-plugin .version>
15
15
<nexus-staging-maven-plugin .version>1.6.13</nexus-staging-maven-plugin .version>
16
16
<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>
18
18
</properties >
19
19
<url >https://github.com/martinspielmann/java-nmap-xml-parser</url >
20
20
30
30
<
connection >scm:git:
[email protected] :martinspielmann/java-nmap-xml-parser.git</
connection >
31
31
<
developerConnection >scm:git:
[email protected] :martinspielmann/java-nmap-xml-parser.git</
developerConnection >
32
32
<url >https://github.com/martinspielmann/java-nmap-xml-parser</url >
33
+ <tag >nmapxmlparser-0.9.0</tag >
33
34
</scm >
34
35
35
36
<developers >
121
122
</goals >
122
123
</execution >
123
124
</executions >
125
+ <configuration >
126
+ <executable >gpg</executable >
127
+ </configuration >
124
128
</plugin >
125
129
</plugins >
126
130
</build >
You can’t perform that action at this time.
0 commit comments