diff --git a/activemq-client/src/main/grammar/SelectorParser.jj b/activemq-client/src/main/grammar/SelectorParser.jj
index 6ccb113176..435b2d4eb1 100755
--- a/activemq-client/src/main/grammar/SelectorParser.jj
+++ b/activemq-client/src/main/grammar/SelectorParser.jj
@@ -121,7 +121,7 @@ public class SelectorParser {
}
}
- private BooleanExpression asBooleanExpression(Expression value) throws ParseException {
+ private static BooleanExpression asBooleanExpression(Expression value) throws ParseException {
if (value instanceof BooleanExpression) {
return (BooleanExpression) value;
}
diff --git a/pom.xml b/pom.xml
index 9fccc40fa2..5a413b088c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
2.5.2
3.3.0
3.0.5
- 2.6
+ 3.0.1
2.7
3.0.0
3.3.0