Skip to content

Commit

Permalink
Merge pull request #430 from taswartz/master
Browse files Browse the repository at this point in the history
Updating nexus-staging-maven-plugin to latest version to fix GPG errors
  • Loading branch information
johnsully83 authored Jun 6, 2023
2 parents deb29ad + dc812b1 commit ccab2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.bullhorn</groupId>
<artifactId>sdk-rest</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>Bullhorn REST SDK</name>
Expand Down Expand Up @@ -398,7 +398,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit ccab2f7

Please sign in to comment.