diff --git a/build.gradle b/build.gradle
index acc6d8696d0883a8fad9f6c284f38440522f22d8..14e2e73e10621f0a84c44c862622e60b537677b4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,10 +2,9 @@ subprojects {
     apply plugin: 'java'
 
     sourceCompatibility = 1.5
-    version = '0.9.13-8'
     jar {
         manifest {
-            attributes 'Implementation-Version': version
+            attributes 'Implementation-Version': '0.9.13-8'
         }
     }