Skip to content

Commit

Permalink
4.0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovg committed Jul 10, 2023
1 parent 5895bd3 commit 9f08ca6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tasks.withType(JavaExec) {
}

group = "org.assimbly.gateway"
version = '4.0.2'
version = '4.0.3'

description = ""

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "A message gateway based on Apache camel",
"license": "Apache License 2.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"eslint": "8.9.0",
"eslint-config-prettier": "8.4.0",
"eslint-webpack-plugin": "3.1.1",
"folder-hash": "4.0.2",
"folder-hash": "4.0.3",
"generator-jhipster": "7.7.0",
"husky": "7.0.4",
"jest": "27.5.1",
Expand Down
6 changes: 3 additions & 3 deletions scripts/version/versioned_files.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applicationName": "gateway",
"oldVersion": "4.0.2",
"newVersion": "4.0.2",
"oldVersion": "4.0.3",
"newVersion": "4.0.3",
"resources": [
{
"path": "/package.json"
Expand All @@ -13,4 +13,4 @@
"path": "/src/main/resources/config/application.yml"
}
]
}
}
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jhipster:

application:
info:
version: 4.0.2
version: 4.0.3
documentation:
url: https://github.com/assimbly/gateway/wiki
camel-url: https://camel.apache.org/components/latest
Expand Down

0 comments on commit 9f08ca6

Please sign in to comment.