File tree Expand file tree Collapse file tree
exist-core/src/main/java/org/exist/repo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 <project .parent.relativePath>.</project .parent.relativePath>
8989
9090 <!-- NOTE: this needs to be set to the latest eXist-db compatible version of the EXPath packages that we want -->
91- <exist-db .expath.pkg.compatible.version>6.3 .0</exist-db .expath.pkg.compatible.version>
91+ <exist-db .expath.pkg.compatible.version>6.4 .0</exist-db .expath.pkg.compatible.version>
9292
9393 <!-- Sonar cloud-->
9494 <sonar .projectKey>evolvedbinary_elemental</sonar .projectKey>
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ private void checkProcessorVersion(final PackageLoader.Version version) throws P
329329
330330 private void checkExistDbProcessorVersion (final PackageLoader .Version version ) throws PackageException {
331331 final String procVersion = SystemProperties .getInstance ().getSystemProperty ("product-version" , "1.0.0" );
332- final String eXistCompatibleProcVersion = SystemProperties .getInstance ().getSystemProperty ("exist-db-expath-pkg-compatible-version" , "6.3 .0" );
332+ final String eXistCompatibleProcVersion = SystemProperties .getInstance ().getSystemProperty ("exist-db-expath-pkg-compatible-version" , "6.4 .0" );
333333
334334 final DependencyVersion depVersion = version .getDependencyVersion ();
335335 if (!depVersion .isCompatible (eXistCompatibleProcVersion )) {
You can’t perform that action at this time.
0 commit comments