You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,7 @@ public void setUseSRI(boolean value) {
508
508
}
509
509
510
510
/**
511
-
* Returns the version of the CDN files to use to build the page. (e.g v5_0_1)
511
+
* Returns the version of the CDN files to use to build the page. (e.g v5_0_2)
512
512
*
513
513
* Set at application level via "wettemplate_version" property in cdn.properties,
514
514
* can be overriden programatically.
@@ -529,7 +529,7 @@ public String getTemplateVersion() {
529
529
}
530
530
531
531
/**
532
-
* Sets the version of the CDN files to use to build the page. (e.g v5_0_1)
532
+
* Sets the version of the CDN files to use to build the page. (e.g v5_0_2)
533
533
*
534
534
* Set at application level via "wettemplate_version" property in cdn.properties,
Copy file name to clipboardExpand all lines: gocwebtemplate-core/gocwebtemplate-core-base/src/main/resources/goc/webtemplate/global/config/CDTSEnvironments.json
Copy file name to clipboardExpand all lines: gocwebtemplate-core/gocwebtemplate-core-base/src/test/resources/goc/webtemplate/global/config/cdn.properties
0 commit comments