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 60806fc commit 2ff9d62Copy full SHA for 2ff9d62
pom.xml
@@ -2,14 +2,14 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.dcendents</groupId>
4
<artifactId>mybatis-generator-plugins</artifactId>
5
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
6
<properties>
7
<slf4j.version>1.7.12</slf4j.version>
8
</properties>
9
<scm>
10
<connection>scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection>
11
<url>https://github.com/dcendents/mybatis-generator-plugins</url>
12
- <tag>v1.0</tag>
+ <tag>HEAD</tag>
13
</scm>
14
<build>
15
<plugins>
0 commit comments