OOZIE-3538 Invalid <perCoreThreadCount> value is pom.xml (nobigo via asalamon74)
diff --git a/pom.xml b/pom.xml
index 64a53cd..3a9a5c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2057,7 +2057,7 @@
                     <!-- DO NOT CHANGE THIS VALUES, TESTCASES CANNOT RUN IN PARALLEL -->
                     <parallel>classes</parallel>
                     <threadCount>1</threadCount>
-                    <perCoreThreadCount>1</perCoreThreadCount>
+                    <perCoreThreadCount>true</perCoreThreadCount>
                     <classpathDependencyExcludes>
                         <classpathDependencyExclude>javax.servlet:servlet-api</classpathDependencyExclude>
                     </classpathDependencyExcludes>
diff --git a/release-log.txt b/release-log.txt
index c89f79a..10c7a72 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.3.0 release (trunk - unreleased)
 
+OOZIE-3538 Invalid <perCoreThreadCount> value is pom.xml (nobigo via asalamon74)
 OOZIE-3549 Add back support for truststore passwords (matijhs via asalamon74)
 OOZIE-3561 Forkjoin validation is slow when there are many actions in chain (dionusos, pbacsko via asalamon74)
 OOZIE-3491 Confusing System ID error message (matijhs via asalamon74)