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