Skip to content

Commit

Permalink
PAYARA-1731-Upgrade-Grizzly-to-2.3.31
Browse files Browse the repository at this point in the history
fixed grizzly version in package config
  • Loading branch information
Mert ÇALIŞKAN committed Jun 13, 2017
1 parent 064f6be commit a54b56e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appserver/packager/resources/pkg_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
# holder.
#

# Portions Copyright [2017] [Payara Foundation and/or its affiliates]

# version should be in the following format:
# <product-version>,0-<build-number>
#
Expand All @@ -58,13 +60,13 @@
# Now, there are some packages used in GlassFish that have their own
# well-defined versions (for example, grizzly, Felix, JavaDB etc.) and we
# will use that. We will not add build numbers for these packages. For
# example, grizzly version would look like 1.8.2-0,0.
# example, grizzly version would look like 1.8.2-0,0.

glassfish_version="4.1.1,0-${build.id}"
felix_version="4.0.2,0-0"
corba_version="4.0.1-p3,0-4"
jsf_version="2.2.12,0-0"
grizzly_version="2.3.24,0-0"
grizzly_version="2.3.31,0-0"
metro_version="2.3.2,0-608"
javahelp_version="2.0.2,0-1"
shoal_version="1.7.0,0-0"
Expand Down

0 comments on commit a54b56e

Please sign in to comment.