Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version and simplify Maven setup (#272)
1. version bumps resolve platform incompatibilities on non-x86 platforms ``` [ERROR] Failed to execute goal org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate (default) on project drools-website: Execution default of goal org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate failed: An API incompatibility was encountered while executing org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate: java.lang.UnsatisfiedLinkError: ... (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64')) ``` 2. avoid the need to specify manually jbake-maven-plugin dependencies version ref: jbake-org/jbake#740
- Loading branch information