You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2016/08/23 04:46:21 UTC

buildr git commit: fix documentation typo on the custom_pom addon

Repository: buildr
Updated Branches:
  refs/heads/master 389d74896 -> 474ab47a3


fix documentation typo on the custom_pom addon


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/474ab47a
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/474ab47a
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/474ab47a

Branch: refs/heads/master
Commit: 474ab47a31e88565fe7e06c0500ac2f85279173a
Parents: 389d748
Author: Antoine Toulme <an...@lunar-ocean.com>
Authored: Mon Aug 22 21:46:13 2016 -0700
Committer: Antoine Toulme <an...@lunar-ocean.com>
Committed: Mon Aug 22 21:46:13 2016 -0700

----------------------------------------------------------------------
 doc/more_stuff.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/474ab47a/doc/more_stuff.textile
----------------------------------------------------------------------
diff --git a/doc/more_stuff.textile b/doc/more_stuff.textile
index e1697e6..7a4fa04 100644
--- a/doc/more_stuff.textile
+++ b/doc/more_stuff.textile
@@ -445,7 +445,7 @@ define 'myproject' do
   project.group = 'org.myproject'
   project.version = '1.0'
 
-  pom.add_apache2_license
+  pom.add_apache_v2_license
   pom.add_github_project('jbloggs/myproject')
   pom.add_developer('jbloggs', 'Joe Bloggs')
   pom.provided_dependencies.concat [:javax_servlet]