From 6e22a04bae749903005df88202b78db6dab70cdd Mon Sep 17 00:00:00 2001 From: nickboldt Date: Fri, 22 Jul 2016 11:01:37 -0400 Subject: [PATCH] JBIDE-22757 replace BUILD_ID with BUILD_TIMESTAMP --- pom.xml | 2 ++ site/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 39b8865..b5eb10c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,8 @@ http://repository.jboss.org/nexus/content/unzip/unzip/org/jboss/tools/locus/update.site/${previousVersion}/update.site-${previousVersion}.zip-unzip/ false + ${maven.build.timestamp} + yyyy-MM-dd_HH-mm-ss diff --git a/site/pom.xml b/site/pom.xml index afe5235..3fdaca4 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -200,7 +200,7 @@ ${deployScriptDir}/publish/rsync.sh ${project.build.directory}/repository tools@filemgmt.jboss.org:downloads_htdocs/jbosstools - mars/snapshots/builds/${JOB_NAME}/${BUILD_ID}-B${BUILD_NUMBER}/all/repo/ + mars/snapshots/builds/${JOB_NAME}/${BUILD_TIMESTAMP}-B${BUILD_NUMBER}/all/repo/ false @@ -279,7 +279,7 @@