Skip to content

Commit

Permalink
Merge pull request #97 from WASdev/SingleServer-contract-fix--new-pla…
Browse files Browse the repository at this point in the history
…nId-bvn

Update new Plan Id (pid) to Single Server offering
  • Loading branch information
venunathb committed Feb 5, 2024
2 parents c32d6c4 + 384459c commit 6c07909
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 @@ -20,7 +20,7 @@

<groupId>com.ibm.websphere.azure</groupId>
<artifactId>azure.websphere-traditional.singleserver</artifactId>
<version>1.0.25</version>
<version>1.0.26</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 @@ -135,7 +135,7 @@ var configBase64 = loadFileAsBase64('config.json')
var config = base64ToJson(configBase64)

module partnerCenterPid './modules/_pids/_empty.bicep' = {
name: 'pid-5d69db5c-7773-47d1-9455-890d05fb3c2b-partnercenter'
name: 'pid-d287697e-d90f-485a-9fe0-c2f12676973d-partnercenter'
params: {}
}

Expand Down

0 comments on commit 6c07909

Please sign in to comment.