From 53bd05ee254b9e3bb1fb273b0417bd4c8ace2d3c Mon Sep 17 00:00:00 2001 From: Paul Gier Date: Tue, 21 Jun 2011 12:21:56 -0500 Subject: [PATCH] Use two space indentation in the readme xml examples --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 65f1410..b3e7026 100644 --- a/README.md +++ b/README.md @@ -16,23 +16,23 @@ How to use it? Start out by adding the parent configuration to your pom. - org.jboss - jboss-parent - 6-beta-2 + org.jboss + jboss-parent + 6-beta-2 Depending on the needs of your build, you can customize the plugins and other settings using properties. For example, to override the default version of the maven-compiler-plugin, just set a property. - 2.3 + 2.3 Or override the default Java compiler source and target level used in the build. Note the default level is 1.6. - 1.5 - 1.5 + 1.5 + 1.5 For the full list of properties, refer to the POM itself.