We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00743b commit c649ac3Copy full SHA for c649ac3
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.dcendents</groupId>
4
<artifactId>mybatis-generator-plugins</artifactId>
5
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
6
<name>MyBatis Generator Plugins</name>
7
<description>Set of plugins for the mybatis-generator to further tweak the generated code.</description>
8
<url>https://github.com/dcendents/mybatis-generator-plugins</url>
@@ -16,7 +16,7 @@
16
<scm>
17
<connection>scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection>
18
19
- <tag>HEAD</tag>
+ <tag>v1.3</tag>
20
</scm>
21
<developers>
22
<developer>
0 commit comments