Monitoring plugin bad SQL for upgrade

I noticed the new monitoring plugin doesn’t upgrade the database properly. SQL file (at least the Oracle/MySQL ones) have this:

UPDATE jiveVersion SET version = 1 WHERE name = ‘monitoring’;

Should that not be ofVersion instead?

Thanks David.

http://issues.igniterealtime.org/browse/OF-667