Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Apr 30, 2024
1 parent 3183ba8 commit ff525d4
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 @@ -26,7 +26,7 @@

<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>

<name>MyBatis Dynamic SQL</name>
<description>MyBatis framework for generating dynamic SQL</description>
Expand All @@ -36,7 +36,7 @@
<scm>
<connection>scm:git:ssh://git@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.5.1</tag>
<url>https://github.com/mybatis/mybatis-dynamic-sql/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -78,7 +78,7 @@
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1682093001</project.build.outputTimestamp>
<project.build.outputTimestamp>1714504153</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit ff525d4

Please sign in to comment.