Skip to content

Commit ca34723

Browse files
committed
introduce versions-maven-plugin
1 parent 9cdf6c0 commit ca34723

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
</execution>
210210
</executions>
211211
</plugin>
212+
<plugin>
213+
<groupId>org.codehaus.mojo</groupId>
214+
<artifactId>versions-maven-plugin</artifactId>
215+
<version>2.2</version>
216+
</plugin>
212217
<plugin>
213218
<groupId>com.github.github</groupId>
214219
<artifactId>site-maven-plugin</artifactId>

0 commit comments

Comments
 (0)