Skip to content

Commit

Permalink
Update hsac-fixtures version and maven plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed May 16, 2017
1 parent 436612f commit 5d2004c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<fitnesse.version>20161106</fitnesse.version>
<hsac.fixtures.version>2.11.5</hsac.fixtures.version>
<hsac.fixtures.version>2.12.0</hsac.fixtures.version>
<!-- classpath that Fitnesse uses when not starting from IDE/maven -->
<standalone.classpath>wiki/fixtures</standalone.classpath>
<fitnesse.port>9090</fitnesse.port>
Expand Down Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<version>3.6.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down Expand Up @@ -87,7 +87,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19</version>
<version>2.20</version>
<configuration>
<excludes>
<!-- this test actually runs fitnesse tests
Expand All @@ -100,7 +100,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19</version>
<version>2.20</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -135,7 +135,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<executions>
<execution>
<goals>
Expand All @@ -160,7 +160,7 @@
dependencies are available to Fitnesse without need to have Maven to run tests.
-->
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<version>3.0.0</version>
<configuration>
<includes>**/*</includes>
<excludes>META-INF,META-INF/**</excludes>
Expand Down Expand Up @@ -234,7 +234,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<version>3.0.0</version>
<configuration>
<descriptors>
<descriptor>src/assembly/standalone.xml</descriptor>
Expand Down

0 comments on commit 5d2004c

Please sign in to comment.