Skip to content

Commit

Permalink
Correct Rakefile to actually use the push-release target
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 29, 2017
1 parent a88d25f commit b88b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ task :'prep-release-zip' => [
end


task :'release-java' => [:'publish-maven', ':push-release']
task :'release-java' => [:'publish-maven', :'push-release']

def read_user_pass_from_m2_settings
settings = File.read(ENV['HOME'] + "/.m2/settings.xml")
Expand Down

0 comments on commit b88b658

Please sign in to comment.