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 391
391
</header >
392
392
<bottom ><![CDATA[
393
393
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>
395
395
Use is subject to <a href="{@docRoot}/doc-files/EFSL.html" target="_top">license terms</a>.]]>
396
396
</bottom >
397
397
</configuration >
Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ Run the full build:
15
15
16
16
` mvn clean install `
17
17
18
+ Generate specification with given status:
19
+
20
+ ` mvn clean install -Dstatus="Final Release" `
21
+
18
22
Locate the html files:
19
- - target/generated-docs/jsonb-spec.html
23
+ - target/generated-docs/jsonb-spec-XXX .html
20
24
21
25
Locate 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::[]
14
14
Release: {revdate}
15
15
....
16
16
17
+ Copyright (c) 2019 Eclipse Foundation.
18
+
17
19
=== Eclipse Foundation Specification License
18
20
19
21
By using and/or copying this document, or the Eclipse Foundation
You can’t perform that action at this time.
0 commit comments