This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit de9eea37decfc5494a2474f0ec68583ea71a6d8a Author: Andy Seaborne <a...@apache.org> AuthorDate: Sun Nov 19 11:05:17 2023 +0000 Fix unknown configuration setting --- jena-permissions/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jena-permissions/pom.xml b/jena-permissions/pom.xml index 69e1e03351..f30186b247 100644 --- a/jena-permissions/pom.xml +++ b/jena-permissions/pom.xml @@ -137,7 +137,7 @@ <goal>jar</goal> </goals> <configuration> - <classedDirectory>target</classedDirectory> + <classesDirectory>target</classesDirectory> <classifier>example</classifier> <includes> <include>../src/example/**</include>