We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c331228 commit 0d16999Copy full SHA for 0d16999
Rakefile
@@ -965,7 +965,7 @@ namespace :java do
965
read_m2_user_pass unless ENV['MAVEN_PASSWORD'] && ENV['MAVEN_USER']
966
967
repo = nightly ? 'content/repositories/snapshots' : 'service/local/staging/deploy/maven2'
968
- ENV['MAVEN_REPO'] = "https://oss.sonatype.org/#{repo}"
+ ENV['MAVEN_REPO'] = "https://central.sonatype.org/#{repo}"
969
ENV['GPG_SIGN'] = (!nightly).to_s
970
971
if nightly
0 commit comments