Skip to content

Commit aeed027

Browse files
authored
Updating version and changelog (#50)
1 parent 8e7c41e commit aeed027

13 files changed

Lines changed: 22 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[Download and/or Installation instructions](https://github.com/wet-boew/cdts-JavaTemplates/wiki/Installation)
44

5+
## v2.7.2
6+
7+
- [CDTS](https://github.com/wet-boew/cdts-sgdc/) v5.0.1 & [wet-boew](https://github.com/wet-boew/wet-boew) v4.0.79
8+
- Updated static fallback files
9+
- Bug Fixes
10+
511
## v2.7.1
612

713
- Now targeting Struts version 2.5.33

builds/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# DO NOT EDIT build.properties DIRECTLY!
55
#
6-
gocwebtemplate.build.version=2.7.1-SNAPSHOT
6+
gocwebtemplate.build.version=2.7.2-SNAPSHOT

gocwebtemplate-core/gocwebtemplate-core-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>ca.gc.gocwebtemplate</groupId>
1212
<artifactId>gocwebtemplate-core</artifactId>
13-
<version>2.7.1-SNAPSHOT</version>
13+
<version>2.7.2-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ public abstract class Constants {
1313

1414
public static final String CACHE_KEY_STATICFILES_PREFIX = "GoC.Template.CacheKey";
1515

16-
public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "2.7.1";
16+
public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "2.7.2";
1717

18-
public static final String CDTS_DEFAULT_VERSION = "v5_0_0";
18+
public static final String CDTS_DEFAULT_VERSION = "v5_0_1";
1919

2020
public static final String STATIC_FALLBACK_FILES_INTERNAL_PATH = "/goc/webtemplate/StaticFallbackFiles";
2121

gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public void setUseHttps(boolean value) {
461461
}
462462

463463
/**
464-
* Returns the version of the CDN files to use to build the page. (e.g v5_0_0)
464+
* Returns the version of the CDN files to use to build the page. (e.g v5_0_1)
465465
*
466466
* Set at application level via "wettemplate_version" property in cdn.properties,
467467
* can be overriden programatically.
@@ -482,7 +482,7 @@ public String getTemplateVersion() {
482482
}
483483

484484
/**
485-
* Sets the version of the CDN files to use to build the page. (e.g v5_0_0)
485+
* Sets the version of the CDN files to use to build the page. (e.g v5_0_1)
486486
*
487487
* Set at application level via "wettemplate_version" property in cdn.properties,
488488
* can be overriden programatically.

gocwebtemplate-core/gocwebtemplate-core-base/src/test/resources/goc/webtemplate/global/config/cdn.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cdn_localdev_localpath=/loadtesting/app/cls/WET/{0}/{1}/
2929
#(blank values for theme, subtheme and version will use defaults from internal environment configuration)
3030
wettemplate_theme=
3131
wettemplate_subtheme=
32-
wettemplate_version=v5_0_0
32+
wettemplate_version=v5_0_1
3333
wettemplate_loadjqueryfromgoogle=false
3434
webtemplate_usehttps=true
3535
#

gocwebtemplate-core/gocwebtemplate-core-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>ca.gc.gocwebtemplate</groupId>
1212
<artifactId>gocwebtemplate-core</artifactId>
13-
<version>2.7.1-SNAPSHOT</version>
13+
<version>2.7.2-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

gocwebtemplate-core/gocwebtemplate-core-jsp/src/test/resources/goc/webtemplate/global/config/cdn.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cdn_localdev_localpath=/GoCWebTemplateSampleJSP/loadtesting/app/cls/WET/{0}/{1}/
2929
#(blank values for theme, subtheme and version will use defaults from internal environment configuration)
3030
wettemplate_theme=
3131
wettemplate_subtheme=
32-
wettemplate_version=v5_0_0
32+
wettemplate_version=v5_0_1
3333
wettemplate_loadjqueryfromgoogle=false
3434
webtemplate_usehttps=true
3535
#

gocwebtemplate-core/gocwebtemplate-core-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>ca.gc.gocwebtemplate</groupId>
1212
<artifactId>gocwebtemplate-core</artifactId>
13-
<version>2.7.1-SNAPSHOT</version>
13+
<version>2.7.2-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

gocwebtemplate-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>ca.gc.gocwebtemplate</groupId>
44
<artifactId>gocwebtemplate-core</artifactId>
5-
<version>2.7.1-SNAPSHOT</version>
5+
<version>2.7.2-SNAPSHOT</version>
66
<packaging>pom</packaging>
77

88
<name>gocwebtemplate-core</name>

0 commit comments

Comments
 (0)