can't specify version in artifact namespace
--------------------------------------------
Key: BUILDR-233
URL: https://issues.apache.org/jira/browse/BUILDR-233
Project: Buildr
Issue Type: Bug
Affects Versions: 1.3.2
Reporter: Ittay Dror
Fix For: 1.3.4
define 'foo' do
artifact_ns do |ns|
ns.bar = 'a:b:jar:1.0'
ns.bar = '2.0'
end
compile.with :bar
end
> buildr
(in /tmp, development)
Buildr aborted!
Missing group identifier for {:version=>"2.0"}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.