File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
mybatis-generator-maven-plugin
mybatis-generator-systests-common
mybatis-generator-systests-domtests
mybatis-generator-systests-kotlin
mybatis-generator-systests-mybatis3
mybatis-generator-systests-mybatis3-java8 Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.mybatis.generator</groupId >
24
24
<artifactId >mybatis-generator</artifactId >
25
- <version >1.4.3 -SNAPSHOT</version >
25
+ <version >1.4.2 -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >mybatis-generator-core</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.4.3 -SNAPSHOT</version >
24
+ <version >1.4.2 -SNAPSHOT</version >
25
25
</parent >
26
26
27
27
<artifactId >mybatis-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.mybatis.generator</groupId >
24
24
<artifactId >mybatis-generator</artifactId >
25
- <version >1.4.3 -SNAPSHOT</version >
25
+ <version >1.4.2 -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >mybatis-generator-systests-common</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.4.3 -SNAPSHOT</version >
24
+ <version >1.4.2 -SNAPSHOT</version >
25
25
</parent >
26
26
<artifactId >mybatis-generator-systests-domtests</artifactId >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.4.3 -SNAPSHOT</version >
24
+ <version >1.4.2 -SNAPSHOT</version >
25
25
</parent >
26
26
<artifactId >mybatis-generator-systests-kotlin</artifactId >
27
27
<description >Tests for the MyBatis3 code generator using Kotlin</description >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.mybatis.generator</groupId >
22
22
<artifactId >mybatis-generator</artifactId >
23
- <version >1.4.3 -SNAPSHOT</version >
23
+ <version >1.4.2 -SNAPSHOT</version >
24
24
</parent >
25
25
<artifactId >mybatis-generator-systests-mybatis3-java8</artifactId >
26
26
<description >Tests for the MyBatis3 code generator using Java8 Features.</description >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.4.3 -SNAPSHOT</version >
24
+ <version >1.4.2 -SNAPSHOT</version >
25
25
</parent >
26
26
<artifactId >mybatis-generator-systests-mybatis3</artifactId >
27
27
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 30
30
<groupId >org.mybatis.generator</groupId >
31
31
<artifactId >mybatis-generator</artifactId >
32
32
<name >MyBatis Generator</name >
33
- <version >1.4.3 -SNAPSHOT</version >
33
+ <version >1.4.2 -SNAPSHOT</version >
34
34
<packaging >pom</packaging >
35
35
36
36
<inceptionYear >2006</inceptionYear >
63
63
<argLine >-Djdk.attach.allowAttachSelf -Xmx1024m -Duser.timezone=UTC</argLine >
64
64
65
65
<!-- Reproducible Builds -->
66
- <project .build.outputTimestamp>1676844308 </project .build.outputTimestamp>
66
+ <project .build.outputTimestamp>1757561022 </project .build.outputTimestamp>
67
67
</properties >
68
68
69
69
<build >
You can’t perform that action at this time.
0 commit comments