Repository: buildr Updated Branches: refs/heads/master baa269bb3 -> 8435984d1
Whitespace Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/946fc8a5 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/946fc8a5 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/946fc8a5 Branch: refs/heads/master Commit: 946fc8a5c7ee145af2daf0b5b19341e3df64c63a Parents: baa269b Author: Peter Donald <[email protected]> Authored: Tue May 13 08:31:19 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Tue May 13 08:31:19 2014 +1000 ---------------------------------------------------------------------- addon/buildr/custom_pom.rb | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/946fc8a5/addon/buildr/custom_pom.rb ---------------------------------------------------------------------- diff --git a/addon/buildr/custom_pom.rb b/addon/buildr/custom_pom.rb index 76b51d8..646a47a 100644 --- a/addon/buildr/custom_pom.rb +++ b/addon/buildr/custom_pom.rb @@ -86,7 +86,6 @@ module Buildr self.licenses['The MIT License'] = 'http://opensource.org/licenses/MIT' end - attr_accessor :scm_url attr_accessor :scm_connection attr_accessor :scm_developer_connection
