Skip to content

Commit

Permalink
Update docs for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Aug 14, 2016
1 parent 6a77034 commit 26919d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in a Maven build can be very simple. The minimum configuration is shown below:<
&lt;plugin&gt;
&lt;groupId&gt;org.mybatis.generator&lt;/groupId&gt;
&lt;artifactId&gt;mybatis-generator-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.3.3&lt;/version&gt;
&lt;version&gt;1.3.4&lt;/version&gt;
&lt;/plugin&gt;
...
&lt;/plugins&gt;
Expand Down Expand Up @@ -83,7 +83,7 @@ the goal to execute automatically. An example of this is shown below:</p>
&lt;plugin&gt;
&lt;groupId&gt;org.mybatis.generator&lt;/groupId&gt;
&lt;artifactId&gt;mybatis-generator-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.3.3&lt;/version&gt;
&lt;version&gt;1.3.4&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;Generate MyBatis Artifacts&lt;/id&gt;
Expand Down Expand Up @@ -124,7 +124,7 @@ file and may be used in the normal way. For example:</p>
&lt;plugin&gt;
&lt;groupId&gt;org.mybatis.generator&lt;/groupId&gt;
&lt;artifactId&gt;mybatis-generator-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.3.3&lt;/version&gt;
&lt;version&gt;1.3.4&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;Generate MyBatis Artifacts&lt;/id&gt;
Expand Down

0 comments on commit 26919d1

Please sign in to comment.