From 57aee1ab87f505da241b27a869708e377d3ddcd0 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 4 Feb 2024 14:07:57 -0500 Subject: [PATCH 1/4] [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 2f7681000be09a12d5f1eb0278a092f738cc9b92 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 4 Feb 2024 14:08:04 -0500 Subject: [PATCH 2/4] [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 0ef7ba98d2ed25e74ea6b77edd01c2cbc3584285 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 10 Feb 2024 17:05:34 -0500 Subject: [PATCH 3/4] [pom] Cleanup pom urls --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a989da7..bf34ed1 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ --> + 4.0.0 @@ -33,7 +34,7 @@ ibatis2mybatis The tool is designed around an xslt transformation and some text replacements packaged in an ant task and tries to deliver a good starting point before the more complex work begins. - http://www.mybatis.org/ + https://www.mybatis.org/ibatis2mybatis/ 2004 @@ -41,7 +42,7 @@ scm:git:ssh://git@github.com/mybatis/ibatis2mybatis.git scm:git:ssh://git@github.com/mybatis/ibatis2mybatis.git HEAD - http://github.com/mybatis/ibatis2mybatis + https://github.com/mybatis/ibatis2mybatis/ GitHub Issue Management From 82b62271489ce6ef3aab263d12644c8c7388a389 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 10 Feb 2024 17:05:48 -0500 Subject: [PATCH 4/4] [pom] Use non deprecated project.basedir --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf34ed1..4546c28 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ prepare-package - +