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 2014/09/21 12:50:42 UTC

git commit: Adds parent pom to use common DM settings

Repository: struts
Updated Branches:
  refs/heads/release/2.3.18 b9b98f291 -> 87503c638


Adds parent pom to use common DM settings


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/87503c63
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/87503c63
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/87503c63

Branch: refs/heads/release/2.3.18
Commit: 87503c638d0383e5ceab3ab316c7cf0fb6d4f163
Parents: b9b98f2
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sun Sep 21 12:50:30 2014 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sun Sep 21 12:50:30 2014 +0200

----------------------------------------------------------------------
 bom/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/87503c63/bom/pom.xml
----------------------------------------------------------------------
diff --git a/bom/pom.xml b/bom/pom.xml
index b2f3e43..3ede2ba 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -4,7 +4,12 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.struts</groupId>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts-master</artifactId>
+        <version>9</version>
+    </parent>
+
     <artifactId>struts2-bom</artifactId>
     <version>${struts-version.version}</version>
     <packaging>pom</packaging>