Skip to content

Commit

Permalink
Bump version number to 2.3.8 (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Aug 15, 2024
1 parent 8633acd commit 464bf1a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.nrs.wfnews</groupId>
<artifactId>wfnews-parent</artifactId>
<version>2.3.7</version>
<version>2.3.8</version>
<packaging>pom</packaging>
<name>wfnews-parent</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion client/wfnews-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ca.bc.gov.nrs.wfnews</groupId>
<artifactId>wfnews-parent</artifactId>
<version>2.3.7</version>
<version>2.3.8</version>
</parent>
<artifactId>wfnews-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion client/wfnews-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ca.bc.gov.nrs.wfnews</groupId>
<artifactId>wfnews-parent</artifactId>
<version>2.3.7</version>
<version>2.3.8</version>
</parent>
<artifactId>wfnews-war</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 155
versionName "2.3.7"
versionName "2.3.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
INFOPLIST_KEY_CFBundleDisplayName = "BC Wildfire";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.3.7;
MARKETING_VERSION = 2.3.8;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.WildfireInformation;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -389,7 +389,7 @@
INFOPLIST_KEY_CFBundleDisplayName = "BC Wildfire";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.3.7;
MARKETING_VERSION = 2.3.8;
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.WildfireInformation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion client/wfnews-war/src/main/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wildfire",
"version": "2.3.7",
"version": "2.3.8",
"license": "MIT",
"engines": {
"node": "^18.16.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"application": {
"wfnewsApiKey": "fake-api-key",
"acronym": "WFNEWS",
"version": "2.3.7-SNAPSHOT",
"version": "2.3.8-SNAPSHOT",
"buildNumber": ".0000",
"environment": "LOCAL",
"baseUrl": "http://localhost:6200/",
Expand Down Expand Up @@ -82,7 +82,7 @@
"wfdmProxy": "wfdmProxy.jsp",
"currentRestrictions": "https://www2.gov.bc.ca/gov/content/safety/wildfire-status/prevention/fire-bans-and-restrictions",
"dangerSummary": "https://wfapps.nrs.gov.bc.ca/pub/wfwx-danger-summary-war/dangerSummary",
"highRiskActivities": "https://www2.gov.bc.ca/gov/content/safety/wildfire-status/prevention/for-industry-commercial-operators/high-risk-activities",
"highRiskActivities": "https://www2.gov.bc.ca/gov/content/safety/wildfire-status/prevention/for-industry-commercial-operators/high-risk-activities",
"recSiteTrailsClosures": "http://www.sitesandtrailsbc.ca/closures.aspx",
"parksClosures": "https://bcparks.ca/active-advisories/?type=wildfire",
"localAuthoritiesUrl": "https://www.civicinfo.bc.ca/directories",
Expand Down

0 comments on commit 464bf1a

Please sign in to comment.