From 5d51a3929eacb40de10f30817679c4350dd79a68 Mon Sep 17 00:00:00 2001 From: Frank Cornelis Date: Fri, 1 Jul 2022 16:01:11 +0200 Subject: [PATCH] 6.4.24 --- src/eap6-patches/jboss-eap-6.4.24.patch | 27 +++++++++++++++++++++++++ src/functions-6.sh | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 src/eap6-patches/jboss-eap-6.4.24.patch diff --git a/src/eap6-patches/jboss-eap-6.4.24.patch b/src/eap6-patches/jboss-eap-6.4.24.patch new file mode 100644 index 0000000..ed12c7b --- /dev/null +++ b/src/eap6-patches/jboss-eap-6.4.24.patch @@ -0,0 +1,27 @@ +--- work-orig/jboss-eap-6.4-src/pom.xml 2022-05-01 11:48:56.000000000 +0200 ++++ work/jboss-eap-6.4-src/pom.xml 2022-07-01 13:09:52.000000000 +0200 +@@ -176,13 +176,13 @@ + 1.2.5.Final-redhat-1 + 1.2.2.Final-redhat-1 + 7.1.0.SP2-redhat-1 +- 4.17.45.Final-redhat-2 ++ 4.17.45.Final + 3.2.13.Final-redhat-1 + 2.0.0.Beta1 + 3.1.4.GA-redhat-2 + 1.1.0.Final + 1.5.8.Final-redhat-1 +- 1.1.4.Final-redhat-00002 ++ 1.1.6.Final + 1.4.10.SP3-redhat-1 + 7.2.3.Final-redhat-1 + 1.2.12.Final-redhat-1 +@@ -235,7 +235,7 @@ + 1.1.0.Final-redhat-3 + 1.0.2.GA-redhat-1 + 2.1.2.Final-redhat-1 +- 7.5.32.Final-redhat-1 ++ 7.5.32.Final + 1.1.34.Final-redhat-2 + 1.1.0.Final-redhat-7 + 1.0.2.Final-redhat-1 diff --git a/src/functions-6.sh b/src/functions-6.sh index 29b4812..ff41647 100755 --- a/src/functions-6.sh +++ b/src/functions-6.sh @@ -3,7 +3,7 @@ function set_version { if [ "x$1" == "x" ] then - EAP_VERSION=6.4.23 + EAP_VERSION=6.4.24 else EAP_VERSION=$1 fi