File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
mybatis-generator-maven-plugin
mybatis-generator-systests-common
mybatis-generator-systests-domtests
mybatis-generator-systests-kotlin
mybatis-generator-systests-mybatis3-java8
mybatis-generator-systests-mybatis3 Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.mybatis.generator</groupId >
2424 <artifactId >mybatis-generator</artifactId >
25- <version >1.4.1-SNAPSHOT </version >
25+ <version >1.4.1</version >
2626 </parent >
2727
2828 <artifactId >mybatis-generator-core</artifactId >
241241 <description >MyBatis Generator - a code generator for MyBatis.</description >
242242 <scm >
243243 <url >https://github.com/mybatis/generator</url >
244- <tag >HEAD </tag >
244+ <tag >mybatis-generator-1.4.1 </tag >
245245 </scm >
246246</project >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.mybatis.generator</groupId >
2323 <artifactId >mybatis-generator</artifactId >
24- <version >1.4.1-SNAPSHOT </version >
24+ <version >1.4.1</version >
2525 </parent >
2626
2727 <artifactId >mybatis-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.mybatis.generator</groupId >
2424 <artifactId >mybatis-generator</artifactId >
25- <version >1.4.1-SNAPSHOT </version >
25+ <version >1.4.1</version >
2626 </parent >
2727
2828 <artifactId >mybatis-generator-systests-common</artifactId >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.mybatis.generator</groupId >
2323 <artifactId >mybatis-generator</artifactId >
24- <version >1.4.1-SNAPSHOT </version >
24+ <version >1.4.1</version >
2525 </parent >
2626 <artifactId >mybatis-generator-systests-domtests</artifactId >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.mybatis.generator</groupId >
2323 <artifactId >mybatis-generator</artifactId >
24- <version >1.4.1-SNAPSHOT </version >
24+ <version >1.4.1</version >
2525 </parent >
2626 <artifactId >mybatis-generator-systests-kotlin</artifactId >
2727 <description >Tests for the MyBatis3 code generator using Kotlin</description >
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >org.mybatis.generator</groupId >
2222 <artifactId >mybatis-generator</artifactId >
23- <version >1.4.1-SNAPSHOT </version >
23+ <version >1.4.1</version >
2424 </parent >
2525 <artifactId >mybatis-generator-systests-mybatis3-java8</artifactId >
2626 <description >Tests for the MyBatis3 code generator using Java8 Features.</description >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.mybatis.generator</groupId >
2323 <artifactId >mybatis-generator</artifactId >
24- <version >1.4.1-SNAPSHOT </version >
24+ <version >1.4.1</version >
2525 </parent >
2626 <artifactId >mybatis-generator-systests-mybatis3</artifactId >
2727 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 2828 <groupId >org.mybatis.generator</groupId >
2929 <artifactId >mybatis-generator</artifactId >
3030 <name >MyBatis Generator</name >
31- <version >1.4.1-SNAPSHOT </version >
31+ <version >1.4.1</version >
3232 <packaging >pom</packaging >
3333
3434 <inceptionYear >2006</inceptionYear >
3939 <url >https://github.com/mybatis/generator</url >
4040 <connection >scm:git:ssh://github.com/mybatis/generator.git</connection >
4141 <
developerConnection >scm:git:ssh://
[email protected] /mybatis/generator.git</
developerConnection >
42- <tag >HEAD </tag >
42+ <tag >mybatis-generator-1.4.1 </tag >
4343 </scm >
4444 <issueManagement >
4545 <system >GitHub Issue Management</system >
You can’t perform that action at this time.
0 commit comments