Liquibase tries to access first mysql database ever used when updating new database

I’m on windows 7, using the command line interface and mysql.  I tried out some things with liquibase using a database called “test”.  Everything worked great.

I dropped the test database and started the real work on a new database names “smart”.  However, when I try to run liquibase to update the new database, I get a SEVERE error:
    liquibase: Unknown database 'test’

If I create the test database I can run the liquibase script without a problem.

How can I change it so it doesn’t try to access that temporary ‘test’ database whenever it’s updating a different database?