Skip to content

Commit

Permalink
update version to 5.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent fa02d18 commit d5cd109
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 @@ -69,7 +69,7 @@ tasks.withType(JavaExec) {
}

group = "org.assimbly.gateway"
version = '5.0.1'
version = '5.0.2-SNAPSHOT'
description = "A message gateway"

apply from: "$rootDir/scripts/upgrade/upgrade.gradle"
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": "5.0.1",
"version": "5.0.2-SNAPSHOT",
"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": "5.0.1",
"newVersion": "5.0.1",
"oldVersion": "5.0.2-SNAPSHOT",
"newVersion": "5.0.2-SNAPSHOT",
"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 @@ -232,7 +232,7 @@ jhipster:

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

0 comments on commit d5cd109

Please sign in to comment.