Skip to content

Commit

Permalink
Version 4.5.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jul 31, 2024
1 parent af9a4dc commit 6c7e799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gluu_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
parser.add_argument('--no-setup', help="Do not launch setup", action='store_true')
parser.add_argument('--dist-server-base', help="Download server", default='https://maven.gluu.org/maven')
parser.add_argument('-profile', help="Setup profile", choices=['CE', 'DISA-STIG'], default='CE')
parser.add_argument('--setup-branch', help="Gluu CE setup github branch", default="version_4.5.5")
parser.add_argument('--setup-branch', help="Gluu CE setup github branch", default="version_4.5.6")
parser.add_argument('-c', help="Don't download files that exists on disk", action='store_true')

argsp = parser.parse_args()
Expand Down Expand Up @@ -198,7 +198,7 @@
"AMAZON_CORRETTO_VERSION": "11.0.21.9.1",
"OX_GITVERISON": "-SNAPSHOT",
"NODE_VERSION": "v16.16.0",
"OX_VERSION": "4.5.5",
"OX_VERSION": "4.5.6",
"PASSPORT_VERSION": "4.5.3",
"JYTHON_VERSION": "2.7.3",
"OPENDJ_VERSION": "4.5.2",
Expand Down

0 comments on commit 6c7e799

Please sign in to comment.