GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

mvn versions:check-plugin-updates <- gives wrong results for mvn 3.3.3 #53

Open lesv opened 8 years ago

lesv commented 8 years ago
[INFO] Require Maven 3.1.0 to use the following plugin updates:
[INFO]   com.google.appengine:gcloud-maven-plugin ......... 2.0.9.74.v20150814
[INFO]

The latest shown in mvnrepository is 2.0.9.81.v20151008

Perhaps this has something to do with <prerequsites> tag asking for 3.1.0 ??