From 15524e275d538bf1a6f00cf775121c44f55f59de Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Thu, 16 Jul 2020 13:20:03 +0200 Subject: [PATCH] Fix broken image in pdf spec, update spec build plugins Signed-off-by: Lukas Jungmann --- spec/pom.xml | 22 +++++----------------- spec/src/main/asciidoc/jsonp-spec.adoc | 4 ++-- spec/src/main/asciidoc/jsonp.adoc | 4 ++++ 3 files changed, 11 insertions(+), 19 deletions(-) diff --git a/spec/pom.xml b/spec/pom.xml index 18b495db..be9a379b 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -1,7 +1,7 @@ DRAFT MMMM dd, yyyy @@ -85,16 +83,6 @@ asciidoctor-maven-plugin ${asciidoctor.maven.plugin.version} - - org.jruby - jruby-complete - ${jruby.version} - - - org.asciidoctor - asciidoctorj - ${asciidoctorj.version} - org.asciidoctor asciidoctorj-pdf @@ -188,7 +176,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.1.1 + 3.3.0 false diff --git a/spec/src/main/asciidoc/jsonp-spec.adoc b/spec/src/main/asciidoc/jsonp-spec.adoc index 446b390f..5077a929 100644 --- a/spec/src/main/asciidoc/jsonp-spec.adoc +++ b/spec/src/main/asciidoc/jsonp-spec.adoc @@ -1,5 +1,5 @@ // -// Copyright (c) 2017, 2019 Contributors to the Eclipse Foundation +// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation // = Jakarta JSON Processing @@ -16,7 +16,7 @@ ifdef::backend-pdf[] :pagenums: :numbered: -:title-logo-image: image:jakarta_ee_logo_schooner_color_stacked_default.png[pdfwidth=4.25in,align=right] +:title-logo-image: image:images/jakarta_ee_logo_schooner_color_stacked_default.png[pdfwidth=4.25in,align=right] endif::[] // == License diff --git a/spec/src/main/asciidoc/jsonp.adoc b/spec/src/main/asciidoc/jsonp.adoc index 294b9167..e33e8ff1 100644 --- a/spec/src/main/asciidoc/jsonp.adoc +++ b/spec/src/main/asciidoc/jsonp.adoc @@ -1,3 +1,7 @@ +// +// Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +// + == Introduction Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.