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 2017/07/07 06:56:56 UTC

struts-examples git commit: Adds an empty line ... and closes outdated PRs Closes #1 Closes #2 Closes #5 Closes #6 Closes #7 Closes #8

Repository: struts-examples
Updated Branches:
  refs/heads/master 0fc2556af -> 1cdf6f278


Adds an empty line ... and closes outdated PRs
Closes #1
Closes #2
Closes #5
Closes #6
Closes #7
Closes #8


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

Branch: refs/heads/master
Commit: 1cdf6f2781a4c1fa4cf4994dcb8a9cbfe11cf290
Parents: 0fc2556
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri Jul 7 08:56:46 2017 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Fri Jul 7 08:56:46 2017 +0200

----------------------------------------------------------------------
 README.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/1cdf6f27/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2389505..0e88698 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ Struts Examples
 This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org.
 
 To build all the example applications run the Maven command:
+
 ```
 mvn -e clean package
 ```