Skip to content

Commit 0d16999

Browse files
committed
[java] Updating maven repo
1 parent c331228 commit 0d16999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ namespace :java do
965965
read_m2_user_pass unless ENV['MAVEN_PASSWORD'] && ENV['MAVEN_USER']
966966

967967
repo = nightly ? 'content/repositories/snapshots' : 'service/local/staging/deploy/maven2'
968-
ENV['MAVEN_REPO'] = "https://oss.sonatype.org/#{repo}"
968+
ENV['MAVEN_REPO'] = "https://central.sonatype.org/#{repo}"
969969
ENV['GPG_SIGN'] = (!nightly).to_s
970970

971971
if nightly

0 commit comments

Comments
 (0)