Skip to content

Commit

Permalink
Plugin updates per versions-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Jun 18, 2013
1 parent 75e69b6 commit 396557b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Expand Up @@ -379,7 +379,7 @@
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.7</version>
<version>0.8</version>
<configuration>
<message>Creating site for ${project.artifactId}, ${project.version}</message>
<!-- this does the trick to place every module in the correct subfolder -->
Expand All @@ -404,7 +404,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand All @@ -413,7 +413,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<version>3.1</version>
<configuration>
<debug>false</debug>
<source>1.7</source>
Expand All @@ -422,7 +422,7 @@
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.6</version>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down Expand Up @@ -459,7 +459,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.14</version>
<version>2.15</version>
<configuration>
<systemPropertyVariables>
<test.port>${test.port}</test.port>
Expand Down Expand Up @@ -497,7 +497,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
<version>2.4.1</version>
<configuration>
<!-- see http://jira.codehaus.org/browse/MRELEASE-424 -->
<mavenExecutorId>forked-path</mavenExecutorId>
Expand All @@ -516,7 +516,7 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
<version>3.3</version>
<configuration>
<skipDeploy>true</skipDeploy>
</configuration>
Expand All @@ -532,7 +532,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
<version>2.15</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down Expand Up @@ -640,7 +640,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.10.v20130312</version>
<version>8.1.11.v20130520</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -730,7 +730,7 @@
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.14</version>
<version>2.15</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand All @@ -742,7 +742,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.14</version>
<version>2.15</version>
<configuration>
<argLine>-XX:-UseSplitVerifier</argLine>
<outputName>surefire-report</outputName>
Expand All @@ -762,7 +762,7 @@
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
<version>2.7</version>
<configuration>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
Expand All @@ -771,7 +771,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.2.201302030002</version>
<version>0.6.3.201306030806</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 396557b

Please sign in to comment.