diff --git a/integration/pom.xml b/integration/pom.xml
index 5cc6202..5164478 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -7,7 +7,7 @@
0.8.0.BUILD-SNAPSHOT
- spring-plugin-si
+ spring-plugin-integration
Spring Plugin Spring Integration integration
diff --git a/integration/src/test/resources/log4j.properties b/integration/src/test/resources/log4j.properties
index 7e1b088..4622ffa 100644
--- a/integration/src/test/resources/log4j.properties
+++ b/integration/src/test/resources/log4j.properties
@@ -9,4 +9,4 @@ log4j.rootLogger=WARN, stdout
# Hibernate logging options (INFO only shows startup messages)
log4j.logger.org.springframework=INFO
-log4j.logger.org.synyx.hera=DEBUG
\ No newline at end of file
+log4j.logger.org.springframework.plugin=DEBUG
\ No newline at end of file