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 2022/01/13 07:39:58 UTC

[struts] branch struts-2-5-x updated: Fixes wrong SNAPSHOT version in BOM

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 e6b9aab  Fixes wrong SNAPSHOT version in BOM
e6b9aab is described below

commit e6b9aaba54e33bf8b5f99a455adb8f69d11fd2f9
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Jan 13 08:39:48 2022 +0100

    Fixes wrong SNAPSHOT version in BOM
---
 bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index d195ea4..be11a56 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>struts2-bom</artifactId>
-    <version>2.5.9-SNAPSHOT</version>
+    <version>2.5.29-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Struts 2 Bill of Materials</name>
@@ -45,7 +45,7 @@
     </licenses>
 
     <properties>
-        <struts-version.version>2.5.9-SNAPSHOT</struts-version.version>
+        <struts-version.version>2.5.29-SNAPSHOT</struts-version.version>
         <maven.site.skip>true</maven.site.skip>
         <maven.site.deploy.skip>true</maven.site.deploy.skip>
     </properties>