File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 391391 </header >
392392 <bottom ><![CDATA[
393393 Comments to: <a href="mailto:${release.spec.feedback}">${release.spec.feedback}</a>.<br>
394- Copyright © {inceptionYear}–{currentYear} Oracle and/or its affiliates . All rights reserved .<br>
394+ Copyright © 2019 Eclipse Foundation . All Rights Reserved .<br>
395395 Use is subject to <a href="{@docRoot}/doc-files/EFSL.html" target="_top">license terms</a>.]]>
396396 </bottom >
397397 </configuration >
Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ Run the full build:
1515
1616` mvn clean install `
1717
18+ Generate specification with given status:
19+
20+ ` mvn clean install -Dstatus="Final Release" `
21+
1822Locate the html files:
19- - target/generated-docs/jsonb-spec.html
23+ - target/generated-docs/jsonb-spec-XXX .html
2024
2125Locate the PDF files:
22- - target/generated-docs/jsonb-spec.pdf
26+ - target/generated-docs/jsonb-spec-XXX .pdf
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ endif::[]
1414Release: {revdate}
1515....
1616
17+ Copyright (c) 2019 Eclipse Foundation.
18+
1719=== Eclipse Foundation Specification License
1820
1921By using and/or copying this document, or the Eclipse Foundation
You can’t perform that action at this time.
0 commit comments