Skip to content

Commit

Permalink
Updated versions of used plugins in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Sep 18, 2016
1 parent 6278133 commit d28707f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Usage
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
Expand All @@ -85,7 +85,7 @@ Usage
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.0.2</version>
<version>3.0.0</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit d28707f

Please sign in to comment.