Skip to content

Commit

Permalink
Update POM urls to https (#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Mar 22, 2023
1 parent ff5aa67 commit da7c48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/org/jetbrains/publication.kt
Expand Up @@ -107,7 +107,7 @@ fun MavenPublication.configurePom(projectName: String) {
licenses {
license {
name.set("The Apache Software License, Version 2.0")
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
distribution.set("repo")
}
}
Expand All @@ -117,7 +117,7 @@ fun MavenPublication.configurePom(projectName: String) {
id.set("JetBrains")
name.set("JetBrains Team")
organization.set("JetBrains")
organizationUrl.set("http://www.jetbrains.com")
organizationUrl.set("https://www.jetbrains.com")
}
}

Expand Down

0 comments on commit da7c48b

Please sign in to comment.