Skip to content

Commit

Permalink
Merge pull request jbake-org#34 from tarilabs/patch-1
Browse files Browse the repository at this point in the history
Fix typo and align version of plugin in readme
  • Loading branch information
jonbullock authored Apr 11, 2021
2 parents 396d5fc + 932d5f5 commit 4f4153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use JBake Maven Plugin in your build add the plugin into your pom.xml as show
<plugin>
<groupId>org.jbake</groupId>
<artifactId>jbake-maven-plugin</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
<configuration>
<!--
<inputDirectory>${project.basedir}/src/main/resources</inputDirectory>
Expand Down

0 comments on commit 4f4153e

Please sign in to comment.