mvn gae:deploy给了我们以下“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]
但是,在我的pom.xml档案中,我们有1.6.1的加热版本:
<gae.version>1.6.1</gae.version>
我们确信,该守则是用1.6.1汇编的。
我们如何确保1.6.1用于部署?
(格式道歉:......)