Skip to content

Commit d1d50cc

Browse files
authored
Merge pull request #21 from edburns/edburns-msft-verisonid-20
On branch edburns-msft-verisonid-20 Apply timestamp to inconspicuous URL
2 parents a9ef332 + e796f42 commit d1d50cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

weblogic-azure-aks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.oracle.weblogic.azure</groupId>
1313
<artifactId>wls-on-aks-azure-marketplace</artifactId>
14-
<version>1.0.15</version>
14+
<version>1.0.16</version>
1515

1616
<parent>
1717
<groupId>com.microsoft.azure.iaas</groupId>

weblogic-azure-aks/src/main/arm/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"text": "This value is appended to 'container-registry.oracle.com/middleware/weblogic:' and used in the Dockerfile FROM statement. \nOracle Standard Terms and Restrictions terms must be agreed. \nClick the following link to make sure you have agree the terms and check the valid tags.",
433433
"link": {
434434
"label": "Must be a valid tag value from Oracle Container Registry",
435-
"uri": "https://aka.ms/wls-aks-fromImage-tag"
435+
"uri": "https://aka.ms/wls-aks-fromImage-tag?${project.version}-${maven.build.timestamp}"
436436
}
437437
}
438438
},
@@ -1598,4 +1598,4 @@
15981598
"wlsUserName": "[basics('basicsRequired').wlsUserName]"
15991599
}
16001600
}
1601-
}
1601+
}

0 commit comments

Comments
 (0)