diff --git a/coverage/pom.xml b/coverage/pom.xml
index 702ccbe76..d5a6d835f 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -12,7 +12,7 @@
Compute aggregated test code coverage
true
- 1.0.9-SNAPSHOT
+ 1.0.9
diff --git a/notification-service-sdk/README.md b/notification-service-sdk/README.md
index 9306d6b60..c88b25446 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.9-SNAPSHOT
+ 1.0.9
compile
```
@@ -55,7 +55,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "dev.parodos:notification-service-sdk:1.0.9-SNAPSHOT"
+ implementation "dev.parodos:notification-service-sdk:1.0.9"
}
```
@@ -69,7 +69,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/notification-service-sdk-1.0.9-SNAPSHOT.jar`
+* `target/notification-service-sdk-1.0.9.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 f6c168dac..49aea863f 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
@@ -136,7 +136,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/1.0.9-SNAPSHOT/java");
+ setUserAgent("OpenAPI-Generator/1.0.9/java");
authentications = new HashMap();
}
diff --git a/notification-service/README.md b/notification-service/README.md
index 80ba79252..9f47dc148 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.9-SNAPSHOT.jar
+java -jar -Dspring.profiles.active=local -Dserver.port=8081 target/notification-service-1.0.9.jar
```
diff --git a/pom.xml b/pom.xml
index 8a90feb44..c05828c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
- 1.0.9-SNAPSHOT
+ 1.0.9
1.3.0
17
UTF-8
diff --git a/workflow-service-sdk/README.md b/workflow-service-sdk/README.md
index 2b2cfc19e..98b7cd53a 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.9-SNAPSHOT
+ 1.0.9
compile
```
@@ -55,7 +55,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "dev.parodos:workflow-service-sdk:1.0.9-SNAPSHOT"
+ implementation "dev.parodos:workflow-service-sdk:1.0.9"
}
```
@@ -69,7 +69,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/workflow-service-sdk-1.0.9-SNAPSHOT.jar`
+* `target/workflow-service-sdk-1.0.9.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 c59597101..882a92771 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
@@ -136,7 +136,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/1.0.9-SNAPSHOT/java");
+ setUserAgent("OpenAPI-Generator/1.0.9/java");
authentications = new HashMap();
}
diff --git a/workflow-service/src/main/resources/application.yml b/workflow-service/src/main/resources/application.yml
index 2c7a0a898..8cae4a1be 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.9-SNAPSHOT
+ version: 1.0.9