File tree Expand file tree Collapse file tree
gocwebtemplate-core-spring
gocwebtemplate-sample-jsp
gocwebtemplate-sample-spring Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ Download and/or Installation instructions] ( https://gccode.ssc-spc.gc.ca/iitb-dgiit/sds/GOCWebTemplates/JavaTemplates/wikis/Documentation/Installation )
44
5+ ## v2.4.0
6+
7+ - Added an acronym parameter to the custom menu allowing users to provide a description for an abbreviation.
8+ - [ CDTS] ( https://gccode.ssc-spc.gc.ca/iitb-dgiit/nw-ws/sgdc-cdts ) v4.0.45 & [ wet-boew] ( https://github.com/wet-boew/wet-boew ) v4.0.50.1
9+ - Updated static fallback files
10+ - Bug Fixes
11+
512## v2.3.2
613
714- Now targeting Struts version 2.5.30
Original file line number Diff line number Diff line change 33#
44# DO NOT EDIT build.properties DIRECTLY!
55#
6- gocwebtemplate.build.version =2.3.2 -SNAPSHOT
6+ gocwebtemplate.build.version =2.4.0 -SNAPSHOT
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >ca.gc.gocwebtemplate</groupId >
1212 <artifactId >gocwebtemplate-core</artifactId >
13- <version >2.3.2 -SNAPSHOT</version >
13+ <version >2.4.0 -SNAPSHOT</version >
1414 <relativePath >..</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >ca.gc.gocwebtemplate</groupId >
1212 <artifactId >gocwebtemplate-core</artifactId >
13- <version >2.3.2 -SNAPSHOT</version >
13+ <version >2.4.0 -SNAPSHOT</version >
1414 <relativePath >..</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >ca.gc.gocwebtemplate</groupId >
1212 <artifactId >gocwebtemplate-core</artifactId >
13- <version >2.3.2 -SNAPSHOT</version >
13+ <version >2.4.0 -SNAPSHOT</version >
1414 <relativePath >..</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >ca.gc.gocwebtemplate</groupId >
44 <artifactId >gocwebtemplate-core</artifactId >
5- <version >2.3.2 -SNAPSHOT</version >
5+ <version >2.4.0 -SNAPSHOT</version >
66 <packaging >pom</packaging >
77
88 <name >gocwebtemplate-core</name >
Original file line number Diff line number Diff line change 33
44 <groupId >ca.gc.gocwebtemplate</groupId >
55 <artifactId >gocwebtemplate-sample-jsp</artifactId >
6- <version >2.3.2 -SNAPSHOT</version >
6+ <version >2.4.0 -SNAPSHOT</version >
77 <packaging >war</packaging >
88
99 <name >gocwebtemplate-sample-jsp</name >
1414 <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 -->
1515
1616 <java .version>1.8</java .version>
17- <webtemplate .version>2.3.2 -SNAPSHOT</webtemplate .version>
17+ <webtemplate .version>2.4.0 -SNAPSHOT</webtemplate .version>
1818
1919 <build_number >local</build_number >
2020 <maven .build.timestamp.format>yyyy/MM/dd HH:mm:ss</maven .build.timestamp.format>
Original file line number Diff line number Diff line change 33
44 <groupId >ca.gc.gocwebtemplate</groupId >
55 <artifactId >gocwebtemplate-sample-spring</artifactId >
6- <version >2.3.2 -SNAPSHOT</version >
6+ <version >2.4.0 -SNAPSHOT</version >
77 <!-- Change packaging type to "war" if your application must be deployable in a web container-->
88 <packaging >jar</packaging >
99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1212 <java .version>1.8</java .version>
1313 <springboot .version>2.6.6</springboot .version>
14- <webtemplate .version>2.3.2 -SNAPSHOT</webtemplate .version>
14+ <webtemplate .version>2.4.0 -SNAPSHOT</webtemplate .version>
1515
1616 <build_number >local</build_number >
1717 <timestamp >${maven.build.timestamp}</timestamp >
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >ca.gc.gocwebtemplate</groupId >
44 <artifactId >gocwebtemplate</artifactId >
5- <version >2.3.2 -SNAPSHOT</version >
5+ <version >2.4.0 -SNAPSHOT</version >
66 <packaging >pom</packaging >
77
88 <name >gocwebtemplate</name >
You can’t perform that action at this time.
0 commit comments