Merge branch 'master' into feature/RefactoringGestioneColli
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -871,7 +871,7 @@ public class EmsServices {
|
||||
|
||||
String envProjectVersionProperty = envProperties.getProjectVersion();
|
||||
if (!envProjectVersionProperty.equalsIgnoreCase("dev")) {
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmmss");
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmm");
|
||||
updateDate = sdf.parse(envProjectVersionProperty);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user