Skip to content

Commit

Permalink
Updates Arquillian Core and some mvn plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak authored and ingwarsw committed Mar 18, 2017
1 parent aff8487 commit 82e7428
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<name>Arquillian suite extension</name>
<inceptionYear>2013</inceptionYear>

<prerequisites>
<maven>3.0</maven>
</prerequisites>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down Expand Up @@ -55,7 +59,7 @@
<maven.compiler.source>1.6</maven.compiler.source>

<!-- Libraries versions -->
<version.arquillian_core>1.1.8.Final</version.arquillian_core>
<version.arquillian_core>1.1.11.Final</version.arquillian_core>
<version.jacoco>0.7.4.201502262128</version.jacoco>
<version.jbossas>7.1.1.Final</version.jbossas>
<version.glassfish>3.1.2.2</version.glassfish>
Expand Down Expand Up @@ -182,12 +186,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>2.19.1</version>
<configuration>
<environmentVariables>
<JBOSS_HOME>${jbossHome}</JBOSS_HOME>
Expand All @@ -200,15 +204,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<version>2.5.3</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.0.0</version>
<configuration>
<webappDirectory>${project.build.directory}/test-war-module</webappDirectory>
</configuration>
Expand Down Expand Up @@ -269,7 +273,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -282,7 +286,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 82e7428

Please sign in to comment.