From 252cce7daf91b0909556a24efba410dbc9300b63 Mon Sep 17 00:00:00 2001
From: Fried Hoeben <github@hsac.nl>
Date: Sun, 20 Aug 2017 15:14:29 +0200
Subject: [PATCH] Next release with latest fixture version

---
 pom.xml                                        | 2 +-
 src/main/resources/archetype-resources/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4405d97..215b7b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>nl.hsac</groupId>
     <artifactId>fitnesse-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
     <name>Archetype - FitNesse project based on hsac-fitnesse-fixtures</name>
     <description>Project to create a Maven archetype that can be used to generate a FitNesse project based on hsac-fitnesse-fixtures</description>
     <url>https://github.com/fhoeben/fitnesse-project-archetype</url>
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index e9c4ec8..296e78e 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -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>3.1.0</hsac.fixtures.version>
+        <hsac.fixtures.version>3.2.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>