diff --git a/hibernate-dialect-v5/pom.xml b/hibernate-dialect-v5/pom.xml index a51d399..f9d0c9e 100644 --- a/hibernate-dialect-v5/pom.xml +++ b/hibernate-dialect-v5/pom.xml @@ -110,6 +110,42 @@ + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + 17 + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + jdk8-bootstrap diff --git a/hibernate-dialect/pom.xml b/hibernate-dialect/pom.xml index 8ad34f0..dc061dd 100644 --- a/hibernate-dialect/pom.xml +++ b/hibernate-dialect/pom.xml @@ -112,6 +112,42 @@ + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + 17 + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + ossrh-s01