Skip to content

Commit

Permalink
fixed missing plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Diaz committed Apr 21, 2012
1 parent 9544986 commit 052b777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<configuration> <configuration>
<executable>java</executable> <executable>java</executable>
<arguments> <arguments>
Expand Down

0 comments on commit 052b777

Please sign in to comment.