|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 |
|
4 | | - Copyright 2012-2023 the original author or authors. |
| 4 | + Copyright 2012-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. |
|
32 | 32 |
|
33 | 33 | <name>mybatis-memcached</name> |
34 | 34 | <description>Memcached support for MyBatis Cache</description> |
35 | | - <url>http://www.mybatis.org/caches/memcached/</url> |
| 35 | + <url>https://www.mybatis.org/memcached-cache/</url> |
36 | 36 |
|
37 | 37 | <inceptionYear>2012</inceptionYear> |
38 | 38 |
|
39 | 39 | <scm> |
40 | | - <url>http://github.com/mybatis/memcached-cache</url> |
41 | 40 | < connection>scm:git:ssh:// [email protected]/mybatis/memcached-cache.git</ connection> |
42 | 41 | < developerConnection>scm:git:ssh:// [email protected]/mybatis/memcached-cache.git</ developerConnection> |
43 | 42 | <tag>HEAD</tag> |
| 43 | + <url>http://github.com/mybatis/memcached-cache/</url> |
44 | 44 | </scm> |
45 | 45 | <issueManagement> |
46 | 46 | <system>GitHub Issue Management</system> |
47 | 47 | <url>https://github.com/mybatis/memcached-cache/issues</url> |
48 | 48 | </issueManagement> |
49 | 49 | <ciManagement> |
50 | 50 | <system>GitHub Actions</system> |
51 | | - <url>https://github.com/mybatis/memcached-cache</url> |
| 51 | + <url>https://github.com/mybatis/memcached-cache/actions</url> |
52 | 52 | </ciManagement> |
53 | 53 | <distributionManagement> |
54 | 54 | <site> |
|
70 | 70 | </properties> |
71 | 71 |
|
72 | 72 | <dependencies> |
73 | | - <!-- |
74 | | - | Provided dependencies |
75 | | - --> |
| 73 | + <!-- Provided dependencies --> |
76 | 74 | <dependency> |
77 | 75 | <groupId>org.mybatis</groupId> |
78 | 76 | <artifactId>mybatis</artifactId> |
79 | 77 | <version>3.5.15</version> |
80 | 78 | <scope>provided</scope> |
81 | 79 | </dependency> |
82 | 80 |
|
83 | | - <!-- |
84 | | - | compile dependencies |
85 | | - --> |
| 81 | + <!-- compile dependencies --> |
86 | 82 | <dependency> |
87 | 83 | <groupId>net.spy</groupId> |
88 | 84 | <artifactId>spymemcached</artifactId> |
89 | 85 | <version>2.12.3</version> |
90 | 86 | <scope>compile</scope> |
91 | 87 | </dependency> |
92 | 88 |
|
93 | | - <!-- |
94 | | - | test dependencies |
95 | | - --> |
| 89 | + <!-- test dependencies --> |
96 | 90 | <dependency> |
97 | 91 | <groupId>org.junit.jupiter</groupId> |
98 | 92 | <artifactId>junit-jupiter-engine</artifactId> |
|
0 commit comments