File tree 9 files changed +17
-17
lines changed
mybatis-generator-maven-plugin
mybatis-generator-systests-common
mybatis-generator-systests-domtests
mybatis-generator-systests-ibatis2-java2
mybatis-generator-systests-ibatis2-java5
mybatis-generator-systests-mybatis3
mybatis-generator-systests-mybatis3-java8
9 files changed +17
-17
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.3.7-SNAPSHOT </version >
25
+ <version >1.3.7</version >
26
26
</parent >
27
27
28
28
<artifactId >mybatis-generator-core</artifactId >
171
171
<description >MyBatis Generator - a code generator for MyBatis and iBatis.</description >
172
172
<scm >
173
173
<url >https://github.com/mybatis/generator</url >
174
- <tag >HEAD </tag >
174
+ <tag >mybatis-generator-1.3.7 </tag >
175
175
</scm >
176
176
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2006-2017 the original author or authors.
4
+ Copyright 2006-2018 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.3.7-SNAPSHOT </version >
24
+ <version >1.3.7</version >
25
25
</parent >
26
26
27
27
<artifactId >mybatis-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2006-2017 the original author or authors.
4
+ Copyright 2006-2018 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
22
22
<parent >
23
23
<groupId >org.mybatis.generator</groupId >
24
24
<artifactId >mybatis-generator</artifactId >
25
- <version >1.3.7-SNAPSHOT </version >
25
+ <version >1.3.7</version >
26
26
</parent >
27
27
28
28
<artifactId >mybatis-generator-systests-common</artifactId >
Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
- Copyright 2006-2017 the original author or authors.
3
+ Copyright 2006-2018 the original author or authors.
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.3.7-SNAPSHOT </version >
24
+ <version >1.3.7</version >
25
25
</parent >
26
26
<artifactId >mybatis-generator-systests-domtests</artifactId >
27
27
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2006-2017 the original author or authors.
4
+ Copyright 2006-2018 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.3.7-SNAPSHOT </version >
24
+ <version >1.3.7</version >
25
25
</parent >
26
26
<artifactId >mybatis-generator-systests-ibatis2-java2</artifactId >
27
27
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2006-2017 the original author or authors.
4
+ Copyright 2006-2018 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.3.7-SNAPSHOT </version >
24
+ <version >1.3.7</version >
25
25
</parent >
26
26
<artifactId >mybatis-generator-systests-ibatis2-java5</artifactId >
27
27
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.mybatis.generator</groupId >
5
5
<artifactId >mybatis-generator</artifactId >
6
- <version >1.3.7-SNAPSHOT </version >
6
+ <version >1.3.7</version >
7
7
</parent >
8
8
<artifactId >mybatis-generator-systests-mybatis3-java8</artifactId >
9
9
<description >Tests for the MyBatis3 code generator using Java8 Features.</description >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2006-2017 the original author or authors.
4
+ Copyright 2006-2018 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.generator</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <version >1.3.7-SNAPSHOT </version >
24
+ <version >1.3.7</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 28
28
<groupId >org.mybatis.generator</groupId >
29
29
<artifactId >mybatis-generator</artifactId >
30
30
<name >MyBatis Generator</name >
31
- <version >1.3.7-SNAPSHOT </version >
31
+ <version >1.3.7</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<inceptionYear >2006</inceptionYear >
39
39
<url >https://github.com/mybatis/generator</url >
40
40
<connection >scm:git:ssh://github.com/mybatis/generator.git</connection >
41
41
<
developerConnection >scm:git:ssh://
[email protected] /mybatis/generator.git</
developerConnection >
42
- <tag >HEAD </tag >
42
+ <tag >mybatis-generator-1.3.7 </tag >
43
43
</scm >
44
44
<issueManagement >
45
45
<system >GitHub Issue Management</system >
You can’t perform that action at this time.
0 commit comments