Skip to content

Commit

Permalink
Replace central.sonatype.dev with central.sonatype.com (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanMorenoDeveloper authored Dec 22, 2023
1 parent 83683d4 commit aed2399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/user-guide/assertj-appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

=== Dependency Metadata

Artifacts for final releases and milestones are deployed to https://central.sonatype.dev/[Maven Central].
Artifacts for final releases and milestones are deployed to https://central.sonatype.com/[Maven Central].
Snapshot artifacts are not deployed.

[[dependency-metadata-assertj-core]]
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/user-guide/assertj-core-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ testImplementation("org.assertj:assertj-core:{assertj-version}")

===== Other build tools

Check this page to find the relevant https://central.sonatype.dev/artifact/org.assertj/assertj-core/{assertj-version}[Assertj Core dependency declaration].
Check this page to find the relevant https://central.sonatype.com/artifact/org.assertj/assertj-core/{assertj-version}[Assertj Core dependency declaration].

===== Spring Boot

Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/user-guide/assertj-guava-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ testImplementation("org.assertj:assertj-guava:{assertj-version}")

===== Other build tools

Check this page to find the relevant https://central.sonatype.dev/artifact/org.assertj/assertj-guava/{assertj-version}[AssertJ Guava dependency declaration].
Check this page to find the relevant https://central.sonatype.com/artifact/org.assertj/assertj-guava/{assertj-version}[AssertJ Guava dependency declaration].

==== Use Assertions class entry point

Expand Down

0 comments on commit aed2399

Please sign in to comment.