Skip to content

Commit

Permalink
Set version for exec-maven-plugin in pom (apache#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Nov 20, 2018
1 parent 76d0c71 commit 31345de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ flexible messaging model and an intuitive client API.</description>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
Expand Down Expand Up @@ -1242,6 +1242,11 @@ flexible messaging model and an intuitive client API.</description>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
Expand Down

0 comments on commit 31345de

Please sign in to comment.