Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 11, 2024
1 parent 53235c6 commit 83cde43
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-M24
# Previous Versions : 9.0.93, 10.1.28
TOMCAT_VERSION=11.0.0-M25
# Previous Versions : 9.0.94, 10.1.29

# 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-M24
# Previous Versions : 9.0.93, 10.1.28
TOMCAT_VERSION=11.0.0-M25
# Previous Versions : 9.0.94, 10.1.29

# 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-M24
# Previous Versions : 9.0.93, 10.1.28
TOMCAT_VERSION=11.0.0-M25
# Previous Versions : 9.0.94, 10.1.29

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

0 comments on commit 83cde43

Please sign in to comment.