Skip to content

Commit

Permalink
Additional version fixes for EL TCK.
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Apr 11, 2022
1 parent 62d2e91 commit eac6576
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions internal/docs/el/README.txt
@@ -1,6 +1,6 @@
Simple README file with instructions to quickly install, setup, configure,
and run the EL TCK 4.0 and related software against the EL 4.0 Compatible Implementation(CI). For
more detailed instructions please refer to the EL 4.0 Users Guide.
and run the EL TCK 5.0 and related software against the EL 5.0 Compatible Implementation(CI). For
more detailed instructions please refer to the EL 5.0 Users Guide.

-----------------------
Installing the Software
Expand All @@ -9,22 +9,22 @@ Before you can run the EL TCK tests, you need to install
and set up the following software components:

1) Java 8
2) EL Compatible Implementation Version 4.0
3) EL TCK Version 4.0
2) EL Compatible Implementation Version 5.0
3) EL TCK Version 5.0

1. Download and install Java 8 or Java 11 software.
1. Download and install Java 11 software.

mkdir /java
cd /java
unzip <java-zip-bundle>

2. Download and install the EL 4.0 Compatible Implementation/jarfile.
2. Download and install the EL 5.0 Compatible Implementation/jarfile.

mkdir /ri
cd /ri


3. Download and install the EL TCK 4.0 software.
3. Download and install the EL TCK 5.0 software.

mkdir /tck
cd /tck
Expand All @@ -50,7 +50,7 @@ Setup and Configuration of the EL TCK
------------------------------
Executing the EL TCK Tests
------------------------------
At this point we are ready to run the EL TCK tests against the EL 4.0
At this point we are ready to run the EL TCK tests against the EL 5.0
Compatible Implementation.

1. Execute and run the EL TCK tests.
Expand Down
2 changes: 1 addition & 1 deletion internal/docs/el/index.html
Expand Up @@ -48,7 +48,7 @@ <h2>Guide to Expression Language TCK 5.0 Documentation</h2>

<ul>
<li>
<p>The <cite><a href="ReleaseNotes.html">Expression Language TCK Release Notes</a></cite> provide last-minute information about the EL TCK, Version 4.0. The Release Notes are located in the TCK product bundle.</p>
<p>The <cite><a href="ReleaseNotes.html">Expression Language TCK Release Notes</a></cite> provide last-minute information about the EL TCK, Version 5.0. The Release Notes are located in the TCK product bundle.</p>
</li>
<li>
<p>The <cite>Jakarta Expression Language 5.0 Technology Compatibility Kit User's Guide</cite> provides the information you need to install, configure, and run the TCK. The User's Guide also contains the rules you need to pass for certification.</p>
Expand Down
2 changes: 1 addition & 1 deletion user_guides/el/pom.xml
Expand Up @@ -28,7 +28,7 @@
<groupId>org.glassfish</groupId>
<artifactId>tck_el</artifactId>
<packaging>pom</packaging>
<version>4.0.1</version>
<version>5.0.0</version>
<name>Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta Expression Language for Jakarta EE, Release 5.0</name>

<properties>
Expand Down

0 comments on commit eac6576

Please sign in to comment.