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
This commit is contained in:
Clebert Suconic 2015-04-06 11:38:59 -04:00
parent abeb0bf3c2
commit 2fa74d0157
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@
<dependency> <dependency>
<groupId>org.jboss.logging</groupId> <groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId> <artifactId>jboss-logging-processor</artifactId>
<version>2.0.0.Alpha1</version> <version>2.0.0.Alpha2</version>
<optional>true</optional> <optional>true</optional>
<!-- License: LGPL--> <!-- License: LGPL-->
</dependency> </dependency>