1. How to upgrade Squash TA framework from 1.8.0-RELEASE to 1.9.0-RELEASE (yet to be released)?

1. Open the pom.xml file

2. Change the squash-ta-maven-plugin version from 1.8.0-RELEASE to 1.9.0-RELEASE:

<plugin>

<groupId>org.squashtest.ta</groupId>

<artifactId>squash-ta-maven-plugin</artifactId>

<version>1.9.0-RELEASE</version>

...