From 6df767dedfda0221f1096a0ebe2e9c4be8bb5d08 Mon Sep 17 00:00:00 2001 From: Iwao AVE! Date: Mon, 18 May 2020 23:55:42 +0900 Subject: [PATCH] Ran mvn verify --- src/main/java/org/apache/ibatis/builder/SqlSourceBuilder.java | 2 +- .../java/org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java | 2 +- src/site/es/xdoc/configuration.xml | 2 +- src/site/ja/xdoc/configuration.xml | 2 +- src/site/ko/xdoc/configuration.xml | 2 +- src/site/xdoc/configuration.xml | 2 +- .../apache/ibatis/builder/CustomizedSettingsMapperConfig.xml | 2 +- .../java/org/apache/ibatis/builder/SqlSourceBuilderTest.java | 2 +- .../ibatis/builder/xsd/CustomizedSettingsMapperConfig.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/org/apache/ibatis/builder/SqlSourceBuilder.java b/src/main/java/org/apache/ibatis/builder/SqlSourceBuilder.java index 262590f6140..58f99420bff 100644 --- a/src/main/java/org/apache/ibatis/builder/SqlSourceBuilder.java +++ b/src/main/java/org/apache/ibatis/builder/SqlSourceBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2019 the original author or authors. + * Copyright 2009-2020 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. diff --git a/src/main/java/org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java b/src/main/java/org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java index 0e2f0f5f001..2390b83686f 100644 --- a/src/main/java/org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java +++ b/src/main/java/org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2019 the original author or authors. + * Copyright 2009-2020 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. diff --git a/src/site/es/xdoc/configuration.xml b/src/site/es/xdoc/configuration.xml index aa50d64c08a..ae995427efb 100644 --- a/src/site/es/xdoc/configuration.xml +++ b/src/site/es/xdoc/configuration.xml @@ -1,7 +1,7 @@