-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from hazendaz/master
Cleanup build
- Loading branch information
Showing
5 changed files
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
@@ -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://[email protected]/mybatis/memcached-cache.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:base" | ||
"config:recommended" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters