Skip to content

Commit 9412aae

Browse files
committed
[maven-release-plugin] prepare release mybatis-thymeleaf-1.0.0
1 parent 894c9fa commit 9412aae

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<parent>
@@ -30,7 +28,7 @@
3028

3129
<groupId>org.mybatis.scripting</groupId>
3230
<artifactId>mybatis-thymeleaf</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3432
<packaging>jar</packaging>
3533

3634
<name>MyBatis Thymeleaf</name>
@@ -50,7 +48,7 @@
5048
<url>https://github.com/mybatis/thymeleaf-scripting</url>
5149
<connection>scm:git:ssh://github.com/mybatis/thymeleaf-scripting.git</connection>
5250
<developerConnection>scm:git:ssh://git@github.com/mybatis/thymeleaf-scripting.git</developerConnection>
53-
<tag>HEAD</tag>
51+
<tag>mybatis-thymeleaf-1.0.0</tag>
5452
</scm>
5553
<issueManagement>
5654
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)