deploy only with 3.6.x
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 9eb98a1..092d9f9 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -133,7 +133,7 @@
   if (plan == 'build') {
       cmd += 'clean'
       cmd += 'verify'
-      if (env.BRANCH_NAME == 'master' && jdk == '8' && maven == '3.5.x' && os == 'linux' ) {
+      if (env.BRANCH_NAME == 'master' && jdk == '8' && maven == '3.6.x' && os == 'linux' ) {
         cmd += 'deploy'		      
       } 	      
   }