You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2017/01/07 15:47:23 UTC

svn commit: r1777812 - /maven/doxia/doxia/trunk/pom.xml

Author: michaelo
Date: Sat Jan  7 15:47:23 2017
New Revision: 1777812

URL: http://svn.apache.org/viewvc?rev=1777812&view=rev
Log:
[DOXIA-548] Upgrade Plexus Utils to 3.0.24

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1777812&r1=1777811&r2=1777812&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Jan  7 15:47:23 2017
@@ -184,7 +184,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.22</version>
+        <version>3.0.24</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -248,9 +248,9 @@ under the License.
               <exclude>src/test/site/**/*.confluence</exclude>
               <exclude>src/test/resources/**/*.twiki</exclude>
               <exclude>src/test/resources/**/*.md</exclude>
-            </excludes>            
+            </excludes>
           </configuration>
-        </plugin>      
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>