mvn gae:deploy gave us the following "info":
[INFO]
[INFO] <<< maven-gae-plugin:0.9.2:deploy (default-cli) @ gk <<<
[INFO]
[INFO] --- maven-gae-plugin:0.9.2:deploy (default-cli) @ gk ---
[INFO] Updating Google App Engine Server...
There is a new version of the SDK available.
Latest SDK: Release: 1.6.1 Timestamp: Wed Nov 09 16:16:16 EST 2011 API versions: [1.0]
Your SDK: Release: 1.5.2 Timestamp: Mon Jul 18 19:48:56 EDT 2011 API versions: [1.0]
But we have gae version 1.6.1 in my pom.xml file:
<gae.version>1.6.1</gae.version>
And we're sure the code is compiled with 1.6.1.
How do we make sure 1.6.1 is used to deploy?
( apologize for the format :( )