Vaadin 7.1.10 vaadin-shared-deps dependency mismatch?

I haven’t seen any issues or anything but I noticed that 1.03 is available but 1.02 is used:

Here’s the 7.1.10 pom file:
http://repo1.maven.org/maven2/com/vaadin/vaadin-shared/7.1.10/vaadin-shared-7.1.10.pom

com.vaadinvaadin-shared-deps1.0.2compile

However I noticed that 1.0.3 is available here.

http://mvnrepository.com/artifact/com.vaadin/vaadin-shared-deps/1.0.3

Is this a mistake or did you intendend to use version 1.0.2?

Hi,

Vaadin 7.1.x uses shared-deps 1.0.2 whereas Vaadin 7.2.x uses shared-deps 1.0.3. The differences are related to changes in dependencies in GWT.

Ah ok. Thanks!