Increase version of logging processor There's a bug I found on logging processor, that it's being fixed at alpha2 https://issues.jboss.org/browse/LOGTOOL-88 https://issues.jboss.org/browse/LOGTOOL-87
Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/2fa74d01 Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/2fa74d01 Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/2fa74d01 Branch: refs/heads/master Commit: 2fa74d01578c924f7059b6d6ab186290b2d57275 Parents: abeb0bf Author: Clebert Suconic <[email protected]> Authored: Mon Apr 6 11:38:59 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Apr 9 15:05:27 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/2fa74d01/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9ca249a..c1e5b1b 100644 --- a/pom.xml +++ b/pom.xml @@ -203,7 +203,7 @@ <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> - <version>2.0.0.Alpha1</version> + <version>2.0.0.Alpha2</version> <optional>true</optional> <!-- License: LGPL--> </dependency>
