diff --git a/core/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml b/core/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml index 0e3d53a7e0..eba4af74d8 100644 --- a/core/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml +++ b/core/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml @@ -39,7 +39,7 @@ in a Maven build can be very simple. The minimum configuration is shown below:< <plugin> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> - <version>1.3.3</version> + <version>1.3.4</version> </plugin> ... </plugins> @@ -83,7 +83,7 @@ the goal to execute automatically. An example of this is shown below:

<plugin> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> - <version>1.3.3</version> + <version>1.3.4</version> <executions> <execution> <id>Generate MyBatis Artifacts</id> @@ -124,7 +124,7 @@ file and may be used in the normal way. For example:

<plugin> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> - <version>1.3.3</version> + <version>1.3.4</version> <executions> <execution> <id>Generate MyBatis Artifacts</id>