Skip to content

Commit

Permalink
chore: Update links to the new website
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 31, 2024
1 parent 78cfa6a commit 630cd0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ subprojects {
pom {
name.set(provider { project.description })
description.set(provider { project.description })
url.set("https://felipezorzo.com.br/zpa")
url.set("https://zpa.felipebz.com")
organization {
name.set("Felipe Zorzo")
url.set("https://felipezorzo.com.br")
Expand Down Expand Up @@ -175,7 +175,7 @@ jreleaser {
authors.set(listOf("felipebz"))
license.set("LGPL-3.0")
links {
homepage.set("https://felipezorzo.com.br/zpa/")
homepage.set("https://zpa.felipebz.com")
}
inceptionYear.set("2015")
snapshot {
Expand Down
2 changes: 1 addition & 1 deletion sonar-zpa-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ val shadowJar = tasks.named<ShadowJar>("shadowJar") {
"Plugin-Description" to "Enables analysis and reporting on PL/SQL projects.",
"Plugin-Developers" to "Felipe Zorzo",
"Plugin-Display-Version" to project.version,
"Plugin-Homepage" to "https://felipezorzo.com.br/zpa",
"Plugin-Homepage" to "https://zpa.felipebz.com",
"Plugin-IssueTrackerUrl" to "https://github.com/felipebz/zpa/issues",
"Plugin-Key" to "plsqlopen",
"Plugin-License" to "GNU LGPL 3",
Expand Down

0 comments on commit 630cd0e

Please sign in to comment.