From 7b281242b4789b1916cab573269168a7a3e35722 Mon Sep 17 00:00:00 2001 From: Jeff Butler Date: Sun, 19 Dec 2021 11:53:44 -0500 Subject: [PATCH 1/5] Copyright --- .../src/main/java/org/mybatis/generator/config/Context.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mybatis-generator-core/src/main/java/org/mybatis/generator/config/Context.java b/core/mybatis-generator-core/src/main/java/org/mybatis/generator/config/Context.java index 3a980e3cf4..7fb793ca4c 100644 --- a/core/mybatis-generator-core/src/main/java/org/mybatis/generator/config/Context.java +++ b/core/mybatis-generator-core/src/main/java/org/mybatis/generator/config/Context.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2020 the original author or authors. + * Copyright 2006-2021 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. From a6141bd648e905b25d135359106a79f17e74132e Mon Sep 17 00:00:00 2001 From: Jeff Butler Date: Sun, 19 Dec 2021 11:54:13 -0500 Subject: [PATCH 2/5] Fix maven plugin build --- core/mybatis-generator-maven-plugin/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/mybatis-generator-maven-plugin/pom.xml b/core/mybatis-generator-maven-plugin/pom.xml index 293445fb94..6f3662d871 100644 --- a/core/mybatis-generator-maven-plugin/pom.xml +++ b/core/mybatis-generator-maven-plugin/pom.xml @@ -1,7 +1,7 @@