You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/11/01 17:24:50 UTC

svn commit: r1767525 - /directory/project/trunk/pom.xml

Author: elecharny
Date: Tue Nov  1 17:24:49 2016
New Revision: 1767525

URL: http://svn.apache.org/viewvc?rev=1767525&view=rev
Log:
Bumped up the maven-site plugin to 3.5.1

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1767525&r1=1767524&r2=1767525&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Tue Nov  1 17:24:49 2016
@@ -772,7 +772,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.4</version>
+          <version>3.5.1</version>
         </plugin>
 
         <plugin>