Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 16, 2014
1 parent 168975f commit 0c4b7af
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<easyb.version>1.4</easyb.version>
<cobertura.version>2.6</cobertura.version>
<!-- A workaround for a bug in PMD -->
<sourceJdk>1.7</sourceJdk>
<targetJdk>1.7</targetJdk>
<github.account>wakaleo</github.account>
<thucydides.version>0.9.222</thucydides.version>
<thucydides.version>0.9.268</thucydides.version>
<jelastic.context>gameoflife</jelastic.context>
<jelastic.environment>wakaleo</jelastic.environment>
</properties>
Expand All @@ -29,15 +30,15 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.10</version>
<version>2.11</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down Expand Up @@ -78,7 +79,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.3.201306030806</version>
<version>0.7.2.201409121644</version>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand All @@ -99,15 +100,15 @@

<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.2</version>
<version>2.5</version>
<configuration>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>

<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<version>2.8.2</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -187,8 +188,8 @@
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -242,7 +243,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.5</version>
<version>3.2</version>
<configuration>
<targetJdk>1.6</targetJdk>
<aggregate>true</aggregate>
Expand All @@ -258,7 +259,7 @@
<!-- FINDBUGS -->
<plugin>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<version>2.4.0</version>
<configuration>
<effort>Max</effort>
<xmlOutput>true</xmlOutput>
Expand Down Expand Up @@ -297,35 +298,30 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
<version>3.3</version>
<configuration>
<reportPlugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.2</version>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura.version}</version>
<configuration>
<formats>
<format>xml</format>
</formats>
</configuration>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.2.201409121644</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>
<version>3.0.1</version>
<!--<configuration>-->
<!--<configLocation>gol-checkstyle.xml</configLocation>-->
<!--</configuration>-->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.5</version>
<version>3.2</version>
<configuration>
<targetJdk>1.6</targetJdk>
<aggregate>true</aggregate>
Expand All @@ -341,7 +337,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>
<version>2.4.0</version>
<configuration>
<effort>Max</effort>
<xmlOutput>true</xmlOutput>
Expand Down Expand Up @@ -370,7 +366,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
<version>2.4</version>
</plugin>
</reportPlugins>
</configuration>
Expand Down Expand Up @@ -464,7 +460,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4.0</version>
<configuration>
<effort>Max</effort>
<xmlOutput>true</xmlOutput>
Expand Down

0 comments on commit 0c4b7af

Please sign in to comment.