Skip to content

Commit 7400af9

Browse files
committed
[pom] Fix urls
1 parent 2e95b22 commit 7400af9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2023 the original author or authors.
4+
Copyright 2012-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.
@@ -32,12 +32,12 @@
3232

3333
<name>mybatis-memcached</name>
3434
<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>
3636

3737
<inceptionYear>2012</inceptionYear>
3838

3939
<scm>
40-
<url>http://github.com/mybatis/memcached-cache</url>
40+
<url>http://github.com/mybatis/memcached-cache/</url>
4141
<connection>scm:git:ssh://[email protected]/mybatis/memcached-cache.git</connection>
4242
<developerConnection>scm:git:ssh://[email protected]/mybatis/memcached-cache.git</developerConnection>
4343
<tag>HEAD</tag>
@@ -48,7 +48,7 @@
4848
</issueManagement>
4949
<ciManagement>
5050
<system>GitHub Actions</system>
51-
<url>https://github.com/mybatis/memcached-cache</url>
51+
<url>https://github.com/mybatis/memcached-cache/actions</url>
5252
</ciManagement>
5353
<distributionManagement>
5454
<site>

0 commit comments

Comments
 (0)