Skip to content

Commit

Permalink
Merge pull request #242 from WASdev/fix-cluster-15feb24-bvn
Browse files Browse the repository at this point in the history
Update new pid for cluster offering
  • Loading branch information
venunathb committed Feb 16, 2024
2 parents c920751 + cb26ab2 commit 7795033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.ibm.websphere.azure</groupId>
<artifactId>azure.websphere-traditional.cluster</artifactId>
<version>1.3.53</version>
<version>1.3.54</version>

<!-- mvn -Pbicep -Passembly clean install -Ptemplate-validation-tests -->
<parent>
Expand Down
2 changes: 1 addition & 1 deletion src/main/bicep/mainTemplate.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ var configBase64 = loadFileAsBase64('config.json')
var config = base64ToJson(configBase64)

module partnerCenterPid './modules/_pids/_empty.bicep' = {
name: 'pid-fb16aee1-039d-45dc-a476-806224793a6c-partnercenter'
name: 'pid-83c32565-42aa-43d9-92e9-9c02289c7fbd-partnercenter'
params: {
}
}
Expand Down

0 comments on commit 7795033

Please sign in to comment.