Use gwtorm 1.1.1-SNAPSHOT

For MySQL in GMT+10 timezones we need to not supply a phony default
value for TIMESTAMP columns in the database.  gwtorm 1.1.1 has
removed those defaults.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-05-28 10:38:22 -07:00
parent a73616d608
commit 4da2068e6c

View File

@@ -254,7 +254,7 @@ limitations under the License.
<properties> <properties>
<jgitVersion>0.4.0-372-gbd3c3db</jgitVersion> <jgitVersion>0.4.0-372-gbd3c3db</jgitVersion>
<gwtormVersion>1.1.0</gwtormVersion> <gwtormVersion>1.1.1-SNAPSHOT</gwtormVersion>
<gwtjsonrpcVersion>1.1.0</gwtjsonrpcVersion> <gwtjsonrpcVersion>1.1.0</gwtjsonrpcVersion>
<gwtexpuiVersion>1.1.1-SNAPSHOT</gwtexpuiVersion> <gwtexpuiVersion>1.1.1-SNAPSHOT</gwtexpuiVersion>
<gwtVersion>1.6.4</gwtVersion> <gwtVersion>1.6.4</gwtVersion>