|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 |
|
4 | | - Copyright 2009-2023 the original author or authors. |
| 4 | + Copyright 2009-2024 the original author or authors. |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
7 | 7 | you may not use this file except in compliance with the License. |
|
24 | 24 | <groupId>org.mybatis</groupId> |
25 | 25 | <artifactId>mybatis-parent</artifactId> |
26 | 26 | <version>42</version> |
27 | | - <relativePath/> |
| 27 | + <relativePath /> |
28 | 28 | </parent> |
29 | 29 |
|
30 | 30 | <groupId>org.mybatis</groupId> |
31 | 31 | <artifactId>mybatis-guice</artifactId> |
32 | | - <version>4.0.0-SNAPSHOT</version> |
| 32 | + <version>4.0.0</version> |
33 | 33 |
|
34 | 34 | <name>mybatis-guice</name> |
35 | 35 | <description>The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.</description> |
|
67 | 67 | <scm> |
68 | 68 | <connection>scm:git:ssh://git@github.com/mybatis/guice.git</connection> |
69 | 69 | <developerConnection>scm:git:ssh://git@github.com/mybatis/guice.git</developerConnection> |
70 | | - <tag>HEAD</tag> |
| 70 | + <tag>mybatis-guice-4.0.0</tag> |
71 | 71 | <url>http://github.com/mybatis/guice/</url> |
72 | 72 | </scm> |
73 | 73 | <issueManagement> |
|
103 | 103 | <module.name>org.mybatis.guice</module.name> |
104 | 104 |
|
105 | 105 | <!-- Reproducible Builds --> |
106 | | - <project.build.outputTimestamp>1670028235</project.build.outputTimestamp> |
| 106 | + <project.build.outputTimestamp>1706488139</project.build.outputTimestamp> |
107 | 107 | </properties> |
108 | 108 |
|
109 | 109 | <dependencies> |
|
363 | 363 | <jdk>(,16)</jdk> |
364 | 364 | </activation> |
365 | 365 | <properties> |
366 | | - <derby.version>10.15.2.0</derby.version> |
| 366 | + <derby.version>10.15.2.0</derby.version> |
367 | 367 | </properties> |
368 | 368 | </profile> |
369 | 369 | <profile> |
|
372 | 372 | <jdk>[17,)</jdk> |
373 | 373 | </activation> |
374 | 374 | <properties> |
375 | | - <derby.version>10.16.1.1</derby.version> |
| 375 | + <derby.version>10.16.1.1</derby.version> |
376 | 376 | </properties> |
377 | 377 | </profile> |
378 | 378 | <profile> |
|
381 | 381 | <jdk>[19,)</jdk> |
382 | 382 | </activation> |
383 | 383 | <properties> |
384 | | - <derby.version>10.17.1.0</derby.version> |
| 384 | + <derby.version>10.17.1.0</derby.version> |
385 | 385 | </properties> |
386 | 386 | </profile> |
387 | 387 | </profiles> |
|
0 commit comments