From 731c860d53cc85cf60f2df35d72ad7bdf898b299 Mon Sep 17 00:00:00 2001 From: Piotr Kliczewski Date: Wed, 15 Mar 2023 18:07:32 +0100 Subject: [PATCH] Release 1.0.1 Signed-off-by: Piotr Kliczewski --- coverage/pom.xml | 2 +- notification-service/.flattened-pom.xml | 4 ++-- pattern-detection-library/.flattened-pom.xml | 4 ++-- pom.xml | 2 +- workflow-examples/start_workflow_service.sh | 2 +- workflow-service/start_workflow_service.sh | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/coverage/pom.xml b/coverage/pom.xml index 6ca894fe6..67aa25aec 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -12,7 +12,7 @@ Compute aggregated test code coverage true - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/notification-service/.flattened-pom.xml b/notification-service/.flattened-pom.xml index a130eb6aa..765e1602d 100644 --- a/notification-service/.flattened-pom.xml +++ b/notification-service/.flattened-pom.xml @@ -5,11 +5,11 @@ dev.parodos parados-parent - 1.0.1-SNAPSHOT + 1.0.1 dev.parodos notification-service - 1.0.1-SNAPSHOT + 1.0.1 notification-service Notification Service to sent out notification messages https://github.com/redhat-developer/parodos diff --git a/pattern-detection-library/.flattened-pom.xml b/pattern-detection-library/.flattened-pom.xml index 88841c92c..c8cb05237 100644 --- a/pattern-detection-library/.flattened-pom.xml +++ b/pattern-detection-library/.flattened-pom.xml @@ -5,11 +5,11 @@ dev.parodos parados-parent - 1.0.1-SNAPSHOT + 1.0.1 dev.parodos pattern-detection-library - 1.0.1-SNAPSHOT + 1.0.1 pattern-detection-library https://github.com/redhat-developer/parodos diff --git a/pom.xml b/pom.xml index 3c71de268..181547f2a 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 1.0.1-SNAPSHOT + 1.0.1 1.3.0 11 3.8.1 diff --git a/workflow-examples/start_workflow_service.sh b/workflow-examples/start_workflow_service.sh index 1efe88329..910d032e5 100755 --- a/workflow-examples/start_workflow_service.sh +++ b/workflow-examples/start_workflow_service.sh @@ -1 +1 @@ -java -jar -Dspring.profiles.active=local ../workflow-service/target/workflow-service-1.0.1-SNAPSHOT.jar +java -jar -Dspring.profiles.active=local ../workflow-service/target/workflow-service-1.0.1.jar diff --git a/workflow-service/start_workflow_service.sh b/workflow-service/start_workflow_service.sh index c14cad67c..b55c9b3e1 100755 --- a/workflow-service/start_workflow_service.sh +++ b/workflow-service/start_workflow_service.sh @@ -1 +1 @@ -java -jar -Dspring.profiles.active=local target/workflow-service-1.0.1-SNAPSHOT.jar +java -jar -Dspring.profiles.active=local target/workflow-service-1.0.1.jar