Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 CDTS v5.0.2 Updating version and changelog #58

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion builds/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# DO NOT EDIT build.properties DIRECTLY!
#
gocwebtemplate.build.version=2.7.2-SNAPSHOT
gocwebtemplate.build.version=2.7.3-SNAPSHOT
2 changes: 1 addition & 1 deletion gocwebtemplate-core/gocwebtemplate-core-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>ca.gc.gocwebtemplate</groupId>
<artifactId>gocwebtemplate-core</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion gocwebtemplate-core/gocwebtemplate-core-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>ca.gc.gocwebtemplate</groupId>
<artifactId>gocwebtemplate-core</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion gocwebtemplate-core/gocwebtemplate-core-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>ca.gc.gocwebtemplate</groupId>
<artifactId>gocwebtemplate-core</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gocwebtemplate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.gc.gocwebtemplate</groupId>
<artifactId>gocwebtemplate-core</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>gocwebtemplate-core</name>
Expand Down
4 changes: 2 additions & 2 deletions gocwebtemplate-sample-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>ca.gc.gocwebtemplate</groupId>
<artifactId>gocwebtemplate-sample-jsp</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
<packaging>war</packaging>

<name>gocwebtemplate-sample-jsp</name>
Expand All @@ -14,7 +14,7 @@
<m2eclipse.wtp.contextRoot>GoCWebTemplateSampleJSP</m2eclipse.wtp.contextRoot> <!-- Set the context root for running locally here! This will keep Eclipse from overriding weblogic.xml with the project's name on every Maven Update operations -->

<java.version>1.8</java.version>
<webtemplate.version>2.7.2-SNAPSHOT</webtemplate.version>
<webtemplate.version>2.7.3-SNAPSHOT</webtemplate.version>

<build_number>local</build_number>
<maven.build.timestamp.format>yyyy/MM/dd HH:mm:ss</maven.build.timestamp.format>
Expand Down
4 changes: 2 additions & 2 deletions gocwebtemplate-sample-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<groupId>ca.gc.gocwebtemplate</groupId>
<artifactId>gocwebtemplate-sample-spring</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
<!--Change packaging type to "war" if your application must be deployable in a web container-->
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<springboot.version>2.6.6</springboot.version>
<webtemplate.version>2.7.2-SNAPSHOT</webtemplate.version>
<webtemplate.version>2.7.3-SNAPSHOT</webtemplate.version>

<build_number>local</build_number>
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.gc.gocwebtemplate</groupId>
<artifactId>gocwebtemplate</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>gocwebtemplate</name>
Expand Down
Loading