Skip to content

Commit 62f0735

Browse files
authored
Merge pull request #376 from KyleAure/374-update-soe
docs: Update SEO for specification doc
2 parents 5ff186d + e7e4db3 commit 62f0735

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
<maven.compiler.source>17</maven.compiler.source>
100100
<maven.compiler.target>17</maven.compiler.target>
101101

102+
<nexus.staging.repository>jsonb-maven2-staging</nexus.staging.repository>
103+
102104
<!-- JBake determins the versions of asciidoctor we can use -->
103105
<!-- Which in turn determins the version of jruby we can use-->
104106
<jbake.maven.plugin.version>2.7.0</jbake.maven.plugin.version>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- revnumber comes from plugin configuration -->
2+
<link rel="canonical" href="https://jakarta.ee/specifications/jsonb/{revnumber}/jakarta-jsonb-spec-{revnumber}" />

spec/src/main/asciidoc/jsonb-spec.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
//
2-
// Copyright (c) 2017, 2019 Contributors to the Eclipse Foundation
2+
// Copyright (c) 2017, 2026 Contributors to the Eclipse Foundation
33
//
44

55
= Jakarta JSON Binding
66
:authors: Jakarta JSON Binding Team, https://projects.eclipse.org/projects/ee4j.jsonb
77
:email: https://dev.eclipse.org/mailman/listinfo/jsonb-dev
88
:version-label!:
99
:doctype: book
10+
:docinfo: shared
1011
:license: Eclipse Foundation Specification License v1.0
1112
:source-highlighter: coderay
1213
:toc: left

0 commit comments

Comments
 (0)