Skip to content

Commit 2a48519

Browse files
alwin-josephVerdent
authored andcommitted
correct version/copyrights/dates
1 parent ee9043e commit 2a48519

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

tck-docs/JSONB3.0-ReleaseNotes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<body>
4141
<div align="center">
4242
<h1>Jakarta JSON Binding Technology Compatibility Kit, Version 3.0<br>
43-
<em class="emphasize">Release Notes, December, 2021</em></h1>
43+
<em class="emphasize">Release Notes, March, 2022</em></h1>
4444
</div>
4545

4646

@@ -91,5 +91,5 @@ <h2>Attributions</h2>
9191
</p>
9292

9393
<hr>
94-
<p><cite><small>Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.</small></cite></p>
94+
<p><cite><small>Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.</small></cite></p>
9595
</body></html>

tck-docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22
<!--
33
4-
Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -46,12 +46,12 @@ <h2>Guide to JSON-B TCK 3.0 Documentation</h2>
4646
<p>The JSON-B TCK 3.0 documentation includes the following:</p>
4747

4848
<ul>
49-
<li><p>The <cite><a href="JSONB3.0-ReleaseNotes.html">JSON-B Release Notes</a></cite> provide the information that you need to install, set up, and run the JSON-B TCK, Version 1.0. The Release Notes are located in the TCK product bundle.</p></li>
50-
<li><p>The <cite>JSON-B 1.0 Technology Compatibility Kit User's Guide</cite> provides the information that you need to install, set up, and run the JSON-B TCK as well as the rules you must comply with for certification.</p></li>
49+
<li><p>The <cite><a href="JSONB3.0-ReleaseNotes.html">JSON-B Release Notes</a></cite> provide the information that you need to install, set up, and run the JSON-B TCK, Version 3.0. The Release Notes are located in the TCK product bundle.</p></li>
50+
<li><p>The <cite>JSON-B 3.0 Technology Compatibility Kit User's Guide</cite> provides the information that you need to install, set up, and run the JSON-B TCK as well as the rules you must comply with for certification.</p></li>
5151
<li><p>The <a href="assertions/JSONB10JavadocAssertions.html">Javadoc Assertion List</a> lists all the javadoc assertions that are tested by the JSON-B TCK.</p></li>
5252
<li><p>The <a href="assertions/JSONB10SpecAssertions.html">Specification Assertion List</a> lists all the specification assertions that are tested by the JSON-B TCK.</p></li>
5353
</ul>
5454
<hr>
55-
<p><cite><small><address>Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.</address></small><cite></p>
55+
<p><cite><small><address>Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.</address></small><cite></p>
5656
</body>
5757
</html>

tck-docs/userguide/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -48,7 +48,7 @@
4848

4949
<distributionManagement>
5050
<site>
51-
<url>scm:git:git@github.com:eclipse-ee4j/jakartaee-tck.git</url>
51+
<url>scm:git:git@github.com:eclipse-ee4j/jsonb-api.git</url>
5252
</site>
5353
</distributionManagement>
5454

tck-docs/userguide/src/main/jbake/assets/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: jakartaee/jekyll-theme-jakarta-ee
22

33
title: [tck_jsonb_v1_0]
4-
description: [Oracle Technology Compatibility Kit User's Guide for Java API for JSON Binding 1.0 for Technology Licensees, Release 1.0]
4+
description: [Oracle Technology Compatibility Kit User's Guide for Java API for JSON Binding 3.0 for Technology Licensees, Release 3.0]
55

66
# sidebar links url
77
links:

tck-docs/userguide/src/main/jbake/content/attributes.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:TechnologyFullName: Jakarta JSON Binding
22
:TechnologyShortName: JSON Binding
33
:LegacyAcronym: JSONB
4-
:ReleaseDate: December 2021
5-
:CopyrightDates: 2017, 2021
4+
:ReleaseDate: March 2022
5+
:CopyrightDates: 2017, 2022
66
:TechnologyVersion: 3.0
77
:TechnologyRI: Eclipse Yasson 3.0
88
:TechnologyRIURL: https://projects.eclipse.org/projects/ee4j.yasson

0 commit comments

Comments
 (0)