Skip to content

Commit

Permalink
Merge pull request #921 from markt-asf/el-version-update
Browse files Browse the repository at this point in the history
Additional version fixes for EL TCK.
  • Loading branch information
gurunrao committed Apr 11, 2022
2 parents e78a6e1 + c92cfd6 commit db696a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions internal/docs/el/README.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion user_guides/el/src/main/jbake/content/req-software.inc
Original file line number Diff line number Diff line change
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 Jakarta EE 9 Compatible Implementation
* A Jakarta EE 10 Compatible Implementation

0 comments on commit db696a9

Please sign in to comment.