From 0def1ed516684beefdee3306f31b31ffb63d99c6 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Fri, 30 Aug 2013 16:38:42 +0200 Subject: [PATCH] MyBatis: maven-compiler-plugin 3.1 version --- MyBatis/MyBatis-Spring/pom.xml | 3 ++- MyBatis/MyBatis/pom.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MyBatis/MyBatis-Spring/pom.xml b/MyBatis/MyBatis-Spring/pom.xml index 21ca06c..a4c386b 100644 --- a/MyBatis/MyBatis-Spring/pom.xml +++ b/MyBatis/MyBatis-Spring/pom.xml @@ -9,6 +9,7 @@ http://gumartinm.name ${project.build.directory}/generated-sources/mybatis-generator/ + UTF-8 @@ -62,7 +63,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.1 1.6 1.6 diff --git a/MyBatis/MyBatis/pom.xml b/MyBatis/MyBatis/pom.xml index 4a454c4..176d340 100644 --- a/MyBatis/MyBatis/pom.xml +++ b/MyBatis/MyBatis/pom.xml @@ -9,13 +9,14 @@ http://gumartinm.name ${project.build.directory}/generated-sources/mybatis-generator/ + UTF-8 org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.1 1.6 1.6 -- 2.1.4