diff --git a/CHANGELOG.md b/CHANGELOG.md
index b40fa00..5116e72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
[Download and/or Installation instructions](https://github.com/wet-boew/cdts-JavaTemplates/wiki/Installation)
+## v2.7.3
+
+- [CDTS](https://github.com/wet-boew/cdts-sgdc/) v5.0.2 & [wet-boew](https://github.com/wet-boew/wet-boew) v4.0.81
+- Updated static fallback files
+
## v2.7.2
- [CDTS](https://github.com/wet-boew/cdts-sgdc/) v5.0.1 & [wet-boew](https://github.com/wet-boew/wet-boew) v4.0.79
diff --git a/builds/build.properties b/builds/build.properties
index 1c831b0..108a675 100644
--- a/builds/build.properties
+++ b/builds/build.properties
@@ -3,4 +3,4 @@
#
# DO NOT EDIT build.properties DIRECTLY!
#
-gocwebtemplate.build.version=2.7.2-SNAPSHOT
+gocwebtemplate.build.version=2.7.3-SNAPSHOT
diff --git a/gocwebtemplate-core/gocwebtemplate-core-base/pom.xml b/gocwebtemplate-core/gocwebtemplate-core-base/pom.xml
index 8fdbfe0..0ae5013 100644
--- a/gocwebtemplate-core/gocwebtemplate-core-base/pom.xml
+++ b/gocwebtemplate-core/gocwebtemplate-core-base/pom.xml
@@ -10,7 +10,7 @@
ca.gc.gocwebtemplate
gocwebtemplate-core
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
..
diff --git a/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/Constants.java b/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/Constants.java
index bca858b..6147553 100644
--- a/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/Constants.java
+++ b/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/Constants.java
@@ -13,9 +13,9 @@ public abstract class Constants {
public static final String CACHE_KEY_STATICFILES_PREFIX = "GoC.Template.CacheKey";
- public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "2.7.2";
+ public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "2.7.3";
- public static final String CDTS_DEFAULT_VERSION = "v5_0_1";
+ public static final String CDTS_DEFAULT_VERSION = "v5_0_2";
public static final String STATIC_FALLBACK_FILES_INTERNAL_PATH = "/goc/webtemplate/StaticFallbackFiles";
diff --git a/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java b/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java
index 7ba6c17..a3cb9bd 100644
--- a/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java
+++ b/gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java
@@ -461,7 +461,7 @@ public void setUseHttps(boolean value) {
}
/**
- * Returns the version of the CDN files to use to build the page. (e.g v5_0_1)
+ * Returns the version of the CDN files to use to build the page. (e.g v5_0_2)
*
* Set at application level via "wettemplate_version" property in cdn.properties,
* can be overriden programatically.
@@ -482,7 +482,7 @@ public String getTemplateVersion() {
}
/**
- * Sets the version of the CDN files to use to build the page. (e.g v5_0_1)
+ * Sets the version of the CDN files to use to build the page. (e.g v5_0_2)
*
* Set at application level via "wettemplate_version" property in cdn.properties,
* can be overriden programatically.
diff --git a/gocwebtemplate-core/gocwebtemplate-core-base/src/test/resources/goc/webtemplate/global/config/cdn.properties b/gocwebtemplate-core/gocwebtemplate-core-base/src/test/resources/goc/webtemplate/global/config/cdn.properties
index d4defde..5c6228a 100644
--- a/gocwebtemplate-core/gocwebtemplate-core-base/src/test/resources/goc/webtemplate/global/config/cdn.properties
+++ b/gocwebtemplate-core/gocwebtemplate-core-base/src/test/resources/goc/webtemplate/global/config/cdn.properties
@@ -29,7 +29,7 @@ cdn_localdev_localpath=/loadtesting/app/cls/WET/{0}/{1}/
#(blank values for theme, subtheme and version will use defaults from internal environment configuration)
wettemplate_theme=
wettemplate_subtheme=
-wettemplate_version=v5_0_1
+wettemplate_version=v5_0_2
wettemplate_loadjqueryfromgoogle=false
webtemplate_usehttps=true
#
diff --git a/gocwebtemplate-core/gocwebtemplate-core-jsp/pom.xml b/gocwebtemplate-core/gocwebtemplate-core-jsp/pom.xml
index 1e083e0..e32c1ba 100644
--- a/gocwebtemplate-core/gocwebtemplate-core-jsp/pom.xml
+++ b/gocwebtemplate-core/gocwebtemplate-core-jsp/pom.xml
@@ -10,7 +10,7 @@
ca.gc.gocwebtemplate
gocwebtemplate-core
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
..
diff --git a/gocwebtemplate-core/gocwebtemplate-core-jsp/src/test/resources/goc/webtemplate/global/config/cdn.properties b/gocwebtemplate-core/gocwebtemplate-core-jsp/src/test/resources/goc/webtemplate/global/config/cdn.properties
index 9ccd88b..9fe8c1d 100644
--- a/gocwebtemplate-core/gocwebtemplate-core-jsp/src/test/resources/goc/webtemplate/global/config/cdn.properties
+++ b/gocwebtemplate-core/gocwebtemplate-core-jsp/src/test/resources/goc/webtemplate/global/config/cdn.properties
@@ -29,7 +29,7 @@ cdn_localdev_localpath=/GoCWebTemplateSampleJSP/loadtesting/app/cls/WET/{0}/{1}/
#(blank values for theme, subtheme and version will use defaults from internal environment configuration)
wettemplate_theme=
wettemplate_subtheme=
-wettemplate_version=v5_0_1
+wettemplate_version=v5_0_2
wettemplate_loadjqueryfromgoogle=false
webtemplate_usehttps=true
#
diff --git a/gocwebtemplate-core/gocwebtemplate-core-spring/pom.xml b/gocwebtemplate-core/gocwebtemplate-core-spring/pom.xml
index a60932a..191d124 100644
--- a/gocwebtemplate-core/gocwebtemplate-core-spring/pom.xml
+++ b/gocwebtemplate-core/gocwebtemplate-core-spring/pom.xml
@@ -10,7 +10,7 @@
ca.gc.gocwebtemplate
gocwebtemplate-core
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
..
diff --git a/gocwebtemplate-core/pom.xml b/gocwebtemplate-core/pom.xml
index 8be74a2..169ab8f 100644
--- a/gocwebtemplate-core/pom.xml
+++ b/gocwebtemplate-core/pom.xml
@@ -2,7 +2,7 @@
4.0.0
ca.gc.gocwebtemplate
gocwebtemplate-core
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
pom
gocwebtemplate-core
diff --git a/gocwebtemplate-sample-jsp/pom.xml b/gocwebtemplate-sample-jsp/pom.xml
index fe41c3e..8454bd3 100644
--- a/gocwebtemplate-sample-jsp/pom.xml
+++ b/gocwebtemplate-sample-jsp/pom.xml
@@ -3,7 +3,7 @@
ca.gc.gocwebtemplate
gocwebtemplate-sample-jsp
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
war
gocwebtemplate-sample-jsp
@@ -14,7 +14,7 @@
GoCWebTemplateSampleJSP
1.8
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
local
yyyy/MM/dd HH:mm:ss
diff --git a/gocwebtemplate-sample-spring/pom.xml b/gocwebtemplate-sample-spring/pom.xml
index bfcf665..71ac183 100644
--- a/gocwebtemplate-sample-spring/pom.xml
+++ b/gocwebtemplate-sample-spring/pom.xml
@@ -3,7 +3,7 @@
ca.gc.gocwebtemplate
gocwebtemplate-sample-spring
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
jar
@@ -11,7 +11,7 @@
UTF-8
1.8
2.6.6
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
local
${maven.build.timestamp}
diff --git a/pom.xml b/pom.xml
index ff8cb77..e7bb00b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
ca.gc.gocwebtemplate
gocwebtemplate
- 2.7.2-SNAPSHOT
+ 2.7.3-SNAPSHOT
pom
gocwebtemplate