Skip to content

Commit 238564f

Browse files
committed
Doc updates
1 parent d06e804 commit 238564f

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

core/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml

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

core/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<body>
2727
<h1>What's New in MyBatis Generator</h1>
2828
<h2>Version 1.4.2</h2>
29+
<p>This is a small maintenance release. The most visible change is the switch to the "jakarta" namespace
30+
and away from "javax". See the GitHub page for milestone 1.4.2 for details other changes in this
31+
release:
32+
<a target="_blank" href="https://github.com/mybatis/generator/issues?q=milestone%3A1.4.2">Milestone 1.4.2</a>.
33+
</p>
2934

3035
<h3>Enhancements</h3>
3136
<ul>

eclipse/org.mybatis.generator.eclipse.doc/html-src/eclipseui/releasenotes.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
</head>
2727
<body>
2828
<h1>MyBatis Generator Eclipse Feature Release Notes</h1>
29+
<h2>Version 1.4.2</h2>
30+
<ul>
31+
<li>Removed Log4J Version 1.x from the UI.</li>
32+
<li>The Generator feature now requires a Java 11</li>
33+
<li>The Java merger now supports up to Java 16</li>
34+
<li>The minimum Eclipse version is now 4.20 (2021-06)</li>
35+
</ul>
36+
2937
<h2>Version 1.4.1</h2>
3038
<ul>
3139
<li>Removed Log4J Version 1.x support in the Ant logger configuration.</li>

0 commit comments

Comments
 (0)