From dae2a5bf575c73175b16a3b95234cfd29f995a90 Mon Sep 17 00:00:00 2001 From: Piotr Kliczewski Date: Wed, 22 Mar 2023 14:33:52 +0100 Subject: [PATCH] Release v1.0.2 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 | 4 ++-- workflow-service/start_workflow_service.sh | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/coverage/pom.xml b/coverage/pom.xml index 33a2f6259..b981842af 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -12,7 +12,7 @@ Compute aggregated test code coverage true - 1.0.3-SNAPSHOT + 1.0.3 diff --git a/notification-service/.flattened-pom.xml b/notification-service/.flattened-pom.xml index 75bef8774..ac28ac117 100644 --- a/notification-service/.flattened-pom.xml +++ b/notification-service/.flattened-pom.xml @@ -5,11 +5,11 @@ dev.parodos parodos-parent - 1.0.3-SNAPSHOT + 1.0.3 dev.parodos notification-service - 1.0.3-SNAPSHOT + 1.0.3 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 9e090e128..de1091d9c 100644 --- a/pattern-detection-library/.flattened-pom.xml +++ b/pattern-detection-library/.flattened-pom.xml @@ -5,11 +5,11 @@ dev.parodos parodos-parent - 1.0.3-SNAPSHOT + 1.0.3 dev.parodos pattern-detection-library - 1.0.3-SNAPSHOT + 1.0.3 pattern-detection-library https://github.com/redhat-developer/parodos diff --git a/pom.xml b/pom.xml index 1bb6f384c..e6b9d5810 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 1.0.3-SNAPSHOT + 1.0.3 1.3.0 11 3.8.1 diff --git a/workflow-examples/start_workflow_service.sh b/workflow-examples/start_workflow_service.sh index 84d78fa2c..93ddb4ec5 100755 --- a/workflow-examples/start_workflow_service.sh +++ b/workflow-examples/start_workflow_service.sh @@ -1,3 +1,3 @@ java -jar -Dspring.profiles.active=local \ - -Dloader.path=../workflow-examples/target/workflow-examples-1.0.3-SNAPSHOT-jar-with-dependencies.jar \ - ../workflow-service/target/workflow-service-1.0.3-SNAPSHOT.jar + -Dloader.path=../workflow-examples/target/workflow-examples-1.0.3-jar-with-dependencies.jar \ + ../workflow-service/target/workflow-service-1.0.3.jar diff --git a/workflow-service/start_workflow_service.sh b/workflow-service/start_workflow_service.sh index 1f7b6bc6a..fd3085636 100755 --- a/workflow-service/start_workflow_service.sh +++ b/workflow-service/start_workflow_service.sh @@ -1,3 +1,3 @@ java -jar -Dspring.profiles.active=local \ - -Dloader.path=../workflow-examples/target/workflow-examples-1.0.3-SNAPSHOT-jar-with-dependencies.jar \ - target/workflow-service-1.0.3-SNAPSHOT.jar + -Dloader.path=../workflow-examples/target/workflow-examples-1.0.3-jar-with-dependencies.jar \ + target/workflow-service-1.0.3.jar