Maven build error when moving from 7.3.3 to 7.3.4

Trying to up my project from 7.3.3 and I’m getting this error:

[ERROR]
 Plugin com.vaadin:vaadin-maven-plugin:7.3.4 or one of its dependencies could not be resolved: Failure to find com.vaadin:vaadin-maven-plugin:jar:7.3.4 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

Do I need to use 7.3.3 for vaadin-maven-plugin or what?

Hi,

I’d just try again, possibly with -U flag. The 7.3.4 was released just before you did this, so it was just not found by your build system.

cheers,
matti

Using -U fixed it.

For some reason it wasn’t automatically updating the vaadin-maven-plugin to 7.3.4, all the other dependencies were updated fine. Oh well, I’ll attribute this to maven magic.

Thanks.