Skip to content

Commit

Permalink
need to update nexus maven plugin to work with jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mick-stewart73 committed Jul 6, 2024
1 parent bb1e237 commit 976eca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ikasaneip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<!-- The Base URL of Nexus instance where we want to stage -->
Expand Down Expand Up @@ -2787,4 +2787,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>

0 comments on commit 976eca4

Please sign in to comment.