@@ -39,7 +39,7 @@ in a Maven build can be very simple. The minimum configuration is shown below:<
39
39
<plugin>
40
40
<groupId>org.mybatis.generator</groupId>
41
41
<artifactId>mybatis-generator-maven-plugin</artifactId>
42
- <version>1.3.5 </version>
42
+ <version>1.3.7 </version>
43
43
</plugin>
44
44
...
45
45
</plugins>
@@ -83,7 +83,7 @@ the goal to execute automatically. An example of this is shown below:</p>
83
83
<plugin>
84
84
<groupId>org.mybatis.generator</groupId>
85
85
<artifactId>mybatis-generator-maven-plugin</artifactId>
86
- <version>1.3.5 </version>
86
+ <version>1.3.7 </version>
87
87
<executions>
88
88
<execution>
89
89
<id>Generate MyBatis Artifacts</id>
@@ -124,7 +124,7 @@ file and may be used in the normal way. For example:</p>
124
124
<plugin>
125
125
<groupId>org.mybatis.generator</groupId>
126
126
<artifactId>mybatis-generator-maven-plugin</artifactId>
127
- <version>1.3.5 </version>
127
+ <version>1.3.7 </version>
128
128
<executions>
129
129
<execution>
130
130
<id>Generate MyBatis Artifacts</id>
@@ -159,7 +159,7 @@ by adding dependencies to the plugin configuration like this:</p>
159
159
<plugin>
160
160
<groupId>org.mybatis.generator</groupId>
161
161
<artifactId>mybatis-generator-maven-plugin</artifactId>
162
- <version>1.3.5 </version>
162
+ <version>1.3.7 </version>
163
163
<executions>
164
164
<execution>
165
165
<id>Generate MyBatis Artifacts</id>
0 commit comments