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 9, 2024
1 parent d513a9b commit ad06b97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amazonlinux-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down
2 changes: 1 addition & 1 deletion apache-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

0 comments on commit ad06b97

Please sign in to comment.