diff --git a/Makefile b/Makefile
index ad896502a..b8496a10c 100644
--- a/Makefile
+++ b/Makefile
@@ -192,6 +192,7 @@ git-tag: ## tag commit and prepare for image release
git tag -a $(TAG) -m "$(TAG)"
$(eval TAG=$(TAG))
+release-all: ARGS = $(FAST_BUILD_ARGS)
release-all: clean update-version release git-release git-tag build-images tag-images push-images bump-version install bump-git-commit
##@ Run
diff --git a/coverage/pom.xml b/coverage/pom.xml
index 93da5aefe..6902ae783 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -12,7 +12,7 @@
Compute aggregated test code coverage
true
- 1.0.10-SNAPSHOT
+ 1.0.10
diff --git a/notification-service-sdk/README.md b/notification-service-sdk/README.md
index 29f0976ed..6a2ebf52a 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.10-SNAPSHOT
+ 1.0.10
compile
```
@@ -55,7 +55,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "dev.parodos:notification-service-sdk:1.0.10-SNAPSHOT"
+ implementation "dev.parodos:notification-service-sdk:1.0.10"
}
```
@@ -69,7 +69,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/notification-service-sdk-1.0.10-SNAPSHOT.jar`
+* `target/notification-service-sdk-1.0.10.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 b9e0b5bc9..86294bd39 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
@@ -147,7 +147,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/1.0.10-SNAPSHOT/java");
+ setUserAgent("OpenAPI-Generator/1.0.10/java");
authentications = new HashMap();
}
diff --git a/notification-service/README.md b/notification-service/README.md
index 99f8a57c6..b3f0f6904 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.10-SNAPSHOT.jar
+java -jar -Dspring.profiles.active=local -Dserver.port=8081 target/notification-service-1.0.10.jar
```
diff --git a/pom.xml b/pom.xml
index 26a11e95b..7aa4e5831 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
- 1.0.10-SNAPSHOT
+ 1.0.10
1.3.0
17
UTF-8
diff --git a/workflow-service/src/main/resources/application.yml b/workflow-service/src/main/resources/application.yml
index 1189df60d..c2cf06d1d 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.10-SNAPSHOT
+ version: 1.0.10