Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-parent-40
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 7, 2023
1 parent dba0653 commit 145554f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>40-SNAPSHOT</version>
<version>40</version>
<packaging>pom</packaging>

<name>mybatis-parent</name>
Expand Down Expand Up @@ -232,7 +232,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/mybatis/parent.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/parent.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-parent-40</tag>
<url>https://github.com/mybatis/parent</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -272,7 +272,7 @@
<html.javadocType>-html5</html.javadocType>
<impsortGroups>au,ch,com,de,io,jakarta,java,javassist,javax,lombok,mockit,net,nl,ognl,org</impsortGroups>
<module.name>org.mybatis.parent</module.name>
<spotbugs.onlyAnalyze/>
<spotbugs.onlyAnalyze />

<!-- Maven date configuration -->
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
Expand Down Expand Up @@ -301,13 +301,13 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1695508686</project.build.outputTimestamp>
<project.build.outputTimestamp>1699330977</project.build.outputTimestamp>

<!-- Due to maven bug, fix timestamp -->
<timestamp>${maven.build.timestamp}</timestamp>

<!-- Parent Tracking on site -->
<mybatis-parent.version>40-SNAPSHOT</mybatis-parent.version>
<mybatis-parent.version>40</mybatis-parent.version>

<!-- Dependency versions -->
<asm.version>9.6</asm.version>
Expand Down Expand Up @@ -365,12 +365,12 @@
<osgi.symbolicName>${project.groupId}.${project.artifactId}</osgi.symbolicName>
<osgi.export>${project.groupId}.*;version=${project.version};-noimport:=true</osgi.export>
<osgi.import>*</osgi.import>
<osgi.dynamicImport/>
<osgi.private/>
<osgi.dynamicImport />
<osgi.private />

<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
<!-- Excluded groups are ran on github ci, to force here, pass -D"excludedGroups=" -->
<excludedGroups/>
<excludedGroups />
</properties>

<build>
Expand Down

0 comments on commit 145554f

Please sign in to comment.