From 4aa8f6c37d55ee507a51cf476220efdd41012282 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 4 Feb 2024 14:12:22 -0500 Subject: [PATCH 1/5] [ci] Use https in license --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 57bc88a..7e835b2 100644 --- a/LICENSE +++ b/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 @@ -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, From 2e95b226edf10e8f4042023de02174b54efb1893 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 4 Feb 2024 14:12:34 -0500 Subject: [PATCH 2/5] [renovate] Update config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..5db72dd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ] } From 7400af99b13ccb3b0d9ce00bf4a7ac217f1a011e Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 11 Feb 2024 13:43:33 -0500 Subject: [PATCH 3/5] [pom] Fix urls --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3225164..f90c7fc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + org.mybatis mybatis @@ -80,9 +78,7 @@ provided - + net.spy spymemcached @@ -90,9 +86,7 @@ compile - + org.junit.jupiter junit-jupiter-engine diff --git a/src/site/site.xml b/src/site/site.xml index b67ec36..ddaba42 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,7 +1,7 @@