File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >com.github.dcendents</groupId >
5
4
<artifactId >mybatis-generator-plugins</artifactId >
6
- <version >1.1-SNAPSHOT </version >
5
+ <version >1.1</version >
7
6
<name >MyBatis Generator Plugins</name >
8
7
<description >Set of plugins for the mybatis-generator to further tweak the generated code.</description >
9
8
<url >https://github.com/dcendents/mybatis-generator-plugins</url >
17
16
<scm >
18
17
<connection >scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection >
19
18
<url >https://github.com/dcendents/mybatis-generator-plugins</url >
20
- <tag >HEAD </tag >
19
+ <tag >v1.1 </tag >
21
20
</scm >
22
21
<developers >
23
22
<developer >
You can’t perform that action at this time.
0 commit comments