Skip to content

Commit

Permalink
add organization to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Mar 1, 2020
1 parent bca9377 commit e1b0d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@ allprojects {
distribution.set("repo")
}
}
organization {
name.set("PostgreSQL Global Development Group")
url.set("https://jdbc.postgresql.org/")
}
issueManagement {
system.set("GitHub issues")
url.set("https://github.com/pgjdbc/pgjdbc/issues")
Expand Down

0 comments on commit e1b0d57

Please sign in to comment.