Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Kliczewski <piotr.kliczewski@gmail.com>
  • Loading branch information
pkliczewski committed Mar 22, 2023
1 parent d49e516 commit dae2a5b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Compute aggregated test code coverage</description>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<revision>1.0.3-SNAPSHOT</revision>
<revision>1.0.3</revision>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions notification-service/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parodos-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<groupId>dev.parodos</groupId>
<artifactId>notification-service</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<name>notification-service</name>
<description>Notification Service to sent out notification messages</description>
<url>https://github.com/redhat-developer/parodos</url>
Expand Down
4 changes: 2 additions & 2 deletions pattern-detection-library/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parodos-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<groupId>dev.parodos</groupId>
<artifactId>pattern-detection-library</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<name>pattern-detection-library</name>
<url>https://github.com/redhat-developer/parodos</url>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</developer>
</developers>
<properties>
<revision>1.0.3-SNAPSHOT</revision>
<revision>1.0.3</revision>
<flatten.version>1.3.0</flatten.version>
<java.version>11</java.version>
<maven.plugins.compiler.version>3.8.1</maven.plugins.compiler.version>
Expand Down
4 changes: 2 additions & 2 deletions workflow-examples/start_workflow_service.sh
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions workflow-service/start_workflow_service.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dae2a5b

Please sign in to comment.