From 170dddf0c718a99bf71c52f65e2809445f8c1c10 Mon Sep 17 00:00:00 2001 From: Sola Date: Wed, 9 Dec 2015 00:21:00 +0800 Subject: [PATCH] fix parallel deployment issue --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 203e66f..ca7994a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ - ${project.artifactId}#${project.build.buildCount} + ${project.artifactId}##${project.build.buildCount}