[jOOQ/jOOQ#12488] Add Maven groupId info to Constants
This commit is contained in:
parent
6f329c16f7
commit
bd83f2bbc3
@ -45,6 +45,11 @@ package org.jooq.codegen;
|
||||
*/
|
||||
public final class Constants {
|
||||
|
||||
/**
|
||||
* The Maven groupId used for this edition / distribution
|
||||
*/
|
||||
public static final String GROUP_ID = "org.jooq";
|
||||
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
|
||||
@ -45,6 +45,11 @@ package org.jooq.meta;
|
||||
*/
|
||||
public final class Constants {
|
||||
|
||||
/**
|
||||
* The Maven groupId used for this edition / distribution
|
||||
*/
|
||||
public static final String GROUP_ID = "org.jooq";
|
||||
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
|
||||
@ -45,6 +45,11 @@ package org.jooq;
|
||||
*/
|
||||
public final class Constants {
|
||||
|
||||
/**
|
||||
* The Maven groupId used for this edition / distribution
|
||||
*/
|
||||
public static final String GROUP_ID = "org.jooq";
|
||||
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user