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
The following commit(s) were added to refs/heads/master by this push:
new 05829e3 Uses proper parent's version
05829e3 is described below
commit 05829e3faadd15cfa67eb234cd1775f2b98918cb
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sun Apr 1 13:20:50 2018 +0200
Uses proper parent's version
---
bom/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 577932d..e60bb1f 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -25,8 +25,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts-master</artifactId>
- <version>9</version>
- <relativePath>../struts-master</relativePath>
+ <version>11</version>
</parent>
<artifactId>struts2-bom</artifactId>
--
To stop receiving notification emails like this one, please contact
[email protected].