Skip to content

Commit

Permalink
updated plugins versions (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero authored Sep 28, 2017
1 parent d072c75 commit 3d44753
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<groovy.version>2.1.3</groovy.version>
<asciidoctorj.version>1.5.6</asciidoctorj.version>
<maven.coveralls.plugin.version>4.3.0</maven.coveralls.plugin.version>
<maven.jacoco.plugin.version>0.7.2.201409121644</maven.jacoco.plugin.version>
<maven.jacoco.plugin.version>0.7.9</maven.jacoco.plugin.version>
<jruby.version>1.7.26</jruby.version>
<maven.plugin.plugin.version>3.4</maven.plugin.plugin.version>
<maven.plugin.api.version>2.0</maven.plugin.api.version>
<maven.project.version>2.2.1</maven.project.version>
<maven.compiler.plugin.version>3.5.1</maven.compiler.plugin.version>
<maven.compiler.plugin.version>3.7.0</maven.compiler.plugin.version>
<maven.filtering.version>3.1.1</maven.filtering.version>
<plexus.utils.version>3.0.23</plexus.utils.version>
<plexus.component.metadata.version>1.5.5</plexus.component.metadata.version>
Expand Down Expand Up @@ -388,9 +388,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>2.0.0</version>
<version>3.0.1</version>
<configuration>
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<pomIncludes>
Expand Down

0 comments on commit 3d44753

Please sign in to comment.