From a9192a180815f89f6c2200645456f8c70df2fa98 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 22 Feb 2012 11:39:25 +0100 Subject: [PATCH] Fixed artifact id of Spring integration integration module. --- integration/pom.xml | 2 +- integration/src/test/resources/log4j.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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