Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Sep 16, 2019
1 parent 4b4211d commit ab571d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Expand Up @@ -15,9 +15,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>
<groupId>org.mybatis</groupId>
Expand All @@ -26,7 +24,7 @@
</parent>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<name>MyBatis Dynamic SQL</name>
<description>MyBatis framework for generating dynamic SQL</description>
<inceptionYear>2016</inceptionYear>
Expand Down Expand Up @@ -259,7 +257,7 @@
<url>https://github.com/mybatis/mybatis-dynamic-sql</url>
<connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-dynamic-sql-1.1.3</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down

0 comments on commit ab571d7

Please sign in to comment.