We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87448b commit 27374b9Copy full SHA for 27374b9
1 file changed
example/pom.xml
@@ -46,7 +46,7 @@
46
<plugin>
47
<groupId>com.github.github</groupId>
48
<artifactId>downloads-maven-plugin</artifactId>
49
- <version>0.5</version>
+ <version>0.6</version>
50
<configuration>
51
<description>Official ${project.name} build of the ${project.version} release</description>
52
<override>true</override>
@@ -65,7 +65,7 @@
65
66
67
<artifactId>site-maven-plugin</artifactId>
68
- <version>0.6</version>
+ <version>0.7</version>
69
70
<message>Building site for ${project.version}</message>
71
<server>github</server>
0 commit comments