File tree Expand file tree Collapse file tree 8 files changed +11
-11
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 +11
-11
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.2-SNAPSHOT </version >
25
+ <version >1.4.2</version >
26
26
</parent >
27
27
28
28
<artifactId >mybatis-generator-core</artifactId >
233
233
<description >MyBatis Generator - a code generator for MyBatis.</description >
234
234
<scm >
235
235
<url >https://github.com/mybatis/generator</url >
236
- <tag >HEAD </tag >
236
+ <tag >mybatis-generator-1.4.2 </tag >
237
237
</scm >
238
238
</project >
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.2-SNAPSHOT </version >
24
+ <version >1.4.2</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.2-SNAPSHOT </version >
25
+ <version >1.4.2</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.2-SNAPSHOT </version >
24
+ <version >1.4.2</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.2-SNAPSHOT </version >
24
+ <version >1.4.2</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.2-SNAPSHOT </version >
23
+ <version >1.4.2</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.2-SNAPSHOT </version >
24
+ <version >1.4.2</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.2-SNAPSHOT </version >
33
+ <version >1.4.2</version >
34
34
<packaging >pom</packaging >
35
35
36
36
<inceptionYear >2006</inceptionYear >
41
41
<url >https://github.com/mybatis/generator</url >
42
42
<connection >scm:git:ssh://github.com/mybatis/generator.git</connection >
43
43
<developerConnection >scm:git:ssh://git@github.com/mybatis/generator.git</developerConnection >
44
- <tag >HEAD </tag >
44
+ <tag >mybatis-generator-1.4.2 </tag >
45
45
</scm >
46
46
<issueManagement >
47
47
<system >GitHub Issue Management</system >
63
63
<argLine >-Djdk.attach.allowAttachSelf -Xmx1024m -Duser.timezone=UTC</argLine >
64
64
65
65
<!-- Reproducible Builds -->
66
- <project .build.outputTimestamp>1757561022 </project .build.outputTimestamp>
66
+ <project .build.outputTimestamp>1676846192 </project .build.outputTimestamp>
67
67
</properties >
68
68
69
69
<build >
You can’t perform that action at this time.
0 commit comments