diff --git a/commons-rdf-api/pom.xml b/commons-rdf-api/pom.xml index 8059c607..fc42d2dd 100644 --- a/commons-rdf-api/pom.xml +++ b/commons-rdf-api/pom.xml @@ -34,6 +34,7 @@ Commons Java API for RDF 1.1 + ${basedir}/.. org.apache.commons.rdf.api 2024-02-01T03:27:02Z diff --git a/commons-rdf-examples/pom.xml b/commons-rdf-examples/pom.xml index 57abd6ae..bd98bd67 100644 --- a/commons-rdf-examples/pom.xml +++ b/commons-rdf-examples/pom.xml @@ -32,6 +32,7 @@ 0.1 + ${basedir}/.. 1.8 1.8 2024-02-01T03:27:02Z diff --git a/commons-rdf-integration-tests/pom.xml b/commons-rdf-integration-tests/pom.xml index e9e3b0c1..e6052b43 100644 --- a/commons-rdf-integration-tests/pom.xml +++ b/commons-rdf-integration-tests/pom.xml @@ -28,6 +28,7 @@ commons-rdf-integration-tests Commons RDF Integration tests + ${basedir}/.. 2024-02-01T03:27:02Z diff --git a/commons-rdf-jena/pom.xml b/commons-rdf-jena/pom.xml index 2edfbf20..4c31ae95 100644 --- a/commons-rdf-jena/pom.xml +++ b/commons-rdf-jena/pom.xml @@ -33,6 +33,7 @@ Commons RDF impl: Jena Apache Jena implementation of Commons RDF API + ${basedir}/.. 2024-02-01T03:27:02Z diff --git a/commons-rdf-jsonld-java/pom.xml b/commons-rdf-jsonld-java/pom.xml index 44b57fe2..43471678 100644 --- a/commons-rdf-jsonld-java/pom.xml +++ b/commons-rdf-jsonld-java/pom.xml @@ -33,6 +33,7 @@ Commons RDF impl: JSON-LD Java Parser integration of JSON-LD Java + ${basedir}/.. 2024-02-01T03:27:02Z diff --git a/commons-rdf-rdf4j/pom.xml b/commons-rdf-rdf4j/pom.xml index d4352b4b..a7b81335 100644 --- a/commons-rdf-rdf4j/pom.xml +++ b/commons-rdf-rdf4j/pom.xml @@ -33,6 +33,7 @@ Commons RDF impl: RDF4j Eclipse RDF4j implementation of Commons RDF API + ${basedir}/.. 2024-02-01T03:27:02Z diff --git a/commons-rdf-simple/pom.xml b/commons-rdf-simple/pom.xml index 873ef014..bd80e4b9 100644 --- a/commons-rdf-simple/pom.xml +++ b/commons-rdf-simple/pom.xml @@ -40,6 +40,7 @@ + ${basedir}/.. 2024-02-01T03:27:02Z diff --git a/pom.xml b/pom.xml index 376b72f6..108a02e0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.apache.commons commons-parent - 71 + 73 commons-rdf-parent @@ -43,6 +43,7 @@ 11 UTF-8 2024-02-01T03:27:02Z + ${basedir} UTF-8 rdf org.apache.commons.rdf @@ -288,7 +289,7 @@ - clean verify javadoc:javadoc + clean verify checkstyle:check javadoc:javadoc org.apache.maven.plugins @@ -509,6 +510,16 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${commons.parent.dir}/src/conf/checkstyle.xml + config_loc=${commons.parent.dir}/src/conf/ + false + ${commons.parent.dir}/src/conf/checkstyle-suppressions.xml + + @@ -539,7 +550,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.2.0 ${project.basedir}/src/conf/checkstyle.xml diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7f339640..a3f16846 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,6 +85,9 @@ Bump Java from 8 to 11. + + Bump commons-parent from 71 to 73. + diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index d03ca51e..7fc18e7d 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -51,14 +51,11 @@ limitations under the License. + + + - - - - - @@ -173,31 +170,23 @@ limitations under the License. - - - - - - - - - - - - - - - + --> + + + + +