Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Oct 7, 2022
1 parent 24e4832 commit ef3769e
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.1-SNAPSHOT</version>
<version>1.4.1</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.1</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -72,7 +72,7 @@
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
<project.build.outputTimestamp>1665163158</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit ef3769e

Please sign in to comment.