From afb16d1fc14c243c2939f291fef26fd3c64b125b Mon Sep 17 00:00:00 2001 From: Christian Schuster Date: Tue, 13 May 2014 01:10:20 +0200 Subject: [PATCH] #169 make animal-sniffer-maven-plugin work with Java 8 byte code, change versions of integration test dependencies --- core/src/main/java/org/mapstruct/Mappings.java | 2 +- parent/pom.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/mapstruct/Mappings.java b/core/src/main/java/org/mapstruct/Mappings.java index aaf8ade71..9f77980d4 100644 --- a/core/src/main/java/org/mapstruct/Mappings.java +++ b/core/src/main/java/org/mapstruct/Mappings.java @@ -33,7 +33,7 @@ import java.lang.annotation.Target; public @interface Mappings { /** - * The onfiguration of the bean attributes. + * The configuration of the bean attributes. * * @return The configuration of the bean attributes. */ diff --git a/parent/pom.xml b/parent/pom.xml index 790e5eb2f..ca269774f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -43,7 +43,7 @@ UTF-8 1.0.0 1.2 - 3.2.3.RELEASE + 4.0.3.RELEASE 1 @@ -157,7 +157,7 @@ org.glassfish javax.el - 3.0-b07 + 3.0-b01 @@ -340,6 +340,13 @@ org.codehaus.mojo animal-sniffer-maven-plugin 1.9 + + + org.ow2.asm + asm-all + 5.0.2 + + org.eclipse.m2e