@@ -38,7 +38,7 @@ subprojects {
3838
3939ext. YEAR = ' 2019'
4040
41- ext.BuildDate = ' Tue Jul 23 12:25:01 CDT ' + " $YEAR "
41+ ext.BuildDate = ' Fri Nov 15 12:25:01 CDT ' + " $YEAR "
4242ext.SpecificationVersion = ' 3.4.0.0'
4343ext.SpecificationVersionShort = ' 3.4.0'
4444
@@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.
5050ext. emaImplementationVersion = ' emaj' + " $SpecificationVersionShort " + ' .L1.all.rrg'
5151
5252// NOTE! update with new asset version
53- ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 1.3.1 .L1'
53+ ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 1.4.0 .L1'
5454
5555// =========================================================================================
5656//
@@ -59,10 +59,10 @@ ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.3.1.L1'
5959// =========================================================================================
6060
6161
62- ext. vendor = ' Refinitiv '
63- ext. javadoc_footer = ' <a href="https://developers.refinitiv .com/" target=_top>Refinitiv </a>'
64- ext. javadoc_header = ' <a href="https://developers.refinitiv .com/" target=_top>Refinitiv </a>'
65- ext. javadoc_bottom = ' <i>Copyright @ ' + " $YEAR " + ' Refinitiv . All Rights Reserved.</i>'
62+ ext. vendor = ' Thomson Reuters '
63+ ext. javadoc_footer = ' <a href="https://developers.thomsonreuters .com/" target=_top>Thomson Reuters </a>'
64+ ext. javadoc_header = ' <a href="https://developers.thomsonreuters .com/" target=_top>Thomson Reuters </a>'
65+ ext. javadoc_bottom = ' <i>Copyright @ ' + " $YEAR " + ' Thomson Reuters . All Rights Reserved.</i>'
6666
6767task downloadBinaryPack (type : Download ) {
6868 description ' This task downloads the Elektron-SDK-BinaryPack file from GitHub.'
0 commit comments