Skip to content

Commit

Permalink
Lock plugin versions to their latest version to remove warning from M…
Browse files Browse the repository at this point in the history
…aven

Signed-off-by: Ealden Esto E. Escanan <[email protected]>
  • Loading branch information
ealden committed Sep 18, 2011
1 parent 2f1dd01 commit 033db38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
Expand All @@ -137,6 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
<!--forkMode>pertest</forkMode-->
<includes>
Expand Down
3 changes: 3 additions & 0 deletions log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,12 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.26</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
Expand All @@ -168,6 +170,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
<!--forkMode>pertest</forkMode -->
<includes>
Expand Down
3 changes: 3 additions & 0 deletions stocks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,12 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.26</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
Expand All @@ -167,6 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
<!--forkMode>pertest</forkMode -->
<includes>
Expand Down

0 comments on commit 033db38

Please sign in to comment.