This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit f73f49460565a6668563f0d8a40370533e48814b Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Feb 23 13:58:42 2020 +0100 Fixes BOM to use the same parent as the main project --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index aeed166..a454918 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts-master</artifactId> - <version>13</version> + <version>14</version> </parent> <artifactId>struts2-bom</artifactId>