Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Mar 3, 2022
1 parent 8a916a9 commit e74d13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>MyBatis Dynamic SQL</name>
<description>MyBatis framework for generating dynamic SQL</description>
<inceptionYear>2016</inceptionYear>
Expand All @@ -33,7 +33,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.4.0</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -74,7 +74,7 @@
<kotlin.code.style>official</kotlin.code.style>
<test.containers.version>1.16.3</test.containers.version>
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
<project.build.outputTimestamp>1645112687</project.build.outputTimestamp>
<project.build.outputTimestamp>1646330930</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit e74d13a

Please sign in to comment.