Skip to content

Commit b5380e3

Browse files
committed
[maven-release-plugin] prepare release mybatis-3.5.15
1 parent adc312a commit b5380e3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis</groupId>
3030
<artifactId>mybatis</artifactId>
31-
<version>3.5.15-SNAPSHOT</version>
31+
<version>3.5.15</version>
3232

3333
<name>mybatis</name>
3434
<description>The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
@@ -109,7 +109,7 @@
109109
<scm>
110110
<connection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</connection>
111111
<developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</developerConnection>
112-
<tag>HEAD</tag>
112+
<tag>mybatis-3.5.15</tag>
113113
<url>https://github.com/mybatis/mybatis-3</url>
114114
</scm>
115115
<issueManagement>
@@ -157,7 +157,7 @@
157157
<argLine>-Xmx2048m</argLine>
158158

159159
<!-- Reproducible Builds -->
160-
<project.build.outputTimestamp>1698763635</project.build.outputTimestamp>
160+
<project.build.outputTimestamp>1702532766</project.build.outputTimestamp>
161161
</properties>
162162

163163
<dependencies>
@@ -371,10 +371,12 @@
371371
</systemPropertyVariables>
372372
</configuration>
373373
</plugin>
374+
<!-- Do not run pdf plugin as not compliant with site 2.0
374375
<plugin>
375376
<groupId>org.apache.maven.plugins</groupId>
376377
<artifactId>maven-pdf-plugin</artifactId>
377378
</plugin>
379+
-->
378380
<plugin>
379381
<groupId>org.apache.maven.plugins</groupId>
380382
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)