Updated maven-gae-plugin version to 0.9.2

This commit is contained in:
Andrew Phillips 2012-01-08 23:16:13 -05:00
parent 54506e6da5
commit 56aa4e5ece
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
<plugin>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-plugin</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
<configuration>
<serverId>google-appengine</serverId>
<sdkDir>${appengine.sdk.root}</sdkDir>

View File

@ -125,7 +125,7 @@
<plugin>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-plugin</artifactId>
<version>0.8.4</version>
<version>0.9.2</version>
<configuration>
<serverId>google-appengine</serverId>
<sdkDir>${appengine.sdk.root}</sdkDir>