Skip to content

Commit

Permalink
Merge 4dee6ab into be10b57
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 11, 2024
2 parents be10b57 + 4dee6ab commit 09a79c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,6 +1,6 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -192,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
20 changes: 7 additions & 13 deletions pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2012-2023 the original author or authors.
Copyright 2012-2024 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,23 +32,23 @@

<name>mybatis-memcached</name>
<description>Memcached support for MyBatis Cache</description>
<url>http://www.mybatis.org/caches/memcached/</url>
<url>https://www.mybatis.org/memcached-cache/</url>

<inceptionYear>2012</inceptionYear>

<scm>
<url>http://github.com/mybatis/memcached-cache</url>
<connection>scm:git:ssh://git@github.com/mybatis/memcached-cache.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/memcached-cache.git</developerConnection>
<tag>HEAD</tag>
<url>http://github.com/mybatis/memcached-cache/</url>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
<url>https://github.com/mybatis/memcached-cache/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/mybatis/memcached-cache</url>
<url>https://github.com/mybatis/memcached-cache/actions</url>
</ciManagement>
<distributionManagement>
<site>
Expand All @@ -70,29 +70,23 @@
</properties>

<dependencies>
<!--
| Provided dependencies
-->
<!-- Provided dependencies -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.15</version>
<scope>provided</scope>
</dependency>

<!--
| compile dependencies
-->
<!-- compile dependencies -->
<dependency>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<version>2.12.3</version>
<scope>compile</scope>
</dependency>

<!--
| test dependencies
-->
<!-- test dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
]
}
2 changes: 1 addition & 1 deletion src/site/site.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2012-2022 the original author or authors.
Copyright 2012-2024 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 09a79c6

Please sign in to comment.