Skip to content

Commit

Permalink
Bump to v2.3.6 (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp authored Jul 24, 2024
1 parent 22314b2 commit 5ab5cd0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.0</version>
<version>2.3.6</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.0</version>
<version>2.3.6</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.0</version>
<version>2.3.6</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.0"
versionName "2.3.6"
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.0;
MARKETING_VERSION = 2.3.6;
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.0;
MARKETING_VERSION = 2.3.6;
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.WildfireInformation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions client/wfnews-war/src/main/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0",
"version": "2.3.6",
"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.0-SNAPSHOT",
"version": "2.3.6-SNAPSHOT",
"buildNumber": ".0000",
"environment": "LOCAL",
"baseUrl": "http://localhost:6200/",
Expand Down

0 comments on commit 5ab5cd0

Please sign in to comment.