Skip to content

Commit

Permalink
modified: java11/build.gradle
Browse files Browse the repository at this point in the history
	modified:   java8/build.gradle
  • Loading branch information
TheCoder4eu committed Aug 28, 2019
1 parent 1a6827e commit 62d800f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java11/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jar {
"Implementation-Version": BootsFacesVersion,
"Implementation-Vendor": "TheCoder4.eu",
"Implementation-Vendor-Id": "eu.thecoder4",
"Implementation-URL":"http://www.bootsfaces.net"
"Implementation-URL":"https://www.bootsfaces.net"
)
}
}
Expand Down Expand Up @@ -140,7 +140,7 @@ task defaultJar(type: Jar) {
"Implementation-Version": BootsFacesVersion,
"Implementation-Vendor": "TheCoder4.eu",
"Implementation-Vendor-Id": "eu.thecoder4",
"Implementation-URL":"http://www.bootsfaces.net"
"Implementation-URL":"https://www.bootsfaces.net"
)
}
}
Expand Down
4 changes: 2 additions & 2 deletions java8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jar {
"Implementation-Version": BootsFacesVersion,
"Implementation-Vendor": "TheCoder4.eu",
"Implementation-Vendor-Id": "eu.thecoder4",
"Implementation-URL":"http://www.bootsfaces.net"
"Implementation-URL":"https://www.bootsfaces.net"
)
}
}
Expand Down Expand Up @@ -132,7 +132,7 @@ task defaultJar(type: Jar) {
"Implementation-Version": BootsFacesVersion,
"Implementation-Vendor": "TheCoder4.eu",
"Implementation-Vendor-Id": "eu.thecoder4",
"Implementation-URL":"http://www.bootsfaces.net"
"Implementation-URL":"https://www.bootsfaces.net"
)
}
}
Expand Down

0 comments on commit 62d800f

Please sign in to comment.