[jOOQ/jOOQ#9506] Replace the term outstanding by pending
This commit is contained in:
parent
0a5eaf8788
commit
d0cdd0c820
@ -86,7 +86,7 @@ public class AddSnapshotMojo extends AbstractMigrateMojo {
|
||||
|
||||
if (queries.queries().length > 0) {
|
||||
Queries queries2 = migration.queries();
|
||||
getLog().warn("There are outstanding changes that have not been migrated yet, which are not in the snapshot:\n"
|
||||
getLog().warn("There are pending changes that have not been migrated yet, which are not in the snapshot:\n"
|
||||
+ queries2);
|
||||
}
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ import org.jooq.Migration;
|
||||
import org.apache.maven.plugins.annotations.Mojo;
|
||||
|
||||
/**
|
||||
* Log the outstanding migration queries.
|
||||
* Log the pending migration queries.
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
|
||||
@ -45,7 +45,7 @@ import org.jooq.Configuration;
|
||||
import org.apache.maven.plugins.annotations.Mojo;
|
||||
|
||||
/**
|
||||
* Mark an outstanding migration as resolved.
|
||||
* Mark a failed migration attempt as resolved.
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
|
||||
@ -45,7 +45,7 @@ import org.jooq.Migration;
|
||||
import org.apache.maven.plugins.annotations.Mojo;
|
||||
|
||||
/**
|
||||
* Verify an outstanding migration.
|
||||
* Verify a pending migration.
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user