RefApp UI tests and SauceLabs

The commit did trigger a build of uitf (of course), which then triggered a build of refapp-distro, but I’m confused about how the version dependencies work. The refapp-distro pom has:

	<uitestframeworkVersion>1.7.2</uitestframeworkVersion>

And the uitf pom has:

<version>1.8-SNAPSHOT</version>

So that means the refapp will not pick up the latest uitf, right? How is this supposed to work?

Lee