Skip to content

Commit

Permalink
[ci skip] Documentation updates for 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Sep 7, 2016
1 parent e6552d9 commit d512cb1
Show file tree
Hide file tree
Showing 3 changed files with 13 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.4&lt;/version&gt;
&lt;version&gt;1.3.5&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.4&lt;/version&gt;
&lt;version&gt;1.3.5&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.4&lt;/version&gt;
&lt;version&gt;1.3.5&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;Generate MyBatis Artifacts&lt;/id&gt;
Expand Down
7 changes: 7 additions & 0 deletions core/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
</head>
<body>
<h1>What's New in MyBatis Generator</h1>
<h2>Version 1.3.5</h2>
<h3>Fixes/Enhancements</h3>
<p>Please reference the GitHub page for milestone 1.3.5 for details on what
has changed in this release.
<a target="_blank" href="https://github.com/mybatis/generator/issues?q=milestone%3A1.3.5+is%3Aclosed">Milestone 1.3.5</a>
</p>

<h2>Version 1.3.4</h2>
<h3>Announcements</h3>
<p>In this release we have deprecated the popup menu item in the eclipse plugin for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
</head>
<body>
<h1>MyBatis Generator Eclipse Feature Release Notes</h1>
<h2>Version 1.3.5</h2>
<p>Bug fix release in MyBatis Generator core only</p>

<h2>Version 1.3.4</h2>
<p><b>Important Note:</b> After this release, we will remove the popup menu item for
running the generator. Please begin using the launch configuration support
Expand Down

0 comments on commit d512cb1

Please sign in to comment.