Skip to content

Commit 406d715

Browse files
committed
Bump plugin dependencies to 0.2
1 parent efef20a commit 406d715

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.1</version>
49+
<version>0.2</version>
5050
<configuration>
5151
<description>Official ${project.name} build of the ${project.version} release</description>
5252
<override>true</override>
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>com.github.github</groupId>
6666
<artifactId>site-maven-plugin</artifactId>
67-
<version>0.1</version>
67+
<version>0.2</version>
6868
<configuration>
6969
<message>Building site for ${project.version}</message>
7070
</configuration>

0 commit comments

Comments
 (0)