From 218cd411e0b5e1da5f4f711dd77f5182dd16c57d Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 16 Sep 2017 20:34:05 -0400
Subject: [PATCH] build: removed explicit plugin versioning.

---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d864b87f..470adba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,6 @@
             <plugin>
                 <groupId>com.github.github</groupId>
                 <artifactId>site-maven-plugin</artifactId>
-                <version>0.12</version>
                 <configuration>
                     <server>github</server>
                     <message>Creating site for aparapi</message>
@@ -139,7 +138,6 @@
             <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