Skip to content

Commit

Permalink
temp snapshots3
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Sep 8, 2023
1 parent 4af486b commit 0eaa49f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-SNAPSHOT'
version = '4.0.2'

description = ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway",
"version": "4.0.2-SNAPSHOT",
"version": "4.0.2",
"private": true,
"description": "A message gateway based on Apache camel",
"license": "Apache License 2.0",
Expand Down
4 changes: 2 additions & 2 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-SNAPSHOT",
"newVersion": "4.0.2-SNAPSHOT",
"oldVersion": "4.0.2",
"newVersion": "4.0.2",
"resources": [
{
"path": "/package.json"
Expand Down
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-SNAPSHOT
version: 4.0.2
documentation:
url: https://github.com/assimbly/gateway/wiki
camel-url: https://camel.apache.org/components/latest
Expand Down

0 comments on commit 0eaa49f

Please sign in to comment.