Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-thymeleaf-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Apr 7, 2019
1 parent 894c9fa commit 9412aae
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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://[email protected]/mybatis/thymeleaf-scripting.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-thymeleaf-1.0.0</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down

0 comments on commit 9412aae

Please sign in to comment.