Repository: jena Updated Branches: refs/heads/master 913b2257e -> bc3734852
JENA-790 : Add closing ")" in <jdk> to doclint-java8-disable profile Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/bc373485 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/bc373485 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/bc373485 Branch: refs/heads/master Commit: bc37348521aa016a4481dea74ed884d720001920 Parents: 913b225 Author: Andy Seaborne <[email protected]> Authored: Thu Sep 25 20:43:39 2014 +0100 Committer: Andy Seaborne <[email protected]> Committed: Thu Sep 25 20:43:39 2014 +0100 ---------------------------------------------------------------------- jena-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/bc373485/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index b329fd9..e32fdcb 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -77,7 +77,7 @@ <!-- Turn of doclint for java8 and later --> <id>doclint-java8-disable</id> <activation> - <jdk>[1.8,</jdk> + <jdk>[1.8,)</jdk> </activation> <build>
