@@ -39,7 +39,7 @@ in a Maven build can be very simple. The minimum configuration is shown below:<
3939 <plugin>
4040 <groupId>org.mybatis.generator</groupId>
4141 <artifactId>mybatis-generator-maven-plugin</artifactId>
42- <version>1.3.5 </version>
42+ <version>1.3.7 </version>
4343 </plugin>
4444 ...
4545 </plugins>
@@ -83,7 +83,7 @@ the goal to execute automatically. An example of this is shown below:</p>
8383 <plugin>
8484 <groupId>org.mybatis.generator</groupId>
8585 <artifactId>mybatis-generator-maven-plugin</artifactId>
86- <version>1.3.5 </version>
86+ <version>1.3.7 </version>
8787 <executions>
8888 <execution>
8989 <id>Generate MyBatis Artifacts</id>
@@ -124,7 +124,7 @@ file and may be used in the normal way. For example:</p>
124124 <plugin>
125125 <groupId>org.mybatis.generator</groupId>
126126 <artifactId>mybatis-generator-maven-plugin</artifactId>
127- <version>1.3.5 </version>
127+ <version>1.3.7 </version>
128128 <executions>
129129 <execution>
130130 <id>Generate MyBatis Artifacts</id>
@@ -159,7 +159,7 @@ by adding dependencies to the plugin configuration like this:</p>
159159 <plugin>
160160 <groupId>org.mybatis.generator</groupId>
161161 <artifactId>mybatis-generator-maven-plugin</artifactId>
162- <version>1.3.5 </version>
162+ <version>1.3.7 </version>
163163 <executions>
164164 <execution>
165165 <id>Generate MyBatis Artifacts</id>
0 commit comments