Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 11, 2024
1 parent ad06b97 commit 674de4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions amazonlinux-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Note: This script has been tested on an Amazon Linux 2 AMI (HVM).

# Latest version successfully fetched
TOMCAT_VERSION=11.0.0-M26
# Previous Versions : 9.0.96, 10.1.30
TOMCAT_VERSION=11.0.0
# Previous Versions : 9.0.96, 10.1.31

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down
4 changes: 2 additions & 2 deletions apache-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Note: This script has been tested on an Ubuntu server 22.04 LTS (HVM) and Amazon Linux 2 AMI (HVM). Testing on Rhel instance is currently in progress.

# Latest version successfully fetched
TOMCAT_VERSION=11.0.0-M26
# Previous Versions : 9.0.96, 10.1.30
TOMCAT_VERSION=11.0.0
# Previous Versions : 9.0.96, 10.1.31

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down
4 changes: 2 additions & 2 deletions ubuntu-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Note: This script has been tested on an Ubuntu server 22.04 LTS (HVM).

# Fetched latest version
TOMCAT_VERSION=11.0.0-M26
# Previous Versions : 9.0.96, 10.1.30
TOMCAT_VERSION=11.0.0
# Previous Versions : 9.0.96, 10.1.31

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down

0 comments on commit 674de4d

Please sign in to comment.