Skip to content

Commit

Permalink
Increase the validity interval to 21 days to cover the festive period.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 17, 2010
1 parent ec95ad3 commit 02a8158
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/test_master_unsigned.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:variable name="validityDays" select="14"/>
<xsl:variable name="validityDays" select="21"/>

<xsl:variable name="now" select="date:date-time()"/>
<xsl:variable name="validUntil" select="mdxDates:dateAdd($now, $validityDays)"/>
Expand Down
2 changes: 1 addition & 1 deletion build/uk_master_back.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:variable name="validityDays" select="14"/>
<xsl:variable name="validityDays" select="21"/>

<xsl:variable name="now" select="date:date-time()"/>
<xsl:variable name="validUntil" select="mdxDates:dateAdd($now, $validityDays)"/>
Expand Down
2 changes: 1 addition & 1 deletion build/uk_master_export.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:variable name="validityDays" select="14"/>
<xsl:variable name="validityDays" select="21"/>

<xsl:variable name="now" select="date:date-time()"/>
<xsl:variable name="validUntil" select="mdxDates:dateAdd($now, $validityDays)"/>
Expand Down
2 changes: 1 addition & 1 deletion build/uk_master_test.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:variable name="validityDays" select="14"/>
<xsl:variable name="validityDays" select="21"/>

<xsl:variable name="now" select="date:date-time()"/>
<xsl:variable name="validUntil" select="mdxDates:dateAdd($now, $validityDays)"/>
Expand Down
2 changes: 1 addition & 1 deletion build/uk_master_unsigned.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:variable name="validityDays" select="14"/>
<xsl:variable name="validityDays" select="21"/>

<xsl:variable name="now" select="date:date-time()"/>
<xsl:variable name="validUntil" select="mdxDates:dateAdd($now, $validityDays)"/>
Expand Down

0 comments on commit 02a8158

Please sign in to comment.