Skip to content

Commit 27374b9

Browse files
committed
Upgrade to latest download & site plugin versions
1 parent c87448b commit 27374b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>com.github.github</groupId>
4848
<artifactId>downloads-maven-plugin</artifactId>
49-
<version>0.5</version>
49+
<version>0.6</version>
5050
<configuration>
5151
<description>Official ${project.name} build of the ${project.version} release</description>
5252
<override>true</override>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>com.github.github</groupId>
6767
<artifactId>site-maven-plugin</artifactId>
68-
<version>0.6</version>
68+
<version>0.7</version>
6969
<configuration>
7070
<message>Building site for ${project.version}</message>
7171
<server>github</server>

0 commit comments

Comments
 (0)