diff --git a/pom.xml b/pom.xml index 3587bce..33e0dfb 100644 --- a/pom.xml +++ b/pom.xml @@ -16,9 +16,7 @@ limitations under the License. --> -<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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> @@ -30,7 +28,7 @@ <groupId>org.mybatis.scripting</groupId> <artifactId>mybatis-thymeleaf</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>MyBatis Thymeleaf</name> @@ -50,7 +48,7 @@ <url>https://github.com/mybatis/thymeleaf-scripting</url> <connection>scm:git:ssh://github.com/mybatis/thymeleaf-scripting.git</connection> <developerConnection>scm:git:ssh://git@github.com/mybatis/thymeleaf-scripting.git</developerConnection> - <tag>HEAD</tag> + <tag>mybatis-thymeleaf-1.0.0</tag> </scm> <issueManagement> <system>GitHub Issue Management</system>