[jOOQ/jOOQ#12488] Add Maven groupId info to Constants

This commit is contained in:
Lukas Eder 2021-10-07 15:14:45 +02:00
parent 6f329c16f7
commit bd83f2bbc3
3 changed files with 15 additions and 0 deletions

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/