This is an automated email from the ASF dual-hosted git repository. bdemers pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro-site.git
commit b7c945b2330346c16d1725535975718dac7fae7b Author: Brian Demers <[email protected]> AuthorDate: Mon Oct 10 23:09:07 2022 -0400 Update jbake version to 2.7.0-rc.6 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3dd95d9d5..6517d3bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ <plugin> <groupId>org.jbake</groupId> <artifactId>jbake-maven-plugin</artifactId> - <version>0.3.6-rc.2</version> + <version>2.7.0-rc.6</version> <executions> <execution> <phase>process-classes</phase> @@ -83,7 +83,7 @@ <dependency> <groupId>org.jbake</groupId> <artifactId>jbake-core</artifactId> - <version>2.7.0-rc.5</version> + <version>2.7.0-rc.6</version> </dependency> <dependency> <groupId>org.asciidoctor</groupId>
