You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/05/14 05:22:02 UTC

[struts] branch struts-2-5-x updated: Bumps struts-master and maven-site-plugin

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/struts-2-5-x by this push:
     new 19802b0  Bumps struts-master and maven-site-plugin
19802b0 is described below

commit 19802b0614255c14da7e940979995bd92a279af3
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu May 14 07:21:48 2020 +0200

    Bumps struts-master and maven-site-plugin
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ccb6b38..de6a915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-master</artifactId>
-        <version>13</version>
+        <version>14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -383,6 +383,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
+                <version>3.9.0</version>
                 <configuration>
                     <relativizeDecorationLinks>false</relativizeDecorationLinks>
                 </configuration>