Merge "Remove plugin name from build configuration"
diff --git a/lib/BUCK b/lib/BUCK
index b889b94..1d18929 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -2,8 +2,8 @@
 
 maven_jar(
   name = 'j2bugzilla',
-  id = 'com.j2bugzilla:j2bugzilla:2.2',
-  sha1 = 'abd2c9290e6e4ec3222c89a99c79d9c5bbc79300',
+  id = 'com.j2bugzilla:j2bugzilla:2.2.1',
+  sha1 = '397e40c85bda1eb0a13bccf3cb7130d8f815290e',
   license = 'Apache2.0',
   deps = [':xmlrpc-client'],
 )
diff --git a/pom.xml b/pom.xml
index ec6b631..a1613ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>com.j2bugzilla</groupId>
       <artifactId>j2bugzilla</artifactId>
-      <version>2.2</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>