Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
QuyenLy87 committed Oct 29, 2024
1 parent 578b0b1 commit 87354c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ public void startNewAuthoringCycle(String releaseCenterKey, String dailyBuildPro
}

private void updateProduct(String releaseCenterKey, String productKey, String effectiveTime, String dependencyPackage, String previousPackage) throws BusinessServiceException {
LOGGER.info("Updating EFFECTIVE_TIME to {} for product key {} and release center {}", effectiveTime, productKey, releaseCenterKey);

Map<String, String> changes = new HashMap<>();
changes.put(ProductService.DAILY_BUILD, ProductService.TRUE);
changes.put(ProductService.EFFECTIVE_TIME, effectiveTime);
Expand Down

0 comments on commit 87354c3

Please sign in to comment.