Skip to content

Commit b87a5c9

Browse files
committed
[maven-release-plugin] prepare release mybatis-guice-4.0.0
1 parent 3d4a969 commit b87a5c9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2023 the original author or authors.
4+
Copyright 2009-2024 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -24,12 +24,12 @@
2424
<groupId>org.mybatis</groupId>
2525
<artifactId>mybatis-parent</artifactId>
2626
<version>42</version>
27-
<relativePath/>
27+
<relativePath />
2828
</parent>
2929

3030
<groupId>org.mybatis</groupId>
3131
<artifactId>mybatis-guice</artifactId>
32-
<version>4.0.0-SNAPSHOT</version>
32+
<version>4.0.0</version>
3333

3434
<name>mybatis-guice</name>
3535
<description>The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.</description>
@@ -67,7 +67,7 @@
6767
<scm>
6868
<connection>scm:git:ssh://[email protected]/mybatis/guice.git</connection>
6969
<developerConnection>scm:git:ssh://[email protected]/mybatis/guice.git</developerConnection>
70-
<tag>HEAD</tag>
70+
<tag>mybatis-guice-4.0.0</tag>
7171
<url>http://github.com/mybatis/guice/</url>
7272
</scm>
7373
<issueManagement>
@@ -103,7 +103,7 @@
103103
<module.name>org.mybatis.guice</module.name>
104104

105105
<!-- Reproducible Builds -->
106-
<project.build.outputTimestamp>1670028235</project.build.outputTimestamp>
106+
<project.build.outputTimestamp>1706488139</project.build.outputTimestamp>
107107
</properties>
108108

109109
<dependencies>
@@ -363,7 +363,7 @@
363363
<jdk>(,16)</jdk>
364364
</activation>
365365
<properties>
366-
<derby.version>10.15.2.0</derby.version>
366+
<derby.version>10.15.2.0</derby.version>
367367
</properties>
368368
</profile>
369369
<profile>
@@ -372,7 +372,7 @@
372372
<jdk>[17,)</jdk>
373373
</activation>
374374
<properties>
375-
<derby.version>10.16.1.1</derby.version>
375+
<derby.version>10.16.1.1</derby.version>
376376
</properties>
377377
</profile>
378378
<profile>
@@ -381,7 +381,7 @@
381381
<jdk>[19,)</jdk>
382382
</activation>
383383
<properties>
384-
<derby.version>10.17.1.0</derby.version>
384+
<derby.version>10.17.1.0</derby.version>
385385
</properties>
386386
</profile>
387387
</profiles>

0 commit comments

Comments
 (0)