diff --git a/.gitignore b/.gitignore
index 8288b4b..4a899f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -132,3 +132,11 @@ gradle-app.setting
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
+
+## maven release plugin
+*.releaseBackup
+release.properties
+
+
+## maven versions plugin
+*.versionsBackup
diff --git a/pom.xml b/pom.xml
index d96030b..8532192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,14 @@
de.muehlencord.mapstruct
mapstruct-support
- 1.5.4-SNAPSHOT
+ 1.5.5-SNAPSHOT
11
11
+ 11
+
+ 1.5.5.Final
2021
@@ -57,7 +60,7 @@
org.mapstruct
mapstruct-processor
- 1.5.3.Final
+ ${mapstruct.version}