Skip to content

Commit 74be0a2

Browse files
revert to new maven gpg version
1 parent fe5626f commit 74be0a2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

+6-2
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>
@@ -14,7 +14,7 @@
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

@@ -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>
@@ -121,6 +122,9 @@
121122
</goals>
122123
</execution>
123124
</executions>
125+
<configuration>
126+
<executable>gpg</executable>
127+
</configuration>
124128
</plugin>
125129
</plugins>
126130
</build>

0 commit comments

Comments
 (0)