We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d877f70 commit ef1f32aCopy full SHA for ef1f32a
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>org.mybatis.scripting</groupId>
30
<artifactId>mybatis-thymeleaf</artifactId>
31
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
32
<packaging>jar</packaging>
33
34
<name>MyBatis Thymeleaf</name>
@@ -48,7 +48,7 @@
48
<url>https://github.com/mybatis/thymeleaf-scripting</url>
49
<connection>scm:git:ssh://github.com/mybatis/thymeleaf-scripting.git</connection>
50
<developerConnection>scm:git:ssh://git@github.com/mybatis/thymeleaf-scripting.git</developerConnection>
51
- <tag>HEAD</tag>
+ <tag>mybatis-thymeleaf-1.0.3</tag>
52
</scm>
53
<issueManagement>
54
<system>GitHub Issue Management</system>
0 commit comments