From 3160529ed4cf85be61eb4f3ce6149ab89292f66c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 1 Oct 2017 14:13:59 -0400 Subject: [PATCH] Added version to nexus plugin. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c97d0e7..560517a 100644 --- a/pom.xml +++ b/pom.xml @@ -386,6 +386,7 @@ <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> -- GitLab