diff --git a/build.gradle b/build.gradle index 03becb56..186ab0d9 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ tasks.withType(JavaExec) { } group = "org.assimbly.gateway" -version = '4.0.2-SNAPSHOT' +version = '4.0.2' description = "" diff --git a/package.json b/package.json index 15417425..2f3e763b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/version/versioned_files.json b/scripts/version/versioned_files.json index 19567769..3be29948 100644 --- a/scripts/version/versioned_files.json +++ b/scripts/version/versioned_files.json @@ -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" diff --git a/src/main/resources/config/application.yml b/src/main/resources/config/application.yml index 74b8c884..6b95204d 100644 --- a/src/main/resources/config/application.yml +++ b/src/main/resources/config/application.yml @@ -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