Skip to content

Commit

Permalink
version changes to jacc userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed May 3, 2022
1 parent 73edafd commit a8a5ee1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion user_guides/jacc/README.md
Expand Up @@ -9,7 +9,7 @@ page, and the body generated from asciidoc content.
## Pre requisites

- Maven
- JDK8+
- JDK11+

Deploying to Github will require password less authentication.

Expand Down
4 changes: 2 additions & 2 deletions user_guides/jacc/pom.xml
Expand Up @@ -88,8 +88,8 @@
<version>3.5.4</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[1.8.0,)</version>
<message>You need JDK8 or newer</message>
<version>[11,)</version>
<message>You need JDK11 or newer</message>
</requireJavaVersion>
</rules>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion user_guides/jacc/src/main/jbake/assets/_config.yml
@@ -1,7 +1,7 @@
remote_theme: jakartaee/jekyll-theme-jakarta-ee

title: [tck_jacc_v1_5]
description: [Oracle Technology Compatibility Kit User's Guide for Java Authorization Contract for Containers 1.5 for Technology Licensees, Release 1.5]
description: [Oracle Technology Compatibility Kit User's Guide for Java Authorization Contract for Containers 2.1 for Technology Licensees, Release 2.1]

# sidebar links url
links:
Expand Down
4 changes: 2 additions & 2 deletions user_guides/jacc/src/main/jbake/content/config.inc
Expand Up @@ -48,7 +48,7 @@ slashes as a path separator instead.
Edit your `<TS_HOME>/bin/ts.jte` file and set the following
environment variables:
a. Set the `jacc.home` property to the installation directory of Jakarta EE
8 CI.
{JakartaEEVersion} CI.
b. Set the `jacc.host` property to the host name of the system where your
{TechnologyShortName} runtime implementation is installed.
c. Set the `jacc.classes` property to point to the classes or JAR file
Expand Down Expand Up @@ -105,7 +105,7 @@ slashes as a path separator instead.
Edit your `<TS_HOME>/bin/ts.jte` file and set the following
environment variables:
a. Set the `jacc.home` property to the installation directory of Jakarta EE
9 CI.
{JakartaEEVersion} CI.
b. Set the `jacc.host` property to the host name of the system where your
{TechnologyShortName} runtime implementation is installed.
c. Set the `jacc.classes` property to point to the classes or JAR file
Expand Down
2 changes: 1 addition & 1 deletion user_guides/jacc/src/main/jbake/content/install-server.inc
@@ -1,3 +1,3 @@
. Install Jakarta EE 9 CI software if it is not already installed. +
. Install Jakarta EE {JakartaEEVersion} CI software if it is not already installed. +
One CI is {TechnologyRI}.
You may obtain a copy of this CI by downloading it from {TechnologyRIURL}.
2 changes: 1 addition & 1 deletion user_guides/jacc/src/main/jbake/content/req-software.inc
Expand Up @@ -8,4 +8,4 @@ below line can be removed.
This is used in intro.adoc in section 1.3 and install.adoc in section 3.2.
///////////////////////////////////////////////////////////////////////

* A CI of Jakarta EE 9 platform. {TechnologyRI}, is one CI for {TechnologyShortName}
* A CI of Jakarta EE {JakartaEEVersion} platform. {TechnologyRI}, is one CI for {TechnologyShortName}
4 changes: 2 additions & 2 deletions user_guides/jacc/src/main/jbake/content/title.adoc
Expand Up @@ -17,7 +17,7 @@ Technology Compatibility Kit User's Guide for {TechnologyFullName}

Release {TechnologyVersion} for Jakarta EE

September 2020
September 2022

[[sthref1]]

Expand All @@ -26,7 +26,7 @@ September 2020
Technology Compatibility Kit User's Guide for {TechnologyFullName},
Release {TechnologyVersion} for Jakarta EE

Copyright © 2017, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright © 2017, 2022 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under
the terms of the Eclipse Public License v. 2.0, which is available at
Expand Down

0 comments on commit a8a5ee1

Please sign in to comment.