Repository: struts-examples Updated Branches: refs/heads/master 1b98fdcdd -> 7882b0de5
Adds new example app Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/7a58d1eb Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/7a58d1eb Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/7a58d1eb Branch: refs/heads/master Commit: 7a58d1eb83f7eac76fb6be604743867c3d7e4318 Parents: 1b98fdc Author: Lukasz Lenart <[email protected]> Authored: Tue Mar 28 10:34:15 2017 +0200 Committer: Lukasz Lenart <[email protected]> Committed: Tue Mar 28 10:34:15 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/7a58d1eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 496c84e..31f9c32 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ </properties> <modules> + <module>action-chaining</module> <module>annotations</module> <module>basic-struts</module> <module>bean-validation</module>
