[jOOQ/jOOQ#9506] Fix wrong package name

This commit is contained in:
Lukas Eder 2023-06-16 16:45:15 +02:00
parent 5201d762a6
commit 49713f680b
7 changed files with 7 additions and 7 deletions

View File

@ -35,7 +35,7 @@
*
*
*/
package org.jooq.codegen.maven;
package org.jooq.migrations.maven;
import static org.apache.maven.plugins.annotations.LifecyclePhase.GENERATE_SOURCES;
import static org.apache.maven.plugins.annotations.ResolutionScope.TEST;

View File

@ -35,7 +35,7 @@
*
*
*/
package org.jooq.codegen.maven;
package org.jooq.migrations.maven;
import static org.jooq.tools.StringUtils.defaultIfNull;
import static org.jooq.tools.StringUtils.isBlank;

View File

@ -35,7 +35,7 @@
*
*
*/
package org.jooq.codegen.maven;
package org.jooq.migrations.maven;
public class Jdbc {

View File

@ -35,7 +35,7 @@
*
*
*/
package org.jooq.codegen.maven;
package org.jooq.migrations.maven;
import static org.apache.maven.plugins.annotations.LifecyclePhase.GENERATE_SOURCES;
import static org.apache.maven.plugins.annotations.ResolutionScope.TEST;

View File

@ -35,7 +35,7 @@
*
*
*/
package org.jooq.codegen.maven;
package org.jooq.migrations.maven;
import static org.apache.maven.plugins.annotations.LifecyclePhase.GENERATE_SOURCES;
import static org.apache.maven.plugins.annotations.ResolutionScope.TEST;

View File

@ -35,7 +35,7 @@
*
*
*/
package org.jooq.codegen.maven;
package org.jooq.migrations.maven;
import static org.apache.maven.plugins.annotations.LifecyclePhase.GENERATE_SOURCES;
import static org.apache.maven.plugins.annotations.ResolutionScope.TEST;

View File

@ -35,7 +35,7 @@
*
*
*/
package org.jooq.codegen.maven;
package org.jooq.migrations.maven;
import static org.apache.maven.plugins.annotations.LifecyclePhase.GENERATE_SOURCES;
import static org.apache.maven.plugins.annotations.ResolutionScope.TEST;