File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.github.dcendents</groupId >
5
5
<artifactId >mybatis-generator-plugins</artifactId >
6
- <version >1.1-SNAPSHOT</version >
7
- <properties >
8
- <slf4j .version>1.7.12</slf4j .version>
9
- </properties >
6
+ <version >1.0-SNAPSHOT</version >
7
+ <name >MyBatis Generator Plugins</name >
8
+ <description >Set of plugins for the mybatis-generator to further tweak the generated code.</description >
9
+ <url >https://github.com/dcendents/mybatis-generator-plugins</url >
10
+ <inceptionYear >2015</inceptionYear >
11
+ <licenses >
12
+ <license >
13
+ <name >Apache License, Version 2.0</name >
14
+ <url >http://www.apache.org/licenses/LICENSE-2.0.html</url >
15
+ </license >
16
+ </licenses >
10
17
<scm >
11
18
<connection >scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection >
12
19
<url >https://github.com/dcendents/mybatis-generator-plugins</url >
13
20
<tag >HEAD</tag >
14
21
</scm >
22
+ <developers >
23
+ <developer >
24
+ <id >dcendents</id >
25
+ <name >Daniel Beland</name >
26
+ <email >dcendents@gmail.com</email >
27
+ </developer >
28
+ </developers >
29
+ <properties >
30
+ <slf4j .version>1.7.12</slf4j .version>
31
+ </properties >
15
32
<build >
16
33
<plugins >
17
34
<plugin >
You can’t perform that action at this time.
0 commit comments