You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/02/21 18:02:53 UTC

[1/2] incubator-brooklyn git commit: Added missing double quotes

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 159790602 -> eab2d3999


Added missing double quotes

… for those folks who blindly cut and paste …


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/db3b5603
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/db3b5603
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/db3b5603

Branch: refs/heads/master
Commit: db3b5603feaa58542d9a7feaf27c56ef2f79f94d
Parents: 5ad8926
Author: jadelus <jo...@jadelus.com>
Authored: Fri Feb 20 12:28:30 2015 -0800
Committer: jadelus <jo...@jadelus.com>
Committed: Fri Feb 20 12:28:30 2015 -0800

----------------------------------------------------------------------
 docs/guide/dev/env/maven-build.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/db3b5603/docs/guide/dev/env/maven-build.md
----------------------------------------------------------------------
diff --git a/docs/guide/dev/env/maven-build.md b/docs/guide/dev/env/maven-build.md
index 88f0fb7..1448f1f 100644
--- a/docs/guide/dev/env/maven-build.md
+++ b/docs/guide/dev/env/maven-build.md
@@ -17,7 +17,7 @@ Key things to note if you're new to Maven:
 
 * You may need more JVM memory, e.g. at the command-line (or in `.profile`):
 
-  ``export MAVEN_OPTS="-Xmx1024m -Xms512m -XX:MaxPermSize=256m``
+  ``export MAVEN_OPTS="-Xmx1024m -Xms512m -XX:MaxPermSize=256m"``
 
 * You can do this in specific projects as well.
 


[2/2] incubator-brooklyn git commit: This closes #523

Posted by he...@apache.org.
This closes #523


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/eab2d399
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/eab2d399
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/eab2d399

Branch: refs/heads/master
Commit: eab2d39994e7fa9779282a75cc8512a5c4d55232
Parents: 1597906 db3b560
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Sat Feb 21 08:58:32 2015 -0800
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Sat Feb 21 08:58:32 2015 -0800

----------------------------------------------------------------------
 docs/guide/dev/env/maven-build.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------