diff --git a/coverage/pom.xml b/coverage/pom.xml
index 75bb03bde..f56f71656 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -12,7 +12,7 @@
Compute aggregated test code coverage
true
- 1.0.19-SNAPSHOT
+ 1.0.19
diff --git a/notification-service-sdk/README.md b/notification-service-sdk/README.md
index 831374fbd..b331a80a5 100644
--- a/notification-service-sdk/README.md
+++ b/notification-service-sdk/README.md
@@ -39,7 +39,7 @@ Add this dependency to your project's POM:
dev.parodos
notification-service-sdk
- 1.0.19-SNAPSHOT
+ 1.0.19
compile
```
@@ -55,7 +55,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "dev.parodos:notification-service-sdk:1.0.19-SNAPSHOT"
+ implementation "dev.parodos:notification-service-sdk:1.0.19"
}
```
@@ -69,7 +69,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/notification-service-sdk-1.0.19-SNAPSHOT.jar`
+* `target/notification-service-sdk-1.0.19.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/ApiClient.java b/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/ApiClient.java
index 07e5db1d7..b41499e32 100644
--- a/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/ApiClient.java
+++ b/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/ApiClient.java
@@ -143,7 +143,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/1.0.19-SNAPSHOT/java");
+ setUserAgent("OpenAPI-Generator/1.0.19/java");
authentications = new HashMap();
}
diff --git a/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/Configuration.java b/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/Configuration.java
index 75ee52882..ddb9b9d3e 100644
--- a/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/Configuration.java
+++ b/notification-service-sdk/src/main/java/com/redhat/parodos/notification/sdk/api/Configuration.java
@@ -15,7 +15,7 @@
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
- public static final String VERSION = "1.0.19-SNAPSHOT";
+ public static final String VERSION = "1.0.19";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/notification-service/README.md b/notification-service/README.md
index 4e9719768..fe19d08b6 100644
--- a/notification-service/README.md
+++ b/notification-service/README.md
@@ -44,7 +44,7 @@ From the root of the 'notification-service' folder, the follow command will star
```shell
-java -jar -Dspring.profiles.active=local -Dserver.port=8081 target/notification-service-1.0.19-SNAPSHOT.jar
+java -jar -Dspring.profiles.active=local -Dserver.port=8081 target/notification-service-1.0.19.jar
```
diff --git a/notification-service/licenses/THIRD-PARTY.txt b/notification-service/licenses/THIRD-PARTY.txt
index 4de08d626..2d81a7b9b 100644
--- a/notification-service/licenses/THIRD-PARTY.txt
+++ b/notification-service/licenses/THIRD-PARTY.txt
@@ -151,7 +151,7 @@ Lists of 158 third-party dependencies.
(Apache License, Version 2.0) spring-security-oauth2-core (org.springframework.security:spring-security-oauth2-core:5.5.2 - https://spring.io/projects/spring-security)
(Apache License, Version 2.0) spring-security-oauth2-jose (org.springframework.security:spring-security-oauth2-jose:5.5.2 - https://spring.io/projects/spring-security)
(Apache License, Version 2.0) spring-security-oauth2-resource-server (org.springframework.security:spring-security-oauth2-resource-server:5.5.2 - https://spring.io/projects/spring-security)
- (Apache 2.0) spring-security-rsa (org.springframework.security:spring-security-rsa:1.0.19-SNAPSHOT.RELEASE - http://github.com/spring-projects/spring-security-oauth)
+ (Apache 2.0) spring-security-rsa (org.springframework.security:spring-security-rsa:1.0.19.RELEASE - http://github.com/spring-projects/spring-security-oauth)
(Apache License, Version 2.0) spring-security-test (org.springframework.security:spring-security-test:5.5.2 - https://spring.io/projects/spring-security)
(Apache License, Version 2.0) spring-security-web (org.springframework.security:spring-security-web:5.5.2 - https://spring.io/projects/spring-security)
(Apache 2.0) Swagger UI (org.webjars:swagger-ui:3.51.1 - http://webjars.org)
diff --git a/notification-service/src/main/resources/application.yml b/notification-service/src/main/resources/application.yml
index 0030b80f7..a8f9c834d 100644
--- a/notification-service/src/main/resources/application.yml
+++ b/notification-service/src/main/resources/application.yml
@@ -2,7 +2,7 @@ spring:
application:
name: parodos-notification-service
title: Parodos Notification Service
- version: 1.0.19-SNAPSHOT
+ version: 1.0.19
jackson:
default-property-inclusion: non_null
main:
diff --git a/pom.xml b/pom.xml
index 0312a93c4..9ef801ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
- 1.0.19-SNAPSHOT
+ 1.0.19
1.3.0
17
UTF-8
diff --git a/workflow-service-sdk/README.md b/workflow-service-sdk/README.md
index ed51146db..8fae8dad5 100644
--- a/workflow-service-sdk/README.md
+++ b/workflow-service-sdk/README.md
@@ -39,7 +39,7 @@ Add this dependency to your project's POM:
dev.parodos
workflow-service-sdk
- 1.0.19-SNAPSHOT
+ 1.0.19
compile
```
@@ -55,7 +55,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "dev.parodos:workflow-service-sdk:1.0.19-SNAPSHOT"
+ implementation "dev.parodos:workflow-service-sdk:1.0.19"
}
```
@@ -69,7 +69,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/workflow-service-sdk-1.0.19-SNAPSHOT.jar`
+* `target/workflow-service-sdk-1.0.19.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/ApiClient.java b/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/ApiClient.java
index 3b1ffc764..a423fab07 100644
--- a/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/ApiClient.java
+++ b/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/ApiClient.java
@@ -143,7 +143,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/1.0.19-SNAPSHOT/java");
+ setUserAgent("OpenAPI-Generator/1.0.19/java");
authentications = new HashMap();
}
diff --git a/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/Configuration.java b/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/Configuration.java
index 2504552ca..f25c3e65f 100644
--- a/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/Configuration.java
+++ b/workflow-service-sdk/src/main/java/com/redhat/parodos/sdk/invoker/Configuration.java
@@ -15,7 +15,7 @@
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
- public static final String VERSION = "1.0.19-SNAPSHOT";
+ public static final String VERSION = "1.0.19";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/workflow-service/src/main/resources/application.yml b/workflow-service/src/main/resources/application.yml
index b9e4110e0..553ad729d 100644
--- a/workflow-service/src/main/resources/application.yml
+++ b/workflow-service/src/main/resources/application.yml
@@ -2,7 +2,7 @@ spring:
application:
name: parodos-workflow-service
title: Parodos Workflow Service
- version: 1.0.19-SNAPSHOT
+ version: 1.0.19