Skip to content

Commit 5076e17

Browse files
committed
Add versions plugin.
This will allow for automatic dependencies and plugins updates. http://www.mojohaus.org/versions-maven-plugin/examples/advancing-dependency-versions.html
1 parent 7b23e99 commit 5076e17

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
@@ -75,6 +75,11 @@ limitations under the License.
7575
<execution><goals><goal>check</goal></goals></execution>
7676
</executions>
7777
</plugin>
78+
<plugin>
79+
<groupId>org.codehaus.mojo</groupId>
80+
<artifactId>versions-maven-plugin</artifactId>
81+
<version>2.2</version>
82+
</plugin>
7883
<plugin>
7984
<groupId>org.jacoco</groupId>
8085
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)