Skip to content

Commit 38d7e8d

Browse files
committed
Provide links to release notes for the Maven AntRun Plugin
Closes gh-47732
1 parent 43cbd9d commit 38d7e8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,9 @@ bom {
12931293
"maven-antrun-plugin"
12941294
]
12951295
}
1296+
links {
1297+
releaseNotes("https://github.com/apache/maven-antrun-plugin/releases/tag/maven-antrun-plugin-{version}")
1298+
}
12961299
}
12971300
library("Maven Assembly Plugin", "3.7.1") {
12981301
group("org.apache.maven.plugins") {

0 commit comments

Comments
 (0)