This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rdf.git
commit e5ae5b21018ccec117766dbccd27eb9e380a090f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 10:07:23 2022 -0500 Misc updates to build green. '' --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7253b4b..c511f92 100644 --- a/pom.xml +++ b/pom.xml @@ -45,18 +45,19 @@ <commons.encoding>UTF-8</commons.encoding> <commons.componentid>rdf</commons.componentid> <commons.module.name>org.apache.commons.rdf</commons.module.name> - <commons.release.version>0.5.0</commons.release.version> + <commons.release.version>0.6.0</commons.release.version> + <commons.bc.version>0.5.0</commons.bc.version> <commons.jira.id>COMMONSRDF</commons.jira.id> <commons.jira.pid>12316620</commons.jira.pid> <commons.site.path>rdf</commons.site.path> - <commons.jacoco.version>0.7.9</commons.jacoco.version> + <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rdf/</commons.scmPubUrl> <!-- <commons.scmPubCheckoutDirectory>${project.build.directory}/site-content</commons.scmPubCheckoutDirectory> --> <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link> - <commons.japicmp.version>0.15.3</commons.japicmp.version> + <commons.japicmp.version>0.15.4</commons.japicmp.version> <!-- NOTE: jsonldjava is also used by rdf4j and jena, check the version @@ -279,7 +280,7 @@ </dependencies> <build> - <defaultGoal>clean package javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify javadoc:javadoc</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>