diff --git a/beehive-jdbc-control/pom.xml b/beehive-jdbc-control/pom.xml index eb48555..4ef0df0 100644 --- a/beehive-jdbc-control/pom.xml +++ b/beehive-jdbc-control/pom.xml @@ -36,7 +36,7 @@ com.moparisthebest.jdbcmapper querymapper - jdk16 + ${jar.classifier} com.moparisthebest.aptIn16 diff --git a/beehive-jdbc-mapper/pom.xml b/beehive-jdbc-mapper/pom.xml index 1d82087..83bc48d 100644 --- a/beehive-jdbc-mapper/pom.xml +++ b/beehive-jdbc-mapper/pom.xml @@ -16,7 +16,7 @@ com.moparisthebest.jdbcmapper querymapper - jdk16 + ${jar.classifier} diff --git a/pom.xml b/pom.xml index 8a6d208..86c00eb 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,7 @@ UTF-8 false true + pom @@ -218,7 +219,7 @@ com.moparisthebest.jdbcmapper querymapper 1.0-SNAPSHOT - jdk16 + ${jar.classifier} @@ -308,4 +309,24 @@ + + + jdk6 + + [1.6,1.8) + + + jdk16 + + + + jdk8 + + [1.8,) + + + + + +